simple-keyboard/docs/ast/source/lib/services/PhysicalKeyboard.js.json

22321 lines
782 KiB
JSON
Raw Normal View History

2018-10-24 18:18:24 -04:00
{
"type": "File",
"start": 0,
2018-11-09 11:06:46 -05:00
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
},
"program": {
"type": "Program",
"start": 0,
2018-11-09 11:06:46 -05:00
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
},
"sourceType": "module",
"body": [
{
"type": "Identifier",
"start": 40,
2018-11-09 11:06:46 -05:00
"end": 2872,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 46,
"end": 62,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 22
},
"identifierName": "PhysicalKeyboard"
},
"name": "PhysicalKeyboard",
"leadingComments": null
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 63,
2018-11-09 11:06:46 -05:00
"end": 2872,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 4,
"column": 23
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 140,
2018-10-30 23:33:29 -04:00
"end": 586,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 24,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 13
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 152,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 36
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
}
],
"body": {
"type": "BlockStatement",
"start": 175,
2018-10-30 23:33:29 -04:00
"end": 586,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 8,
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 24,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 250,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 250,
"end": 302,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 56
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 250,
"end": 277,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 250,
"end": 254,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 8
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 255,
"end": 277,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 31
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "Identifier",
"start": 280,
"end": 302,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 56
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {object} A simple-keyboard instance\r\n ",
"start": 182,
"end": 244,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
}
2018-10-30 23:33:29 -04:00
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
}
2018-10-24 18:18:24 -04:00
]
},
{
"type": "ExpressionStatement",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 411,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 69
2018-10-24 18:18:24 -04:00
}
},
"expression": {
2018-10-30 23:33:29 -04:00
"type": "AssignmentExpression",
"start": 346,
"end": 410,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 68
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 371,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 29
}
},
"object": {
"type": "ThisExpression",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 350,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 8
}
2018-10-30 23:33:29 -04:00
},
"leadingComments": null
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 351,
"end": 371,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 29
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener"
},
2018-10-30 23:33:29 -04:00
"computed": false,
"leadingComments": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"right": {
2018-10-24 18:18:24 -04:00
"type": "CallExpression",
2018-10-30 23:33:29 -04:00
"start": 374,
"end": 410,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 32
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 68
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 374,
"end": 404,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 32
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 62
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "MemberExpression",
"start": 374,
"end": 399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 32
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 57
}
},
"object": {
"type": "ThisExpression",
"start": 374,
"end": 378,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 379,
"end": 399,
"loc": {
"start": {
"line": 17,
"column": 37
},
"end": {
"line": 17,
"column": 57
},
"identifierName": "initKeyboardListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "initKeyboardListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 400,
"end": 404,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 58
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 62
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "bind"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "bind"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
"arguments": [
{
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 405,
"end": 409,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 63
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 67
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 417,
"end": 494,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 81
}
},
"expression": {
"type": "AssignmentExpression",
"start": 417,
"end": 493,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 80
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 417,
"end": 448,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 417,
"end": 421,
"loc": {
"start": {
"line": 18,
"column": 4
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 18,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 422,
"end": 448,
"loc": {
"start": {
"line": 18,
"column": 9
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 18,
"column": 35
},
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 451,
"end": 493,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 451,
"end": 487,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 74
}
},
"object": {
"type": "MemberExpression",
"start": 451,
"end": 482,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 38
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 69
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "ThisExpression",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 38
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 18,
"column": 42
}
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
},
"property": {
"type": "Identifier",
"start": 456,
"end": 482,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 43
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 69
},
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 483,
"end": 487,
"loc": {
"start": {
"line": 18,
"column": 70
},
"end": {
"line": 18,
"column": 74
},
"identifierName": "bind"
},
"name": "bind"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 488,
"end": 492,
"loc": {
"start": {
"line": 18,
"column": 75
},
"end": {
"line": 18,
"column": 79
}
}
}
]
}
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 553,
"end": 581,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 553,
"end": 580,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 553,
"end": 578,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 553,
"end": 557,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 8
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 558,
"end": 578,
"loc": {
"start": {
"line": 23,
"column": 9
},
"end": {
"line": 23,
"column": 29
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener"
},
"computed": false,
"leadingComments": null
},
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
}
]
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Creates an instance of the PhysicalKeyboard service\r\n ",
"start": 68,
"end": 136,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
"start": 592,
"end": 640,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 28,
"column": 5
}
}
}
]
},
{
"type": "ClassMethod",
"start": 644,
2018-11-09 11:06:46 -05:00
"end": 1982,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 60,
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 644,
"end": 664,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 22
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener",
"leadingComments": null
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 666,
2018-11-09 11:06:46 -05:00
"end": 1982,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 29,
"column": 24
},
"end": {
"line": 60,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 712,
"end": 1408,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 44,
"column": 7
}
},
"expression": {
"type": "CallExpression",
"start": 712,
"end": 1407,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 44,
"column": 6
}
},
"callee": {
"type": "MemberExpression",
"start": 712,
"end": 737,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 712,
"end": 720,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 31,
"column": 12
},
"identifierName": "document"
},
"name": "document",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 721,
"end": 737,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 29
},
"identifierName": "addEventListener"
},
"name": "addEventListener"
},
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "StringLiteral",
"start": 738,
"end": 747,
"loc": {
"start": {
"line": 31,
"column": 30
},
"end": {
"line": 31,
"column": 39
}
},
"extra": {
"rawValue": "keydown",
"raw": "\"keydown\""
},
"value": "keydown"
},
{
"type": "ArrowFunctionExpression",
"start": 749,
"end": 1406,
"loc": {
"start": {
"line": 31,
"column": 41
},
"end": {
"line": 44,
"column": 5
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 750,
"end": 755,
"loc": {
"start": {
"line": 31,
"column": 42
},
"end": {
"line": 31,
"column": 47
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 760,
"end": 1406,
"loc": {
"start": {
"line": 31,
"column": 52
},
"end": {
"line": 44,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 769,
"end": 1399,
"loc": {
"start": {
"line": 32,
"column": 6
},
"end": {
"line": 43,
"column": 7
}
},
"test": {
"type": "MemberExpression",
"start": 772,
"end": 833,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 70
}
},
"object": {
"type": "MemberExpression",
"start": 772,
"end": 807,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 772,
"end": 799,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 36
}
},
"object": {
"type": "ThisExpression",
"start": 772,
"end": 776,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 13
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
},
"property": {
"type": "Identifier",
"start": 777,
"end": 799,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 36
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 800,
"end": 807,
"loc": {
"start": {
"line": 32,
"column": 37
},
"end": {
"line": 32,
"column": 44
},
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 808,
"end": 833,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 32,
"column": 70
},
"identifierName": "physicalKeyboardHighlight"
},
"name": "physicalKeyboardHighlight"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 834,
"end": 1399,
"loc": {
"start": {
"line": 32,
"column": 71
},
"end": {
"line": 43,
"column": 7
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 845,
"end": 904,
"loc": {
"start": {
"line": 33,
"column": 8
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 33,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 849,
"end": 903,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 12
2018-10-24 18:18:24 -04:00
},
"end": {
"line": 33,
2018-10-30 23:33:29 -04:00
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
"start": 849,
"end": 862,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 12
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 25
},
"identifierName": "buttonPressed"
},
"name": "buttonPressed"
},
"init": {
"type": "CallExpression",
"start": 865,
"end": 903,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 865,
"end": 896,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 28
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 59
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "ThisExpression",
2018-10-30 23:33:29 -04:00
"start": 865,
"end": 869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 28
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 32
2018-10-24 18:18:24 -04:00
}
}
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 870,
"end": 896,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 33
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 59
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"arguments": [
{
"type": "Identifier",
"start": 897,
"end": 902,
"loc": {
"start": {
"line": 33,
"column": 60
},
"end": {
"line": 33,
"column": 65
},
"identifierName": "event"
},
"name": "event"
}
]
}
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 916,
"end": 1390,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 916,
"end": 1389,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 42,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 916,
"end": 952,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 916,
"end": 943,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 916,
"end": 920,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 12
}
}
},
2018-10-24 18:18:24 -04:00
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 921,
"end": 943,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 35
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 944,
"end": 952,
"loc": {
"start": {
"line": 35,
"column": 36
},
"end": {
"line": 35,
"column": 44
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 953,
"end": 1388,
"loc": {
"start": {
"line": 35,
"column": 45
},
"end": {
"line": 42,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 953,
"end": 961,
"loc": {
"start": {
"line": 35,
"column": 45
},
"end": {
"line": 35,
"column": 53
},
"identifierName": "instance"
},
"name": "instance"
}
],
"body": {
"type": "BlockStatement",
"start": 965,
"end": 1388,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 57
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 9
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
"start": 978,
"end": 1086,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 10
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
"start": 982,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
"start": 982,
"end": 991,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 23
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"init": {
"type": "LogicalExpression",
"start": 994,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 26
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "CallExpression",
"start": 994,
"end": 1034,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 994,
"end": 1019,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 51
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 994,
"end": 1002,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 34
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1003,
"end": 1019,
"loc": {
"start": {
"line": 36,
"column": 35
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 51
},
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1020,
"end": 1033,
"loc": {
"start": {
"line": 36,
"column": 52
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 65
},
"identifierName": "buttonPressed"
},
"name": "buttonPressed"
}
]
},
"operator": "||",
"right": {
"type": "CallExpression",
"start": 1038,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 70
},
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1038,
"end": 1063,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 95
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1038,
"end": 1046,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 78
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1047,
"end": 1063,
"loc": {
"start": {
"line": 36,
"column": 79
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 95
},
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 1064,
"end": 1084,
"loc": {
"start": {
"line": 36,
"column": 96
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 116
}
},
"expressions": [
{
"type": "Identifier",
"start": 1068,
"end": 1081,
"loc": {
"start": {
"line": 36,
"column": 100
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 113
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1065,
"end": 1066,
"loc": {
"start": {
"line": 36,
"column": 97
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 98
}
},
"value": {
"raw": "{",
"cooked": "{"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 1082,
"end": 1083,
"loc": {
"start": {
"line": 36,
"column": 114
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 115
}
},
"value": {
"raw": "}",
"cooked": "}"
},
"tail": true
}
]
}
]
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 1100,
"end": 1377,
"loc": {
"start": {
"line": 38,
"column": 10
},
"end": {
"line": 41,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "Identifier",
"start": 1103,
"end": 1112,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
"column": 22
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"consequent": {
"type": "BlockStatement",
"start": 1113,
"end": 1377,
"loc": {
"start": {
"line": 38,
"column": 23
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 41,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
"start": 1128,
"end": 1244,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 128
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
"start": 1128,
"end": 1243,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 127
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1128,
"end": 1159,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 43
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1128,
"end": 1143,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 27
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
"start": 1128,
"end": 1137,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1138,
"end": 1143,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 22
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 27
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "style"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "style"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1144,
"end": 1159,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 43
},
"identifierName": "backgroundColor"
},
"name": "backgroundColor"
},
"computed": false
},
"right": {
"type": "LogicalExpression",
"start": 1162,
"end": 1243,
"loc": {
"start": {
"line": 39,
"column": 46
},
"end": {
"line": 39,
"column": 127
}
},
"left": {
"type": "MemberExpression",
"start": 1162,
"end": 1230,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 114
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1162,
"end": 1197,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 81
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1162,
"end": 1189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 73
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1162,
"end": 1166,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 50
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1167,
"end": 1189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 51
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 73
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1190,
"end": 1197,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 74
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 81
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1198,
"end": 1230,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 82
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 114
},
"identifierName": "physicalKeyboardHighlightBgColor"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlightBgColor"
},
"computed": false
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1234,
"end": 1243,
"loc": {
"start": {
"line": 39,
"column": 118
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 39,
"column": 127
}
},
"extra": {
"rawValue": "#9ab4d0",
"raw": "\"#9ab4d0\""
},
"value": "#9ab4d0"
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
},
{
"type": "ExpressionStatement",
"start": 1258,
"end": 1364,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
"start": 1258,
"end": 1363,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 117
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1258,
"end": 1279,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1258,
"end": 1273,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 27
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
"start": 1258,
"end": 1267,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1268,
"end": 1273,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 22
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 27
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "style"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "style"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1274,
"end": 1279,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 33
},
"identifierName": "color"
},
"name": "color"
},
"computed": false
},
"right": {
"type": "LogicalExpression",
"start": 1282,
"end": 1363,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 117
}
},
"left": {
"type": "MemberExpression",
"start": 1282,
"end": 1352,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 106
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1282,
"end": 1317,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 71
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1282,
"end": 1309,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 63
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1282,
"end": 1286,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 40
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1287,
"end": 1309,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 41
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 63
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1310,
"end": 1317,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 64
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 71
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1318,
"end": 1352,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 72
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 106
},
"identifierName": "physicalKeyboardHighlightTextColor"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlightTextColor"
},
"computed": false
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1356,
"end": 1363,
"loc": {
"start": {
"line": 40,
"column": 110
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 40,
"column": 117
}
},
"extra": {
"rawValue": "white",
"raw": "\"white\""
},
"value": "white"
2018-10-24 18:18:24 -04:00
}
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
}
],
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Adding button style on keydown",
"start": 673,
"end": 706,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " Removing button style on keyup",
"start": 1416,
"end": 1449,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1455,
2018-11-09 11:06:46 -05:00
"end": 1977,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 1455,
2018-11-09 11:06:46 -05:00
"end": 1976,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
"column": 6
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1455,
"end": 1480,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 29
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1455,
"end": 1463,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "document"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "document",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1464,
"end": 1480,
"loc": {
"start": {
"line": 47,
"column": 13
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 47,
"column": 29
},
"identifierName": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "StringLiteral",
"start": 1481,
"end": 1488,
"loc": {
"start": {
"line": 47,
"column": 30
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 47,
"column": 37
}
},
"extra": {
"rawValue": "keyup",
"raw": "\"keyup\""
},
"value": "keyup"
},
{
"type": "ArrowFunctionExpression",
"start": 1490,
2018-11-09 11:06:46 -05:00
"end": 1975,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 47,
"column": 39
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 59,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1491,
"end": 1496,
"loc": {
"start": {
"line": 47,
"column": 40
},
"end": {
"line": 47,
"column": 45
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 1501,
2018-11-09 11:06:46 -05:00
"end": 1975,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 50
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 5
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "IfStatement",
"start": 1510,
2018-11-09 11:06:46 -05:00
"end": 1968,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 58,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "MemberExpression",
"start": 1513,
"end": 1574,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 9
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 70
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1513,
"end": 1548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1513,
"end": 1540,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1513,
"end": 1517,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 13
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1518,
"end": 1540,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 14
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 36
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1541,
"end": 1548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 37
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 44
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1549,
"end": 1574,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 45
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 70
},
"identifierName": "physicalKeyboardHighlight"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlight"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 1575,
2018-11-09 11:06:46 -05:00
"end": 1968,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 48,
"column": 71
},
"end": {
"line": 58,
"column": 7
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1586,
"end": 1645,
"loc": {
"start": {
"line": 49,
"column": 8
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1590,
"end": 1644,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 66
}
},
"id": {
"type": "Identifier",
"start": 1590,
"end": 1603,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 25
},
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
},
"init": {
"type": "CallExpression",
"start": 1606,
"end": 1644,
"loc": {
"start": {
"line": 49,
"column": 28
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 66
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1606,
"end": 1637,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 59
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "ThisExpression",
"start": 1606,
"end": 1610,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 32
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
},
"property": {
"type": "Identifier",
"start": 1611,
"end": 1637,
"loc": {
"start": {
"line": 49,
"column": 33
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 59
},
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1638,
"end": 1643,
"loc": {
"start": {
"line": 49,
"column": 60
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 65
},
"identifierName": "event"
},
"name": "event"
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 1657,
2018-11-09 11:06:46 -05:00
"end": 1959,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 57,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 1657,
2018-11-09 11:06:46 -05:00
"end": 1958,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
"column": 10
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1657,
"end": 1693,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1657,
"end": 1684,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1657,
"end": 1661,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 12
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
},
"property": {
"type": "Identifier",
"start": 1662,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 13
},
"end": {
"line": 51,
"column": 35
},
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1685,
"end": 1693,
"loc": {
"start": {
"line": 51,
"column": 36
},
"end": {
"line": 51,
"column": 44
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1694,
2018-11-09 11:06:46 -05:00
"end": 1957,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 51,
"column": 45
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 57,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1694,
"end": 1702,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 45
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 53
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
}
],
"body": {
"type": "BlockStatement",
"start": 1706,
2018-11-09 11:06:46 -05:00
"end": 1957,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 57
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 9
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
"start": 1719,
"end": 1827,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 10
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
"start": 1723,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 14
},
"end": {
"line": 52,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
"start": 1723,
"end": 1732,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 23
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"init": {
"type": "LogicalExpression",
"start": 1735,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 26
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "CallExpression",
"start": 1735,
"end": 1775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1735,
"end": 1760,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 51
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1735,
"end": 1743,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 34
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1744,
"end": 1760,
"loc": {
"start": {
"line": 52,
"column": 35
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 51
},
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1761,
"end": 1774,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 52
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 65
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
}
]
},
"operator": "||",
"right": {
"type": "CallExpression",
"start": 1779,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 70
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 117
}
},
"callee": {
"type": "MemberExpression",
"start": 1779,
"end": 1804,
"loc": {
"start": {
"line": 52,
"column": 70
},
"end": {
"line": 52,
"column": 95
}
},
"object": {
"type": "Identifier",
"start": 1779,
"end": 1787,
"loc": {
"start": {
"line": 52,
"column": 70
},
"end": {
"line": 52,
"column": 78
},
"identifierName": "instance"
},
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1788,
"end": 1804,
"loc": {
"start": {
"line": 52,
"column": 79
},
"end": {
"line": 52,
"column": 95
},
"identifierName": "getButtonElement"
},
"name": "getButtonElement"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 1805,
"end": 1825,
"loc": {
"start": {
"line": 52,
"column": 96
},
"end": {
"line": 52,
"column": 116
}
},
"expressions": [
{
"type": "Identifier",
"start": 1809,
"end": 1822,
"loc": {
"start": {
"line": 52,
"column": 100
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 113
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1806,
"end": 1807,
"loc": {
"start": {
"line": 52,
"column": 97
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 98
}
},
"value": {
"raw": "{",
"cooked": "{"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 1823,
"end": 1824,
"loc": {
"start": {
"line": 52,
"column": 114
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 115
}
},
"value": {
"raw": "}",
"cooked": "}"
},
"tail": true
}
]
}
]
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 1841,
2018-11-09 11:06:46 -05:00
"end": 1946,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 54,
"column": 10
},
"end": {
"line": 56,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
2018-11-09 11:06:46 -05:00
"type": "LogicalExpression",
2018-10-30 23:33:29 -04:00
"start": 1844,
2018-11-09 11:06:46 -05:00
"end": 1882,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 1844,
"end": 1853,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 22
},
"identifierName": "buttonDOM"
2018-10-30 23:33:29 -04:00
},
2018-11-09 11:06:46 -05:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-11-09 11:06:46 -05:00
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 1857,
"end": 1882,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 1857,
"end": 1866,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 35
},
"identifierName": "buttonDOM"
},
"name": "buttonDOM"
},
"property": {
"type": "Identifier",
"start": 1867,
"end": 1882,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 51
},
"identifierName": "removeAttribute"
},
"name": "removeAttribute"
},
"computed": false
}
2018-10-30 23:33:29 -04:00
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 1883,
"end": 1946,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 52
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 56,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1933,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 47
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1932,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 46
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1923,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1907,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 1908,
"end": 1923,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 22
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 55,
"column": 37
},
"identifierName": "removeAttribute"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "removeAttribute"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 1924,
"end": 1931,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 38
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 55,
"column": 45
}
},
"extra": {
"rawValue": "style",
"raw": "\"style\""
},
"value": "style"
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Removing button style on keyup",
"start": 1416,
"end": 1449,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
}
],
"directives": [],
2018-10-24 18:18:24 -04:00
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
2018-10-30 23:33:29 -04:00
"start": 592,
"end": 640,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 26,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 28,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 62,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 65,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
]
},
{
2018-10-30 23:33:29 -04:00
"type": "ClassMethod",
2018-11-09 11:06:46 -05:00
"start": 2139,
"end": 2869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2139,
"end": 2165,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 28
},
"identifierName": "getSimpleKeyboardLayoutKey"
},
"name": "getSimpleKeyboardLayoutKey",
"leadingComments": null
},
2018-10-30 23:33:29 -04:00
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2166,
"end": 2171,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 66,
"column": 29
},
"end": {
"line": 66,
"column": 34
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2172,
"end": 2869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 35
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
2018-11-09 11:06:46 -05:00
"start": 2179,
"end": 2190,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
"column": 4
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
"column": 15
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
2018-11-09 11:06:46 -05:00
"start": 2183,
"end": 2189,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 14
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2183,
"end": 2189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 14
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"init": null
}
],
"kind": "let"
},
{
"type": "IfStatement",
2018-11-09 11:06:46 -05:00
"start": 2198,
"end": 2559,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2475,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
2018-10-24 18:18:24 -04:00
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2437,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
"column": 32
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2359,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 38
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2316,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 34
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2277,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 34
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2238,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2228,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 25
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2219,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 16
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2214,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 11
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2215,
"end": 2219,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 12
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 16
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2220,
"end": 2228,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 70,
"column": 25
},
"identifierName": "includes"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "includes"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2229,
"end": 2237,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 70,
"column": 26
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 70,
"column": 34
}
},
"extra": {
"rawValue": "Numpad",
"raw": "\"Numpad\""
},
"value": "Numpad"
}
]
2018-10-24 18:18:24 -04:00
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2277,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 34
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2259,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2254,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2255,
"end": 2259,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2260,
"end": 2268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2269,
"end": 2276,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 33
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Shift",
"raw": "\"Shift\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Shift"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2316,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 34
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2307,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2298,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2293,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2294,
"end": 2298,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2299,
"end": 2307,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2308,
"end": 2315,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Space",
"raw": "\"Space\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Space"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2359,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 38
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2346,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2337,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2332,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2333,
"end": 2337,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2338,
"end": 2346,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2347,
"end": 2358,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Backspace",
"raw": "\"Backspace\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Backspace"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2380,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2375,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2376,
"end": 2380,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2381,
"end": 2389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2390,
"end": 2399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Control",
"raw": "\"Control\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Control"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2437,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 6
},
"end": {
"line": 75,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2430,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 6
},
"end": {
"line": 75,
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2421,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 6
},
"end": {
"line": 75,
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2416,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 6
},
"end": {
"line": 75,
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2417,
"end": 2421,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2422,
"end": 2430,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2431,
"end": 2436,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 75,
"column": 26
},
"end": {
"line": 75,
"column": 31
}
},
"extra": {
"rawValue": "Alt",
"raw": "\"Alt\""
},
"value": "Alt"
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2475,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2467,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2458,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2453,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2454,
"end": 2458,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2459,
"end": 2467,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 17
},
"end": {
"line": 76,
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2468,
"end": 2474,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 26
},
"end": {
"line": 76,
"column": 32
}
},
"extra": {
"rawValue": "Meta",
"raw": "\"Meta\""
},
"value": "Meta"
}
]
}
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2482,
"end": 2518,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 77,
"column": 5
},
"end": {
"line": 79,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2511,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 26
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2510,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2497,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 12
},
"identifierName": "output"
},
"name": "output"
},
"right": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2500,
"end": 2510,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 78,
"column": 15
},
"end": {
"line": 78,
"column": 25
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2500,
"end": 2505,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 15
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 20
2018-10-24 18:18:24 -04:00
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2506,
"end": 2510,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 21
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 25
2018-10-24 18:18:24 -04:00
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
}
2018-10-30 23:33:29 -04:00
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2524,
"end": 2559,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 79,
"column": 11
},
"end": {
"line": 81,
"column": 5
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2552,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 80,
"column": 6
},
"end": {
"line": 80,
"column": 25
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 24
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2539,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"right": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2542,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 15
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2542,
"end": 2547,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 15
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 20
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2548,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 21
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
},
2018-10-30 23:33:29 -04:00
"identifierName": "key"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "key"
},
"computed": false
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
},
{
"type": "IfStatement",
2018-11-09 11:06:46 -05:00
"start": 2642,
"end": 2842,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 91,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2788,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 98
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2685,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2660,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 12
},
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output",
"leadingComments": null
},
"operator": "!==",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2685,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 87,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 87,
"column": 37
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2683,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2671,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 23
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2672,
"end": 2683,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 87,
"column": 24
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 87,
"column": 35
},
"identifierName": "toUpperCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "toUpperCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"arguments": []
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"operator": "||",
"right": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 7
},
"end": {
"line": 88,
"column": 97
}
},
"left": {
2018-10-24 18:18:24 -04:00
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2761,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 71
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2718,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 28
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2710,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 20
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 17
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2702,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2703,
"end": 2707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 17
},
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2708,
"end": 2709,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 18
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 19
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": 0,
"raw": "0"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": 0
},
"computed": true
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"operator": "===",
2018-10-24 18:18:24 -04:00
"right": {
2018-10-30 23:33:29 -04:00
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2715,
"end": 2718,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 25
},
"end": {
"line": 88,
"column": 28
}
},
"extra": {
"rawValue": "F",
"raw": "\"F\""
},
"value": "F"
}
},
"operator": "&&",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2761,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 32
},
"end": {
"line": 88,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2738,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 48
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2728,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 38
},
"identifierName": "Number"
},
"name": "Number"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2729,
"end": 2738,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 39
},
"end": {
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 48
2018-10-30 23:33:29 -04:00
},
"identifierName": "isInteger"
},
"name": "isInteger"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2739,
"end": 2760,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 49
},
"end": {
"line": 88,
"column": 70
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2739,
"end": 2745,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 49
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 55
2018-10-24 18:18:24 -04:00
},
"identifierName": "Number"
},
"name": "Number"
},
2018-10-30 23:33:29 -04:00
"arguments": [
{
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2759,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 56
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 69
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 56
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2751,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 56
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 61
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2752,
"end": 2756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 62
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 66
},
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2757,
"end": 2758,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 67
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 88,
"column": 68
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"computed": true
}
]
}
]
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 75
},
"end": {
"line": 88,
"column": 97
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2782,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 92
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 85
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2770,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 80
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2771,
"end": 2775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 81
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 85
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2776,
"end": 2782,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 86
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 92
},
"identifierName": "length"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "length"
},
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"operator": "<=",
"right": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2786,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 96
},
"end": {
"line": 88,
"column": 97
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"extra": {
"parenthesized": true,
2018-11-09 11:06:46 -05:00
"parenStart": 2696
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2796,
"end": 2842,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 89,
"column": 6
},
"end": {
"line": 91,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2835,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 6
},
"end": {
"line": 90,
"column": 36
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2834,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2811,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 12
},
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2834,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 15
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 90,
"column": 35
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2832,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2820,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2821,
"end": 2832,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 22
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 90,
"column": 33
},
"identifierName": "toLowerCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "toLowerCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": []
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
},
{
"type": "ReturnStatement",
2018-11-09 11:06:46 -05:00
"start": 2850,
"end": 2864,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 18
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"argument": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2857,
"end": 2863,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 93,
"column": 11
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 93,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
},
"name": "output"
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
2018-10-24 18:18:24 -04:00
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 62,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 65,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
]
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2876,
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
},
"declaration": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2891,
"end": 2907,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 31
},
"identifierName": "PhysicalKeyboard"
},
"name": "PhysicalKeyboard"
},
"name": "_",
"leadingComments": [],
"trailingComments": []
},
{
"type": "ExportDefaultDeclaration",
2018-11-09 11:06:46 -05:00
"start": 2876,
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 40,
2018-11-09 11:06:46 -05:00
"end": 2872,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 46,
"end": 62,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 22
},
"identifierName": "PhysicalKeyboard"
},
"name": "PhysicalKeyboard",
"leadingComments": null
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 63,
2018-11-09 11:06:46 -05:00
"end": 2872,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 4,
"column": 23
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 140,
2018-10-30 23:33:29 -04:00
"end": 586,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 24,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 13
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 152,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 36
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
}
],
"body": {
"type": "BlockStatement",
"start": 175,
2018-10-30 23:33:29 -04:00
"end": 586,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 8,
"column": 37
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 24,
"column": 3
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 250,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 57
}
},
"expression": {
"type": "AssignmentExpression",
"start": 250,
"end": 302,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 56
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 250,
"end": 277,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 250,
"end": 254,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 8
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 255,
"end": 277,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 31
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"computed": false,
"leadingComments": null
},
"right": {
"type": "Identifier",
"start": 280,
"end": 302,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 56
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {object} A simple-keyboard instance\r\n ",
"start": 182,
"end": 244,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
}
]
},
2018-10-24 18:18:24 -04:00
{
"type": "ExpressionStatement",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 411,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 69
2018-10-24 18:18:24 -04:00
}
},
"expression": {
"type": "AssignmentExpression",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 410,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 68
2018-10-24 18:18:24 -04:00
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 371,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 29
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "ThisExpression",
2018-10-30 23:33:29 -04:00
"start": 346,
"end": 350,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 8
}
},
"leadingComments": null
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 351,
"end": 371,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 29
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "initKeyboardListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "initKeyboardListener"
2018-10-24 18:18:24 -04:00
},
"computed": false,
"leadingComments": null
},
"right": {
2018-10-30 23:33:29 -04:00
"type": "CallExpression",
"start": 374,
"end": 410,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 68
}
},
"callee": {
"type": "MemberExpression",
"start": 374,
"end": 404,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 374,
"end": 399,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 57
}
},
"object": {
"type": "ThisExpression",
"start": 374,
"end": 378,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 379,
"end": 399,
"loc": {
"start": {
"line": 17,
"column": 37
},
"end": {
"line": 17,
"column": 57
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 400,
"end": 404,
"loc": {
"start": {
"line": 17,
"column": 58
},
"end": {
"line": 17,
"column": 62
},
"identifierName": "bind"
},
"name": "bind"
},
"computed": false
},
"arguments": [
{
"type": "ThisExpression",
"start": 405,
"end": 409,
"loc": {
"start": {
"line": 17,
"column": 63
},
"end": {
"line": 17,
"column": 67
}
}
}
]
},
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 417,
"end": 494,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 81
}
},
"expression": {
"type": "AssignmentExpression",
"start": 417,
"end": 493,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 80
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 417,
"end": 448,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 35
}
},
"object": {
"type": "ThisExpression",
"start": 417,
"end": 421,
"loc": {
"start": {
"line": 18,
"column": 4
},
"end": {
"line": 18,
"column": 8
}
}
},
"property": {
"type": "Identifier",
"start": 422,
"end": 448,
"loc": {
"start": {
"line": 18,
"column": 9
},
"end": {
"line": 18,
"column": 35
},
"identifierName": "getSimpleKeyboardLayoutKey"
},
"name": "getSimpleKeyboardLayoutKey"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 451,
"end": 493,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 451,
"end": 487,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 74
}
},
"object": {
"type": "MemberExpression",
"start": 451,
"end": 482,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 69
}
},
"object": {
"type": "ThisExpression",
"start": 451,
"end": 455,
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 456,
"end": 482,
"loc": {
"start": {
"line": 18,
"column": 43
},
"end": {
"line": 18,
"column": 69
},
"identifierName": "getSimpleKeyboardLayoutKey"
},
"name": "getSimpleKeyboardLayoutKey"
},
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 483,
"end": 487,
"loc": {
"start": {
"line": 18,
"column": 70
},
"end": {
"line": 18,
"column": 74
},
"identifierName": "bind"
},
"name": "bind"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"arguments": [
{
"type": "ThisExpression",
"start": 488,
"end": 492,
"loc": {
"start": {
"line": 18,
"column": 75
},
"end": {
"line": 18,
"column": 79
}
}
}
]
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"trailingComments": [
2018-10-24 18:18:24 -04:00
{
"type": "CommentBlock",
2018-10-30 23:33:29 -04:00
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 20,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 22,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
}
]
},
{
"type": "ExpressionStatement",
2018-10-30 23:33:29 -04:00
"start": 553,
"end": 581,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 32
}
},
"expression": {
"type": "CallExpression",
2018-10-30 23:33:29 -04:00
"start": 553,
"end": 580,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 31
}
},
"callee": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 553,
"end": 578,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 29
}
},
"object": {
"type": "ThisExpression",
2018-10-30 23:33:29 -04:00
"start": 553,
"end": 557,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 8
}
2018-10-30 23:33:29 -04:00
},
"leadingComments": null
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 558,
"end": 578,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 29
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener"
},
2018-10-30 23:33:29 -04:00
"computed": false,
"leadingComments": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"arguments": [],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
}
]
2018-10-24 18:18:24 -04:00
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Creates an instance of the PhysicalKeyboard service\r\n ",
"start": 68,
"end": 136,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
2018-10-30 23:33:29 -04:00
"start": 592,
"end": 640,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 26,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 28,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
]
},
{
2018-10-30 23:33:29 -04:00
"type": "ClassMethod",
"start": 644,
2018-11-09 11:06:46 -05:00
"end": 1982,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 60,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 644,
"end": 664,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 29,
2018-10-24 18:18:24 -04:00
"column": 22
},
"identifierName": "initKeyboardListener"
},
"name": "initKeyboardListener",
"leadingComments": null
},
2018-10-30 23:33:29 -04:00
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 666,
2018-11-09 11:06:46 -05:00
"end": 1982,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 24
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 60,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
"start": 712,
"end": 1408,
"loc": {
"start": {
"line": 31,
"column": 4
},
"end": {
"line": 44,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 712,
"end": 1407,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 44,
"column": 6
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 712,
"end": 737,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
"column": 29
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 712,
"end": 720,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "document"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "document",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 721,
"end": 737,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 29
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "StringLiteral",
"start": 738,
"end": 747,
"loc": {
"start": {
"line": 31,
"column": 30
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 31,
"column": 39
}
},
"extra": {
"rawValue": "keydown",
"raw": "\"keydown\""
},
"value": "keydown"
},
{
"type": "ArrowFunctionExpression",
"start": 749,
"end": 1406,
"loc": {
"start": {
"line": 31,
"column": 41
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 44,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 750,
"end": 755,
"loc": {
"start": {
"line": 31,
"column": 42
},
"end": {
"line": 31,
"column": 47
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 760,
"end": 1406,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
"column": 52
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 5
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "IfStatement",
"start": 769,
"end": 1399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 43,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "MemberExpression",
"start": 772,
"end": 833,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 9
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 70
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 772,
"end": 807,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 772,
"end": 799,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 772,
"end": 776,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 13
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 777,
"end": 799,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 14
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 36
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 800,
"end": 807,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 37
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 44
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 808,
"end": 833,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 45
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
"column": 70
},
"identifierName": "physicalKeyboardHighlight"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlight"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 834,
"end": 1399,
"loc": {
"start": {
"line": 32,
"column": 71
},
"end": {
"line": 43,
"column": 7
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 845,
"end": 904,
"loc": {
"start": {
"line": 33,
"column": 8
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 33,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 849,
"end": 903,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 66
}
},
"id": {
"type": "Identifier",
"start": 849,
"end": 862,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 25
},
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
},
"init": {
"type": "CallExpression",
"start": 865,
"end": 903,
"loc": {
"start": {
"line": 33,
"column": 28
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 33,
"column": 66
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 865,
"end": 896,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 59
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "ThisExpression",
"start": 865,
"end": 869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
"column": 32
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
},
"property": {
"type": "Identifier",
"start": 870,
"end": 896,
"loc": {
"start": {
"line": 33,
"column": 33
},
"end": {
"line": 33,
"column": 59
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 897,
"end": 902,
"loc": {
"start": {
"line": 33,
"column": 60
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 33,
"column": 65
},
"identifierName": "event"
},
"name": "event"
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 916,
"end": 1390,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 916,
"end": 1389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
"column": 10
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 916,
"end": 952,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 916,
"end": 943,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 916,
"end": 920,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 12
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 921,
"end": 943,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 35
},
"identifierName": "simpleKeyboardInstance"
},
"name": "simpleKeyboardInstance"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 944,
"end": 952,
"loc": {
"start": {
"line": 35,
"column": 36
},
"end": {
"line": 35,
"column": 44
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 953,
"end": 1388,
"loc": {
"start": {
"line": 35,
"column": 45
},
"end": {
"line": 42,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 953,
"end": 961,
"loc": {
"start": {
"line": 35,
"column": 45
},
"end": {
"line": 35,
"column": 53
},
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
}
],
"body": {
"type": "BlockStatement",
"start": 965,
"end": 1388,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
"column": 57
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 9
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
"start": 978,
"end": 1086,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 10
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
"start": 982,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
"start": 982,
"end": 991,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 23
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"init": {
"type": "LogicalExpression",
"start": 994,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 26
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "CallExpression",
"start": 994,
"end": 1034,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 994,
"end": 1019,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 51
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 994,
"end": 1002,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 34
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1003,
"end": 1019,
"loc": {
"start": {
"line": 36,
"column": 35
},
"end": {
"line": 36,
"column": 51
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1020,
"end": 1033,
"loc": {
"start": {
"line": 36,
"column": 52
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 65
},
"identifierName": "buttonPressed"
},
"name": "buttonPressed"
}
]
},
"operator": "||",
"right": {
"type": "CallExpression",
"start": 1038,
"end": 1085,
"loc": {
"start": {
"line": 36,
"column": 70
},
"end": {
"line": 36,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1038,
"end": 1063,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 95
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1038,
"end": 1046,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
"column": 78
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1047,
"end": 1063,
"loc": {
"start": {
"line": 36,
"column": 79
},
"end": {
"line": 36,
"column": 95
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 1064,
"end": 1084,
"loc": {
"start": {
"line": 36,
"column": 96
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 116
}
},
"expressions": [
{
"type": "Identifier",
"start": 1068,
"end": 1081,
"loc": {
"start": {
"line": 36,
"column": 100
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 113
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonPressed"
},
"name": "buttonPressed"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1065,
"end": 1066,
"loc": {
"start": {
"line": 36,
"column": 97
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 98
}
},
"value": {
"raw": "{",
"cooked": "{"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"tail": false
},
{
"type": "TemplateElement",
"start": 1082,
"end": 1083,
"loc": {
"start": {
"line": 36,
"column": 114
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 36,
"column": 115
}
},
"value": {
"raw": "}",
"cooked": "}"
},
"tail": true
}
]
}
]
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 1100,
"end": 1377,
"loc": {
"start": {
"line": 38,
"column": 10
},
"end": {
"line": 41,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "Identifier",
"start": 1103,
"end": 1112,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
"column": 22
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"consequent": {
"type": "BlockStatement",
"start": 1113,
"end": 1377,
"loc": {
"start": {
"line": 38,
"column": 23
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 41,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
"start": 1128,
"end": 1244,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 128
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
"start": 1128,
"end": 1243,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 127
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1128,
"end": 1159,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 43
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1128,
"end": 1143,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 27
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
"start": 1128,
"end": 1137,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1138,
"end": 1143,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 22
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 27
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "style"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "style"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1144,
"end": 1159,
"loc": {
"start": {
"line": 39,
"column": 28
},
"end": {
"line": 39,
"column": 43
},
"identifierName": "backgroundColor"
},
"name": "backgroundColor"
},
"computed": false
},
"right": {
"type": "LogicalExpression",
"start": 1162,
"end": 1243,
"loc": {
"start": {
"line": 39,
"column": 46
},
"end": {
"line": 39,
"column": 127
}
},
"left": {
"type": "MemberExpression",
"start": 1162,
"end": 1230,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 114
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1162,
"end": 1197,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 81
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1162,
"end": 1189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 73
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1162,
"end": 1166,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 50
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1167,
"end": 1189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 51
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 73
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1190,
"end": 1197,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 74
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 81
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1198,
"end": 1230,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 82
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
"column": 114
},
"identifierName": "physicalKeyboardHighlightBgColor"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlightBgColor"
},
"computed": false
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1234,
"end": 1243,
"loc": {
"start": {
"line": 39,
"column": 118
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 39,
"column": 127
}
},
"extra": {
"rawValue": "#9ab4d0",
"raw": "\"#9ab4d0\""
},
"value": "#9ab4d0"
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
},
{
"type": "ExpressionStatement",
"start": 1258,
"end": 1364,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
"start": 1258,
"end": 1363,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 117
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1258,
"end": 1279,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1258,
"end": 1273,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 27
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
"start": 1258,
"end": 1267,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1268,
"end": 1273,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 22
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 27
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "style"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "style"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1274,
"end": 1279,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 33
},
"identifierName": "color"
},
"name": "color"
},
"computed": false
},
"right": {
"type": "LogicalExpression",
"start": 1282,
"end": 1363,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 117
}
},
"left": {
"type": "MemberExpression",
"start": 1282,
"end": 1352,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 106
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1282,
"end": 1317,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 71
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1282,
"end": 1309,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 63
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1282,
"end": 1286,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 40
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1287,
"end": 1309,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 41
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 63
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1310,
"end": 1317,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 64
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 71
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1318,
"end": 1352,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 72
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
"column": 106
},
"identifierName": "physicalKeyboardHighlightTextColor"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlightTextColor"
},
"computed": false
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1356,
"end": 1363,
"loc": {
"start": {
"line": 40,
"column": 110
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 40,
"column": 117
}
},
"extra": {
"rawValue": "white",
"raw": "\"white\""
},
"value": "white"
2018-10-24 18:18:24 -04:00
}
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
}
],
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Adding button style on keydown",
"start": 673,
"end": 706,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " Removing button style on keyup",
"start": 1416,
"end": 1449,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 37
}
}
}
]
},
{
"type": "ExpressionStatement",
"start": 1455,
2018-11-09 11:06:46 -05:00
"end": 1977,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 59,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 1455,
2018-11-09 11:06:46 -05:00
"end": 1976,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
"column": 6
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1455,
"end": 1480,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 29
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1455,
"end": 1463,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "document"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "document",
"leadingComments": null
},
"property": {
"type": "Identifier",
"start": 1464,
"end": 1480,
"loc": {
"start": {
"line": 47,
"column": 13
},
"end": {
"line": 47,
"column": 29
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "addEventListener"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false,
"leadingComments": null
},
"arguments": [
{
"type": "StringLiteral",
"start": 1481,
"end": 1488,
"loc": {
"start": {
"line": 47,
"column": 30
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 47,
"column": 37
}
},
"extra": {
"rawValue": "keyup",
"raw": "\"keyup\""
},
"value": "keyup"
},
{
"type": "ArrowFunctionExpression",
"start": 1490,
2018-11-09 11:06:46 -05:00
"end": 1975,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 47,
"column": 39
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 59,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1491,
"end": 1496,
"loc": {
"start": {
"line": 47,
"column": 40
},
"end": {
"line": 47,
"column": 45
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 1501,
2018-11-09 11:06:46 -05:00
"end": 1975,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
"column": 50
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 5
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "IfStatement",
"start": 1510,
2018-11-09 11:06:46 -05:00
"end": 1968,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 58,
"column": 7
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "MemberExpression",
"start": 1513,
"end": 1574,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 9
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 70
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1513,
"end": 1548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
"object": {
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1513,
"end": 1540,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1513,
"end": 1517,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 13
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1518,
"end": 1540,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 14
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 36
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1541,
"end": 1548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 37
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 44
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "options"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "options"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1549,
"end": 1574,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 45
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
"column": 70
},
"identifierName": "physicalKeyboardHighlight"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "physicalKeyboardHighlight"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 1575,
2018-11-09 11:06:46 -05:00
"end": 1968,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 48,
"column": 71
},
"end": {
"line": 58,
"column": 7
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1586,
"end": 1645,
"loc": {
"start": {
"line": 49,
"column": 8
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 67
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1590,
"end": 1644,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 66
}
},
"id": {
"type": "Identifier",
"start": 1590,
"end": 1603,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 25
},
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
},
"init": {
"type": "CallExpression",
"start": 1606,
"end": 1644,
"loc": {
"start": {
"line": 49,
"column": 28
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 66
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1606,
"end": 1637,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 59
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "ThisExpression",
"start": 1606,
"end": 1610,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
"column": 32
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
},
"property": {
"type": "Identifier",
"start": 1611,
"end": 1637,
"loc": {
"start": {
"line": 49,
"column": 33
},
"end": {
"line": 49,
"column": 59
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getSimpleKeyboardLayoutKey"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1638,
"end": 1643,
"loc": {
"start": {
"line": 49,
"column": 60
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 49,
"column": 65
},
"identifierName": "event"
},
"name": "event"
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "ExpressionStatement",
"start": 1657,
2018-11-09 11:06:46 -05:00
"end": 1959,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 57,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
"start": 1657,
2018-11-09 11:06:46 -05:00
"end": 1958,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
"column": 10
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1657,
"end": 1693,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 44
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-10-30 23:33:29 -04:00
"start": 1657,
"end": 1684,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "ThisExpression",
"start": 1657,
"end": 1661,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 12
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-10-30 23:33:29 -04:00
"start": 1662,
"end": 1684,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 35
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "simpleKeyboardInstance"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
"start": 1685,
"end": 1693,
"loc": {
"start": {
"line": 51,
"column": 36
},
"end": {
"line": 51,
"column": 44
},
"identifierName": "dispatch"
},
"name": "dispatch"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 1694,
2018-11-09 11:06:46 -05:00
"end": 1957,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 51,
"column": 45
},
"end": {
"line": 57,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1694,
"end": 1702,
"loc": {
"start": {
"line": 51,
"column": 45
},
"end": {
"line": 51,
"column": 53
},
"identifierName": "instance"
},
"name": "instance"
}
],
"body": {
"type": "BlockStatement",
"start": 1706,
2018-11-09 11:06:46 -05:00
"end": 1957,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
"column": 57
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 9
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
"start": 1719,
"end": 1827,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 10
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 118
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
"start": 1723,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 14
},
"end": {
"line": 52,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
"start": 1723,
"end": 1732,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 23
},
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"init": {
"type": "LogicalExpression",
"start": 1735,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 26
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "CallExpression",
"start": 1735,
"end": 1775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1735,
"end": 1760,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 51
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
"start": 1735,
"end": 1743,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 34
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "instance"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1744,
"end": 1760,
"loc": {
"start": {
"line": 52,
"column": 35
},
"end": {
"line": 52,
"column": 51
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1761,
"end": 1774,
"loc": {
"start": {
"line": 52,
"column": 52
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 65
},
"identifierName": "buttonPressed"
},
"name": "buttonPressed"
}
]
},
"operator": "||",
"right": {
"type": "CallExpression",
"start": 1779,
"end": 1826,
"loc": {
"start": {
"line": 52,
"column": 70
},
"end": {
"line": 52,
"column": 117
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
"start": 1779,
"end": 1804,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 70
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 95
}
},
"object": {
"type": "Identifier",
"start": 1779,
"end": 1787,
"loc": {
"start": {
"line": 52,
"column": 70
},
"end": {
"line": 52,
"column": 78
},
"identifierName": "instance"
},
"name": "instance"
},
"property": {
"type": "Identifier",
"start": 1788,
"end": 1804,
"loc": {
"start": {
"line": 52,
"column": 79
},
"end": {
"line": 52,
"column": 95
},
"identifierName": "getButtonElement"
},
"name": "getButtonElement"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 1805,
"end": 1825,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 96
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
"column": 116
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"expressions": [
{
"type": "Identifier",
"start": 1809,
"end": 1822,
"loc": {
"start": {
"line": 52,
"column": 100
},
"end": {
"line": 52,
"column": 113
},
"identifierName": "buttonPressed"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonPressed"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 1806,
"end": 1807,
"loc": {
"start": {
"line": 52,
"column": 97
},
"end": {
"line": 52,
"column": 98
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": {
"raw": "{",
"cooked": "{"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"tail": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
{
"type": "TemplateElement",
"start": 1823,
"end": 1824,
"loc": {
"start": {
"line": 52,
"column": 114
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 52,
"column": 115
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": {
"raw": "}",
"cooked": "}"
},
"tail": true
}
]
}
]
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"kind": "let"
},
{
"type": "IfStatement",
"start": 1841,
2018-11-09 11:06:46 -05:00
"end": 1946,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 54,
"column": 10
},
"end": {
"line": 56,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
2018-11-09 11:06:46 -05:00
"type": "LogicalExpression",
2018-10-30 23:33:29 -04:00
"start": 1844,
2018-11-09 11:06:46 -05:00
"end": 1882,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 1844,
"end": 1853,
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 22
},
"identifierName": "buttonDOM"
2018-10-30 23:33:29 -04:00
},
2018-11-09 11:06:46 -05:00
"name": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-11-09 11:06:46 -05:00
"operator": "&&",
"right": {
"type": "MemberExpression",
"start": 1857,
"end": 1882,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 1857,
"end": 1866,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 35
},
"identifierName": "buttonDOM"
},
"name": "buttonDOM"
},
"property": {
"type": "Identifier",
"start": 1867,
"end": 1882,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 51
},
"identifierName": "removeAttribute"
},
"name": "removeAttribute"
},
"computed": false
}
2018-10-30 23:33:29 -04:00
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 1883,
"end": 1946,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 52
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 56,
"column": 11
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1933,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 47
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1932,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 46
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1923,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1907,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "buttonDOM"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "buttonDOM"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 1908,
"end": 1923,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 22
},
"end": {
"line": 55,
"column": 37
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "removeAttribute"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "removeAttribute"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 1924,
"end": 1931,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 55,
"column": 38
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 55,
"column": 45
}
},
"extra": {
"rawValue": "style",
"raw": "\"style\""
},
"value": "style"
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"leadingComments": null
},
"leadingComments": [
{
"type": "CommentLine",
"value": " Removing button style on keyup",
"start": 1416,
"end": 1449,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
}
],
"directives": [],
2018-10-24 18:18:24 -04:00
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
2018-10-30 23:33:29 -04:00
"start": 592,
"end": 640,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 26,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 28,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 62,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 65,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
]
},
{
2018-10-30 23:33:29 -04:00
"type": "ClassMethod",
2018-11-09 11:06:46 -05:00
"start": 2139,
"end": 2869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2139,
"end": 2165,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 28
},
"identifierName": "getSimpleKeyboardLayoutKey"
},
"name": "getSimpleKeyboardLayoutKey",
"leadingComments": null
},
2018-10-30 23:33:29 -04:00
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2166,
"end": 2171,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 66,
"column": 29
},
"end": {
"line": 66,
"column": 34
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2172,
"end": 2869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 35
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 3
}
},
2018-10-30 23:33:29 -04:00
"body": [
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": "VariableDeclaration",
2018-11-09 11:06:46 -05:00
"start": 2179,
"end": 2190,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
"column": 4
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
"column": 15
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"declarations": [
{
"type": "VariableDeclarator",
2018-11-09 11:06:46 -05:00
"start": 2183,
"end": 2189,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 14
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"id": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2183,
"end": 2189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 14
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"init": null
}
],
"kind": "let"
},
{
"type": "IfStatement",
2018-11-09 11:06:46 -05:00
"start": 2198,
"end": 2559,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 69,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2475,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
2018-10-24 18:18:24 -04:00
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2437,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
"column": 32
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2359,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 38
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2316,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 34
2018-10-24 18:18:24 -04:00
}
},
"left": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2277,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 34
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2238,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2228,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 25
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2219,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 16
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2214,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 70,
"column": 6
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 70,
"column": 11
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2215,
"end": 2219,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 12
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
"column": 16
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2220,
"end": 2228,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 70,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 70,
"column": 25
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2229,
"end": 2237,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 70,
"column": 34
}
},
"extra": {
"rawValue": "Numpad",
"raw": "\"Numpad\""
},
"value": "Numpad"
}
]
2018-10-24 18:18:24 -04:00
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2277,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 34
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2259,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2254,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2255,
"end": 2259,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2260,
"end": 2268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2269,
"end": 2276,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 33
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Shift",
"raw": "\"Shift\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Shift"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2316,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 34
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2307,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2298,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2293,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2294,
"end": 2298,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2299,
"end": 2307,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2308,
"end": 2315,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Space",
"raw": "\"Space\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Space"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2359,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 38
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2346,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2337,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2332,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2333,
"end": 2337,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2338,
"end": 2346,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2347,
"end": 2358,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Backspace",
"raw": "\"Backspace\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Backspace"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 36
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2380,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2375,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2376,
"end": 2380,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2381,
"end": 2389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2390,
"end": 2399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Control",
"raw": "\"Control\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Control"
2018-10-24 18:18:24 -04:00
}
]
}
},
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2437,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
"column": 32
2018-10-24 18:18:24 -04:00
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2430,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2421,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2416,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2417,
"end": 2421,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2422,
"end": 2430,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2431,
"end": 2436,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
"column": 31
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": "Alt",
"raw": "\"Alt\""
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "Alt"
2018-10-24 18:18:24 -04:00
}
]
}
},
2018-10-30 23:33:29 -04:00
"operator": "||",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2475,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2467,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 25
}
},
"object": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2458,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
"column": 16
}
},
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2453,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 6
},
"end": {
"line": 76,
"column": 11
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2454,
"end": 2458,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 16
},
"identifierName": "code"
},
"name": "code"
},
"computed": false
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2459,
"end": 2467,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
"column": 17
},
"end": {
"line": 76,
"column": 25
},
"identifierName": "includes"
},
"name": "includes"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2468,
"end": 2474,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 26
2018-10-30 23:33:29 -04:00
},
"end": {
"line": 76,
"column": 32
}
},
"extra": {
"rawValue": "Meta",
"raw": "\"Meta\""
},
"value": "Meta"
}
]
}
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2482,
"end": 2518,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 77,
"column": 5
},
"end": {
"line": 79,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2511,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 78,
"column": 6
},
"end": {
"line": 78,
"column": 26
}
},
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2510,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 78,
"column": 6
},
"end": {
"line": 78,
"column": 25
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2497,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 12
},
"identifierName": "output"
},
"name": "output"
},
"right": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2500,
"end": 2510,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 78,
"column": 15
},
"end": {
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 25
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2500,
"end": 2505,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 15
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 20
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2506,
"end": 2510,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
"column": 21
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 25
},
2018-10-30 23:33:29 -04:00
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
},
"computed": false
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2524,
"end": 2559,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 79,
"column": 11
},
"end": {
"line": 81,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2552,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 80,
"column": 6
},
"end": {
"line": 80,
"column": 25
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 24
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2539,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 12
},
"identifierName": "output"
},
"name": "output"
},
"right": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2542,
"end": 2551,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 80,
"column": 15
},
"end": {
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2542,
"end": 2547,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 15
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 20
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2548,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
"column": 21
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
},
2018-10-30 23:33:29 -04:00
"identifierName": "key"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "key"
},
"computed": false
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": [],
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
},
{
"type": "IfStatement",
2018-11-09 11:06:46 -05:00
"start": 2642,
"end": 2842,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 91,
"column": 5
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"test": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2788,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 6
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 98
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2685,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 37
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2660,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 12
},
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output",
"leadingComments": null
},
"operator": "!==",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2685,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 87,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 87,
"column": 37
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2683,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2671,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 87,
"column": 17
},
"end": {
"line": 87,
"column": 23
},
"identifierName": "output"
},
"name": "output"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2672,
"end": 2683,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
"column": 24
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 35
},
2018-10-30 23:33:29 -04:00
"identifierName": "toUpperCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "toUpperCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"arguments": []
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"operator": "||",
"right": {
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 7
},
"end": {
"line": 88,
"column": 97
}
},
"left": {
2018-10-24 18:18:24 -04:00
"type": "LogicalExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2761,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 71
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2718,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 28
2018-10-24 18:18:24 -04:00
}
},
"left": {
2018-10-30 23:33:29 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2710,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 20
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 17
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2702,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 12
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2703,
"end": 2707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 13
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 17
},
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2708,
"end": 2709,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 18
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 19
2018-10-24 18:18:24 -04:00
}
},
"extra": {
2018-10-30 23:33:29 -04:00
"rawValue": 0,
"raw": "0"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": 0
},
"computed": true
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"operator": "===",
2018-10-24 18:18:24 -04:00
"right": {
2018-10-30 23:33:29 -04:00
"type": "StringLiteral",
2018-11-09 11:06:46 -05:00
"start": 2715,
"end": 2718,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 25
},
"end": {
"line": 88,
"column": 28
}
},
"extra": {
"rawValue": "F",
"raw": "\"F\""
},
"value": "F"
}
},
"operator": "&&",
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2761,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 32
},
"end": {
"line": 88,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2738,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 48
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2728,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 38
},
"identifierName": "Number"
},
"name": "Number"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2729,
"end": 2738,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 39
},
"end": {
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 48
2018-10-30 23:33:29 -04:00
},
"identifierName": "isInteger"
},
"name": "isInteger"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2739,
"end": 2760,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 49
},
"end": {
"line": 88,
"column": 70
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"callee": {
2018-10-24 18:18:24 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2739,
"end": 2745,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 49
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 55
2018-10-24 18:18:24 -04:00
},
"identifierName": "Number"
},
"name": "Number"
},
2018-10-30 23:33:29 -04:00
"arguments": [
{
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2759,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 56
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 69
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 56
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 66
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2751,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 56
},
"end": {
"line": 88,
"column": 61
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2752,
"end": 2756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 62
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 66
},
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2757,
"end": 2758,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 67
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 88,
"column": 68
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"computed": true
}
]
}
]
}
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 75
},
"end": {
"line": 88,
"column": 97
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"left": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2782,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 92
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
2018-10-24 18:18:24 -04:00
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 85
2018-10-24 18:18:24 -04:00
}
},
"object": {
2018-10-30 23:33:29 -04:00
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2770,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 80
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "event"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "event"
2018-10-24 18:18:24 -04:00
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2771,
"end": 2775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 81
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 85
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "code"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "code"
2018-10-24 18:18:24 -04:00
},
"computed": false
},
2018-10-30 23:33:29 -04:00
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2776,
"end": 2782,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 86
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
"column": 92
},
"identifierName": "length"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "length"
},
"computed": false
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"operator": "<=",
"right": {
"type": "NumericLiteral",
2018-11-09 11:06:46 -05:00
"start": 2786,
"end": 2787,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 88,
"column": 96
},
"end": {
"line": 88,
"column": 97
}
},
"extra": {
"rawValue": 3,
"raw": "3"
},
"value": 3
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"extra": {
"parenthesized": true,
2018-11-09 11:06:46 -05:00
"parenStart": 2696
2018-10-30 23:33:29 -04:00
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"leadingComments": null
},
"consequent": {
"type": "BlockStatement",
2018-11-09 11:06:46 -05:00
"start": 2796,
"end": 2842,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 89,
"column": 6
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 91,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2835,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 6
},
"end": {
"line": 90,
"column": 36
}
},
"expression": {
"type": "AssignmentExpression",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2834,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 35
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"operator": "=",
"left": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2811,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 12
},
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"right": {
"type": "CallExpression",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2834,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 15
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"end": {
"line": 90,
"column": 35
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"callee": {
"type": "MemberExpression",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2832,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 33
2018-10-24 18:18:24 -04:00
}
},
2018-10-30 23:33:29 -04:00
"object": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2820,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
"column": 21
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "output"
},
"property": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2821,
"end": 2832,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 90,
"column": 22
},
"end": {
"line": 90,
"column": 33
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "toLowerCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"name": "toLowerCase"
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"computed": false
},
"arguments": []
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
},
"alternate": null,
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
}
]
},
{
"type": "ReturnStatement",
2018-11-09 11:06:46 -05:00
"start": 2850,
"end": 2864,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 93,
"column": 4
},
"end": {
"line": 93,
"column": 18
}
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"argument": {
"type": "Identifier",
2018-11-09 11:06:46 -05:00
"start": 2857,
"end": 2863,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 93,
"column": 11
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 93,
"column": 17
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"identifierName": "output"
},
"name": "output"
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
}
],
"directives": []
2018-10-24 18:18:24 -04:00
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 62,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 65,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * Physical Keyboard Service\r\n ",
"start": 0,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
2018-10-30 23:33:29 -04:00
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * Physical Keyboard Service\r\n ",
"start": 0,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Creates an instance of the PhysicalKeyboard service\r\n ",
"start": 68,
"end": 136,
"loc": {
"start": {
"line": 5,
"column": 2
},
"end": {
"line": 7,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @type {object} A simple-keyboard instance\r\n ",
"start": 182,
"end": 244,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 16,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 22,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
"start": 592,
"end": 640,
"loc": {
"start": {
"line": 26,
"column": 2
},
"end": {
"line": 28,
"column": 5
}
}
},
{
"type": "CommentLine",
"value": " Adding button style on keydown",
"start": 673,
"end": 706,
"loc": {
"start": {
"line": 30,
"column": 4
},
"end": {
"line": 30,
"column": 37
}
}
},
{
"type": "CommentLine",
"value": " Removing button style on keyup",
"start": 1416,
"end": 1449,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 37
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 65,
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-30 23:33:29 -04:00
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 85,
"column": 7
}
}
}
],
"tokens": [
{
"type": "CommentBlock",
"value": "*\r\n * Physical Keyboard Service\r\n ",
"start": 0,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"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": 40,
"end": 45,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "PhysicalKeyboard",
"start": 46,
"end": 62,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 63,
"end": 64,
"loc": {
"start": {
"line": 4,
"column": 23
},
"end": {
"line": 4,
"column": 24
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Creates an instance of the PhysicalKeyboard service\r\n ",
"start": 68,
"end": 136,
"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": "constructor",
"start": 140,
"end": 151,
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 151,
"end": 152,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
"start": 152,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 174,
"end": 175,
"loc": {
"start": {
"line": 8,
"column": 36
},
"end": {
"line": 8,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 8,
"column": 37
},
"end": {
"line": 8,
"column": 38
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * @type {object} A simple-keyboard instance\r\n ",
"start": 182,
"end": 244,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"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": 250,
"end": 254,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 254,
"end": 255,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
"start": 255,
"end": 277,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 31
}
2018-10-24 18:18:24 -04:00
}
2018-10-30 23:33:29 -04:00
},
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 278,
"end": 279,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 12,
"column": 32
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 12,
"column": 33
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
"start": 280,
"end": 302,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 12,
"column": 34
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 12,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 302,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 56
},
"end": {
"line": 12,
"column": 57
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": "CommentBlock",
2018-10-30 23:33:29 -04:00
"value": "*\r\n * Bindings\r\n ",
"start": 311,
"end": 340,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 14,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 16,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
2018-10-30 23:33:29 -04:00
"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": 346,
"end": 350,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-24 18:18:24 -04:00
"start": 350,
2018-10-30 23:33:29 -04:00
"end": 351,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initKeyboardListener",
"start": 351,
"end": 371,
"loc": {
"start": {
"line": 17,
"column": 9
},
"end": {
"line": 17,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 372,
"end": 373,
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 31
}
}
},
{
"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": 374,
"end": 378,
"loc": {
"start": {
"line": 17,
"column": 32
},
"end": {
"line": 17,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 378,
"end": 379,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
"line": 17,
2018-10-30 23:33:29 -04:00
"column": 36
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initKeyboardListener",
"start": 379,
"end": 399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 37
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 57
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 399,
"end": 400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 57
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 58
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bind",
"start": 400,
"end": 404,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 58
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 62
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 404,
"end": 405,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 62
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 63
2018-10-24 18:18:24 -04:00
}
}
2018-10-30 23:33:29 -04:00
},
2018-10-24 18:18:24 -04:00
{
2018-10-30 23:33:29 -04:00
"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": 405,
"end": 409,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 63
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 67
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": ")",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"start": 409,
"end": 410,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 67
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 68
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": ";",
"beforeExpr": true,
"startsExpr": false,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null,
"updateContext": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"start": 410,
"end": 411,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 68
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 17,
"column": 69
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "this",
"keyword": "this",
"beforeExpr": false,
2018-10-24 18:18:24 -04:00
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null,
"updateContext": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "this",
"start": 417,
"end": 421,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 4
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 8
2018-10-24 18:18:24 -04:00
}
}
},
{
2018-10-30 23:33:29 -04:00
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 421,
"end": 422,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 8
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 9
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"value": "getSimpleKeyboardLayoutKey",
"start": 422,
"end": 448,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 9
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 35
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "=",
2018-10-24 18:18:24 -04:00
"beforeExpr": true,
2018-10-30 23:33:29 -04:00
"startsExpr": false,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
2018-10-30 23:33:29 -04:00
"isAssign": true,
2018-10-24 18:18:24 -04:00
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null,
"updateContext": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "=",
"start": 449,
"end": 450,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 36
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 37
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "this",
"keyword": "this",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null,
"updateContext": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "this",
"start": 451,
"end": 455,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 38
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 42
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": ".",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null,
"updateContext": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"start": 455,
"end": 456,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 42
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 43
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "name",
"beforeExpr": false,
2018-10-24 18:18:24 -04:00
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"value": "getSimpleKeyboardLayoutKey",
"start": 456,
"end": 482,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 43
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 69
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": ".",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
2018-10-30 23:33:29 -04:00
"startsExpr": false,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 482,
"end": 483,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 69
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 70
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "name",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
2018-10-30 23:33:29 -04:00
"startsExpr": true,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
2018-10-30 23:33:29 -04:00
"binop": null
2018-10-24 18:18:24 -04:00
},
2018-10-30 23:33:29 -04:00
"value": "bind",
"start": 483,
"end": 487,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 70
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 74
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "(",
"beforeExpr": true,
2018-10-24 18:18:24 -04:00
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 487,
"end": 488,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 74
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 75
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
2018-10-30 23:33:29 -04:00
"isAssign": false,
2018-10-24 18:18:24 -04:00
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"value": "this",
"start": 488,
"end": 492,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 75
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 79
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-30 23:33:29 -04:00
"label": ")",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
2018-10-30 23:33:29 -04:00
"startsExpr": false,
2018-10-24 18:18:24 -04:00
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 492,
"end": 493,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 79
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 80
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 493,
"end": 494,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 80
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 18,
"column": 81
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Initialize key listeners\r\n ",
"start": 502,
"end": 547,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 22,
"column": 7
2018-10-24 18:18:24 -04:00
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 553,
"end": 557,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 557,
"end": 558,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initKeyboardListener",
2018-10-30 23:33:29 -04:00
"start": 558,
"end": 578,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 578,
"end": 579,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 29
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 579,
"end": 580,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 30
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 580,
"end": 581,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 31
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 23,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 585,
"end": 586,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 24,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 24,
2018-10-24 18:18:24 -04:00
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Initializes key event listeners\r\n ",
2018-10-30 23:33:29 -04:00
"start": 592,
"end": 640,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 26,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 28,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "initKeyboardListener",
2018-10-30 23:33:29 -04:00
"start": 644,
"end": 664,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 29,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 664,
"end": 665,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 22
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 23
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 665,
"end": 666,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 23
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 24
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 666,
"end": 667,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 24
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 29,
"column": 25
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": "CommentLine",
"value": " Adding button style on keydown",
2018-10-30 23:33:29 -04:00
"start": 673,
"end": 706,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 30,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 30,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
2018-10-30 23:33:29 -04:00
"start": 712,
"end": 720,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 720,
"end": 721,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEventListener",
2018-10-30 23:33:29 -04:00
"start": 721,
"end": 737,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 737,
"end": 738,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 29
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "keydown",
2018-10-30 23:33:29 -04:00
"start": 738,
"end": 747,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 30
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 747,
"end": 748,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 39
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 749,
"end": 750,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 41
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-10-30 23:33:29 -04:00
"start": 750,
"end": 755,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 42
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 755,
"end": 756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 47
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 48
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 757,
"end": 759,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 49
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 51
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 760,
"end": 761,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 52
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 31,
2018-10-24 18:18:24 -04:00
"column": 53
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 769,
"end": 771,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 771,
"end": 772,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 9
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 772,
"end": 776,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 776,
"end": 777,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 777,
"end": 799,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 799,
"end": 800,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
2018-10-30 23:33:29 -04:00
"start": 800,
"end": 807,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 807,
"end": 808,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 44
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "physicalKeyboardHighlight",
2018-10-30 23:33:29 -04:00
"start": 808,
"end": 833,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 833,
"end": 834,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 71
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 834,
"end": 835,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 71
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 32,
2018-10-24 18:18:24 -04:00
"column": 72
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 845,
"end": 848,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 849,
"end": 862,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 863,
"end": 864,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
2018-10-30 23:33:29 -04:00
"start": 865,
"end": 869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 869,
"end": 870,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getSimpleKeyboardLayoutKey",
2018-10-30 23:33:29 -04:00
"start": 870,
"end": 896,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 896,
"end": 897,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 59
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-10-30 23:33:29 -04:00
"start": 897,
"end": 902,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 60
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 902,
"end": 903,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 65
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 903,
"end": 904,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 66
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 33,
2018-10-24 18:18:24 -04:00
"column": 67
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 916,
"end": 920,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 920,
"end": 921,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 921,
"end": 943,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 943,
"end": 944,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dispatch",
2018-10-30 23:33:29 -04:00
"start": 944,
"end": 952,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 952,
"end": 953,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 44
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 953,
"end": 961,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 53
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 962,
"end": 964,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 54
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 56
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 965,
"end": 966,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 57
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 35,
2018-10-24 18:18:24 -04:00
"column": 58
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 978,
"end": 981,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 982,
"end": 991,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 992,
"end": 993,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 24
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 994,
"end": 1002,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1002,
"end": 1003,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 34
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getButtonElement",
2018-10-30 23:33:29 -04:00
"start": 1003,
"end": 1019,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1019,
"end": 1020,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 51
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 1020,
"end": 1033,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 52
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1033,
"end": 1034,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 65
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 66
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-10-30 23:33:29 -04:00
"start": 1035,
"end": 1037,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 67
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 1038,
"end": 1046,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1046,
"end": 1047,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 78
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getButtonElement",
2018-10-30 23:33:29 -04:00
"start": 1047,
"end": 1063,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 79
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 95
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1063,
"end": 1064,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 95
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 96
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1064,
"end": 1065,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 96
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 97
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{",
2018-10-30 23:33:29 -04:00
"start": 1065,
"end": 1066,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 97
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 98
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1066,
"end": 1068,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 98
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 100
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 1068,
"end": 1081,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 100
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 113
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1081,
"end": 1082,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 113
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 114
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}",
2018-10-30 23:33:29 -04:00
"start": 1082,
"end": 1083,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 114
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 115
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1083,
"end": 1084,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 115
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 116
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1084,
"end": 1085,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 116
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 117
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1085,
"end": 1086,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 117
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 36,
2018-10-24 18:18:24 -04:00
"column": 118
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1100,
"end": 1102,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1102,
"end": 1103,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 1103,
"end": 1112,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1112,
"end": 1113,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 22
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1113,
"end": 1114,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 23
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 38,
2018-10-24 18:18:24 -04:00
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 1128,
"end": 1137,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1137,
"end": 1138,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
2018-10-30 23:33:29 -04:00
"start": 1138,
"end": 1143,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 22
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1143,
"end": 1144,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 27
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "backgroundColor",
2018-10-30 23:33:29 -04:00
"start": 1144,
"end": 1159,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 43
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 1160,
"end": 1161,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 44
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1162,
"end": 1166,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1166,
"end": 1167,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 50
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 1167,
"end": 1189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 51
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 73
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1189,
"end": 1190,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 73
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
2018-10-30 23:33:29 -04:00
"start": 1190,
"end": 1197,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 74
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1197,
"end": 1198,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 81
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "physicalKeyboardHighlightBgColor",
2018-10-30 23:33:29 -04:00
"start": 1198,
"end": 1230,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 82
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 114
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-10-30 23:33:29 -04:00
"start": 1231,
"end": 1233,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 115
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 117
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "#9ab4d0",
2018-10-30 23:33:29 -04:00
"start": 1234,
"end": 1243,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 118
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 127
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1243,
"end": 1244,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 127
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 39,
2018-10-24 18:18:24 -04:00
"column": 128
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 1258,
"end": 1267,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1267,
"end": 1268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "style",
2018-10-30 23:33:29 -04:00
"start": 1268,
"end": 1273,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 22
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1273,
"end": 1274,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 27
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "color",
2018-10-30 23:33:29 -04:00
"start": 1274,
"end": 1279,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 1280,
"end": 1281,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 34
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1282,
"end": 1286,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1286,
"end": 1287,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 40
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 1287,
"end": 1309,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 41
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1309,
"end": 1310,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 63
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
2018-10-30 23:33:29 -04:00
"start": 1310,
"end": 1317,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 64
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1317,
"end": 1318,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 71
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "physicalKeyboardHighlightTextColor",
2018-10-30 23:33:29 -04:00
"start": 1318,
"end": 1352,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 72
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 106
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-10-30 23:33:29 -04:00
"start": 1353,
"end": 1355,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 107
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 109
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "white",
2018-10-30 23:33:29 -04:00
"start": 1356,
"end": 1363,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 110
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 117
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1363,
"end": 1364,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 117
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 40,
2018-10-24 18:18:24 -04:00
"column": 118
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1376,
"end": 1377,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 41,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 41,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1387,
"end": 1388,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1388,
"end": 1389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1389,
"end": 1390,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 42,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1398,
"end": 1399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 43,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 43,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1405,
"end": 1406,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1406,
"end": 1407,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 5
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 6
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1407,
"end": 1408,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 44,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": "CommentLine",
"value": " Removing button style on keyup",
2018-10-30 23:33:29 -04:00
"start": 1416,
"end": 1449,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 46,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 46,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
2018-10-30 23:33:29 -04:00
"start": 1455,
"end": 1463,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1463,
"end": 1464,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEventListener",
2018-10-30 23:33:29 -04:00
"start": 1464,
"end": 1480,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1480,
"end": 1481,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 29
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 30
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "keyup",
2018-10-30 23:33:29 -04:00
"start": 1481,
"end": 1488,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 30
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1488,
"end": 1489,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1490,
"end": 1491,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 39
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-10-30 23:33:29 -04:00
"start": 1491,
"end": 1496,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 40
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1496,
"end": 1497,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 46
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1498,
"end": 1500,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 47
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 49
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1501,
"end": 1502,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 50
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 47,
2018-10-24 18:18:24 -04:00
"column": 51
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1510,
"end": 1512,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1512,
"end": 1513,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1513,
"end": 1517,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1517,
"end": 1518,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 1518,
"end": 1540,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1540,
"end": 1541,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "options",
2018-10-30 23:33:29 -04:00
"start": 1541,
"end": 1548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1548,
"end": 1549,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 44
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "physicalKeyboardHighlight",
2018-10-30 23:33:29 -04:00
"start": 1549,
"end": 1574,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1574,
"end": 1575,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 71
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1575,
"end": 1576,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 71
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 48,
2018-10-24 18:18:24 -04:00
"column": 72
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1586,
"end": 1589,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 1590,
"end": 1603,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 1604,
"end": 1605,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
2018-10-30 23:33:29 -04:00
"start": 1606,
"end": 1610,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 28
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1610,
"end": 1611,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getSimpleKeyboardLayoutKey",
2018-10-30 23:33:29 -04:00
"start": 1611,
"end": 1637,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1637,
"end": 1638,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 59
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-10-30 23:33:29 -04:00
"start": 1638,
"end": 1643,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 60
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1643,
"end": 1644,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 65
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1644,
"end": 1645,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 66
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 49,
2018-10-24 18:18:24 -04:00
"column": 67
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1657,
"end": 1661,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1661,
"end": 1662,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "simpleKeyboardInstance",
2018-10-30 23:33:29 -04:00
"start": 1662,
"end": 1684,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1684,
"end": 1685,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dispatch",
2018-10-30 23:33:29 -04:00
"start": 1685,
"end": 1693,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 44
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1693,
"end": 1694,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 44
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 1694,
"end": 1702,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 53
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1703,
"end": 1705,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 54
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 56
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1706,
"end": 1707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 57
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 51,
2018-10-24 18:18:24 -04:00
"column": 58
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1719,
"end": 1722,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 1723,
"end": 1732,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-10-30 23:33:29 -04:00
"start": 1733,
"end": 1734,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 24
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 1735,
"end": 1743,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1743,
"end": 1744,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 34
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getButtonElement",
2018-10-30 23:33:29 -04:00
"start": 1744,
"end": 1760,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1760,
"end": 1761,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 51
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 1761,
"end": 1774,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 52
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1774,
"end": 1775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 65
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 66
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-10-30 23:33:29 -04:00
"start": 1776,
"end": 1778,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 67
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 69
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "instance",
2018-10-30 23:33:29 -04:00
"start": 1779,
"end": 1787,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1787,
"end": 1788,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 78
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getButtonElement",
2018-10-30 23:33:29 -04:00
"start": 1788,
"end": 1804,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 79
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 95
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1804,
"end": 1805,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 95
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 96
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1805,
"end": 1806,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 96
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 97
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "{",
2018-10-30 23:33:29 -04:00
"start": 1806,
"end": 1807,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 97
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 98
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1807,
"end": 1809,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 98
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 100
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonPressed",
2018-10-30 23:33:29 -04:00
"start": 1809,
"end": 1822,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 100
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 113
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1822,
"end": 1823,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 113
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 114
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "}",
2018-10-30 23:33:29 -04:00
"start": 1823,
"end": 1824,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 114
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 115
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1824,
"end": 1825,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 115
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 116
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1825,
"end": 1826,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 116
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 117
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-30 23:33:29 -04:00
"start": 1826,
"end": 1827,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 117
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 52,
2018-10-24 18:18:24 -04:00
"column": 118
}
}
},
{
"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",
2018-10-30 23:33:29 -04:00
"start": 1841,
"end": 1843,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-10-30 23:33:29 -04:00
"start": 1843,
"end": 1844,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-10-30 23:33:29 -04:00
"start": 1844,
"end": 1853,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
2018-11-09 11:06:46 -05:00
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 1854,
"end": 1856,
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
"start": 1857,
"end": 1866,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1866,
"end": 1867,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeAttribute",
"start": 1867,
"end": 1882,
"loc": {
"start": {
"line": 54,
"column": 36
},
"end": {
"line": 54,
"column": 51
}
}
},
2018-10-24 18:18:24 -04:00
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1882,
"end": 1883,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 51
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 52
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1883,
"end": 1884,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 52
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 54,
2018-11-09 11:06:46 -05:00
"column": 53
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonDOM",
2018-11-09 11:06:46 -05:00
"start": 1898,
"end": 1907,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 1907,
"end": 1908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeAttribute",
2018-11-09 11:06:46 -05:00
"start": 1908,
"end": 1923,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 22
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1923,
"end": 1924,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 38
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "style",
2018-11-09 11:06:46 -05:00
"start": 1924,
"end": 1931,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 38
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1931,
"end": 1932,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 45
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 1932,
"end": 1933,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 46
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 55,
2018-10-24 18:18:24 -04:00
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1945,
"end": 1946,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 56,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 56,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1956,
"end": 1957,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1957,
"end": 1958,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 9
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 1958,
"end": 1959,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 10
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 57,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1967,
"end": 1968,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 58,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 58,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1974,
"end": 1975,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1975,
"end": 1976,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 5
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 6
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 1976,
"end": 1977,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 59,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 1981,
"end": 1982,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 60,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 60,
2018-10-24 18:18:24 -04:00
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * Transforms a KeyboardEvent's \"key.code\" string into a simple-keyboard layout format\r\n * @param {object} event The KeyboardEvent\r\n ",
2018-11-09 11:06:46 -05:00
"start": 1988,
"end": 2135,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 62,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 65,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getSimpleKeyboardLayoutKey",
2018-11-09 11:06:46 -05:00
"start": 2139,
"end": 2165,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
2018-10-24 18:18:24 -04:00
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2165,
"end": 2166,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 28
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 29
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2166,
"end": 2171,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 29
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 34
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2171,
"end": 2172,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 34
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 35
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2172,
"end": 2173,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 35
2018-10-24 18:18:24 -04:00
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 66,
"column": 36
2018-10-24 18:18:24 -04:00
}
}
},
{
"type": {
2018-10-24 20:20:28 -04:00
"label": "let",
"keyword": "let",
2018-10-24 18:18:24 -04:00
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-10-24 20:20:28 -04:00
"value": "let",
2018-11-09 11:06:46 -05:00
"start": 2179,
"end": 2182,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2183,
"end": 2189,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 8
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2189,
"end": 2190,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 14
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 67,
2018-10-24 18:18:24 -04:00
"column": 15
}
}
},
{
"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",
2018-11-09 11:06:46 -05:00
"start": 2198,
"end": 2200,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 69,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 69,
2018-10-24 18:18:24 -04:00
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2200,
"end": 2201,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 69,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 69,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2209,
"end": 2214,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2214,
"end": 2215,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2215,
"end": 2219,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2219,
"end": 2220,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2220,
"end": 2228,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2228,
"end": 2229,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Numpad",
2018-11-09 11:06:46 -05:00
"start": 2229,
"end": 2237,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2237,
"end": 2238,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 34
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2239,
"end": 2241,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 70,
2018-10-24 18:18:24 -04:00
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2249,
"end": 2254,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2254,
"end": 2255,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2255,
"end": 2259,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2259,
"end": 2260,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2260,
"end": 2268,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2268,
"end": 2269,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Shift",
2018-11-09 11:06:46 -05:00
"start": 2269,
"end": 2276,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2276,
"end": 2277,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2278,
"end": 2280,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 71,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2288,
"end": 2293,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2293,
"end": 2294,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2294,
"end": 2298,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2298,
"end": 2299,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2299,
"end": 2307,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2307,
"end": 2308,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Space",
2018-11-09 11:06:46 -05:00
"start": 2308,
"end": 2315,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2315,
"end": 2316,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2317,
"end": 2319,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 72,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2327,
"end": 2332,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2332,
"end": 2333,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2333,
"end": 2337,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2337,
"end": 2338,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2338,
"end": 2346,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2346,
"end": 2347,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Backspace",
2018-11-09 11:06:46 -05:00
"start": 2347,
"end": 2358,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2358,
"end": 2359,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 38
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2360,
"end": 2362,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 39
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 73,
2018-10-24 18:18:24 -04:00
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2370,
"end": 2375,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2375,
"end": 2376,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2376,
"end": 2380,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2380,
"end": 2381,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2381,
"end": 2389,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2389,
"end": 2390,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Control",
2018-11-09 11:06:46 -05:00
"start": 2390,
"end": 2399,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2399,
"end": 2400,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2401,
"end": 2403,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 37
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 74,
2018-10-24 18:18:24 -04:00
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2411,
"end": 2416,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2416,
"end": 2417,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2417,
"end": 2421,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2421,
"end": 2422,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2422,
"end": 2430,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2430,
"end": 2431,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Alt",
2018-11-09 11:06:46 -05:00
"start": 2431,
"end": 2436,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2436,
"end": 2437,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 31
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2438,
"end": 2440,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 75,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2448,
"end": 2453,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2453,
"end": 2454,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2454,
"end": 2458,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2458,
"end": 2459,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 16
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "includes",
2018-11-09 11:06:46 -05:00
"start": 2459,
"end": 2467,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2467,
"end": 2468,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Meta",
2018-11-09 11:06:46 -05:00
"start": 2468,
"end": 2474,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 26
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2474,
"end": 2475,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 76,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2481,
"end": 2482,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 77,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 77,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2482,
"end": 2483,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 77,
2018-10-24 18:18:24 -04:00
"column": 5
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 77,
2018-10-24 18:18:24 -04:00
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2491,
"end": 2497,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-11-09 11:06:46 -05:00
"start": 2498,
"end": 2499,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2500,
"end": 2505,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2505,
"end": 2506,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 20
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2506,
"end": 2510,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2510,
"end": 2511,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 78,
2018-10-24 18:18:24 -04:00
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2517,
"end": 2518,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"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",
2018-11-09 11:06:46 -05:00
"start": 2519,
"end": 2523,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2524,
"end": 2525,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 79,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2533,
"end": 2539,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-11-09 11:06:46 -05:00
"start": 2540,
"end": 2541,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2542,
"end": 2547,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2547,
"end": 2548,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 20
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
2018-11-09 11:06:46 -05:00
"start": 2548,
"end": 2551,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2551,
"end": 2552,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 24
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 80,
2018-10-24 18:18:24 -04:00
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2558,
"end": 2559,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 81,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 81,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": "CommentBlock",
"value": "*\r\n * If button is not uppercase, casting to lowercase\r\n ",
2018-11-09 11:06:46 -05:00
"start": 2567,
"end": 2636,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 83,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 85,
2018-10-24 18:18:24 -04:00
"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",
2018-11-09 11:06:46 -05:00
"start": 2642,
"end": 2644,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 86,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 86,
2018-10-24 18:18:24 -04:00
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2645,
"end": 2646,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 86,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 86,
2018-10-24 18:18:24 -04:00
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2654,
"end": 2660,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "!==",
2018-11-09 11:06:46 -05:00
"start": 2661,
"end": 2664,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2665,
"end": 2671,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2671,
"end": 2672,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 23
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toUpperCase",
2018-11-09 11:06:46 -05:00
"start": 2672,
"end": 2683,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 24
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2683,
"end": 2684,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2684,
"end": 2685,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 36
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 37
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
2018-11-09 11:06:46 -05:00
"start": 2686,
"end": 2688,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 38
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 87,
2018-10-24 18:18:24 -04:00
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2696,
"end": 2697,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2697,
"end": 2702,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2702,
"end": 2703,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 12
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2703,
"end": 2707,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2707,
"end": 2708,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 18
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
2018-11-09 11:06:46 -05:00
"start": 2708,
"end": 2709,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 18
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 19
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2709,
"end": 2710,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 19
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 20
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
2018-11-09 11:06:46 -05:00
"start": 2711,
"end": 2714,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "F",
2018-11-09 11:06:46 -05:00
"start": 2715,
"end": 2718,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 25
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 28
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
2018-11-09 11:06:46 -05:00
"start": 2719,
"end": 2721,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 29
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Number",
2018-11-09 11:06:46 -05:00
"start": 2722,
"end": 2728,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2728,
"end": 2729,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 38
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "isInteger",
2018-11-09 11:06:46 -05:00
"start": 2729,
"end": 2738,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 39
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2738,
"end": 2739,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 48
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Number",
2018-11-09 11:06:46 -05:00
"start": 2739,
"end": 2745,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 49
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2745,
"end": 2746,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 55
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2746,
"end": 2751,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 56
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 61
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2751,
"end": 2752,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 61
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2752,
"end": 2756,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 62
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 66
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2756,
"end": 2757,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 66
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 67
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
2018-11-09 11:06:46 -05:00
"start": 2757,
"end": 2758,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 67
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 68
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2758,
"end": 2759,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 68
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2759,
"end": 2760,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 69
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2760,
"end": 2761,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 70
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 71
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
2018-11-09 11:06:46 -05:00
"start": 2762,
"end": 2764,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 72
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
2018-11-09 11:06:46 -05:00
"start": 2765,
"end": 2770,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 75
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 80
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2770,
"end": 2771,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 80
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
2018-11-09 11:06:46 -05:00
"start": 2771,
"end": 2775,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 81
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 85
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2775,
"end": 2776,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 85
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 86
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
2018-11-09 11:06:46 -05:00
"start": 2776,
"end": 2782,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 86
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 92
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<=",
2018-11-09 11:06:46 -05:00
"start": 2783,
"end": 2785,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 93
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 95
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 3,
2018-11-09 11:06:46 -05:00
"start": 2786,
"end": 2787,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 96
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2787,
"end": 2788,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 97
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 88,
2018-10-24 18:18:24 -04:00
"column": 98
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2794,
"end": 2795,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 89,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 89,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2796,
"end": 2797,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 89,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 89,
2018-10-24 18:18:24 -04:00
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2805,
"end": 2811,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 6
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
2018-11-09 11:06:46 -05:00
"start": 2812,
"end": 2813,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 13
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2814,
"end": 2820,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2820,
"end": 2821,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 21
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toLowerCase",
2018-11-09 11:06:46 -05:00
"start": 2821,
"end": 2832,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 22
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2832,
"end": 2833,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 33
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2833,
"end": 2834,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 34
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2834,
"end": 2835,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 35
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 90,
2018-10-24 18:18:24 -04:00
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2841,
"end": 2842,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 91,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 91,
2018-10-24 18:18:24 -04:00
"column": 5
}
}
},
{
"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",
2018-11-09 11:06:46 -05:00
"start": 2850,
"end": 2856,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 4
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "output",
2018-11-09 11:06:46 -05:00
"start": 2857,
"end": 2863,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 11
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 17
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2863,
"end": 2864,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 17
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 93,
2018-10-24 18:18:24 -04:00
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2868,
"end": 2869,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 2
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 94,
2018-10-24 18:18:24 -04:00
"column": 3
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
2018-11-09 11:06:46 -05:00
"start": 2871,
"end": 2872,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 95,
2018-10-24 18:18:24 -04:00
"column": 1
}
}
},
{
"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",
2018-11-09 11:06:46 -05:00
"start": 2876,
"end": 2882,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 0
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"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",
2018-11-09 11:06:46 -05:00
"start": 2883,
"end": 2890,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 7
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "PhysicalKeyboard",
2018-11-09 11:06:46 -05:00
"start": 2891,
"end": 2907,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 15
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2907,
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 31
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
2018-11-09 11:06:46 -05:00
"start": 2908,
"end": 2908,
2018-10-24 18:18:24 -04:00
"loc": {
"start": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
},
"end": {
2018-10-30 23:33:29 -04:00
"line": 97,
2018-10-24 18:18:24 -04:00
"column": 32
}
}
}
]
}