seed-engine
Version:
A Lightweight 2D game engine using WebGL2. The engine is designed on the focus of creating a bridge between creating and publishing games to the Seed Network as modules.
2,124 lines • 381 kB
JSON
{
"type": "File",
"start": 0,
"end": 3674,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 141,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 3674,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 141,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 59,
"end": 102,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 43
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 66,
"end": 76,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 66,
"end": 76,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 17
},
"identifierName": "Updateable"
},
"name": "Updateable",
"leadingComments": null
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 82,
"end": 101,
"loc": {
"start": {
"line": 6,
"column": 23
},
"end": {
"line": 6,
"column": 42
}
},
"extra": {
"rawValue": "./base/Updateable",
"raw": "'./base/Updateable'"
},
"value": "./base/Updateable"
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Export management for all Engine files.\n ",
"start": 0,
"end": 50,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": "CommentLine",
"value": "base",
"start": 52,
"end": 58,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 6
}
}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": "component",
"start": 104,
"end": 115,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 11
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 116,
"end": 162,
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 46
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 123,
"end": 132,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 16
}
},
"local": {
"type": "Identifier",
"start": 123,
"end": 132,
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 16
},
"identifierName": "Animation"
},
"name": "Animation",
"leadingComments": null
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 138,
"end": 161,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 45
}
},
"extra": {
"rawValue": "./component/Animation",
"raw": "'./component/Animation'"
},
"value": "./component/Animation"
},
"leadingComments": [
{
"type": "CommentLine",
"value": "component",
"start": 104,
"end": 115,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 11
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 163,
"end": 201,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 38
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 170,
"end": 175,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 12
}
},
"local": {
"type": "Identifier",
"start": 170,
"end": 175,
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 12
},
"identifierName": "Audio"
},
"name": "Audio"
}
}
],
"source": {
"type": "StringLiteral",
"start": 181,
"end": 200,
"loc": {
"start": {
"line": 10,
"column": 18
},
"end": {
"line": 10,
"column": 37
}
},
"extra": {
"rawValue": "./component/Audio",
"raw": "'./component/Audio'"
},
"value": "./component/Audio"
}
},
{
"type": "ImportDeclaration",
"start": 202,
"end": 252,
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 50
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 209,
"end": 220,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 18
}
},
"local": {
"type": "Identifier",
"start": 209,
"end": 220,
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 18
},
"identifierName": "BoxCollider"
},
"name": "BoxCollider"
}
}
],
"source": {
"type": "StringLiteral",
"start": 226,
"end": 251,
"loc": {
"start": {
"line": 11,
"column": 24
},
"end": {
"line": 11,
"column": 49
}
},
"extra": {
"rawValue": "./component/BoxCollider",
"raw": "'./component/BoxCollider'"
},
"value": "./component/BoxCollider"
}
},
{
"type": "ImportDeclaration",
"start": 253,
"end": 309,
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 56
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 260,
"end": 274,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 21
}
},
"local": {
"type": "Identifier",
"start": 260,
"end": 274,
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 21
},
"identifierName": "CircleCollider"
},
"name": "CircleCollider"
}
}
],
"source": {
"type": "StringLiteral",
"start": 280,
"end": 308,
"loc": {
"start": {
"line": 12,
"column": 27
},
"end": {
"line": 12,
"column": 55
}
},
"extra": {
"rawValue": "./component/CircleCollider",
"raw": "'./component/CircleCollider'"
},
"value": "./component/CircleCollider"
}
},
{
"type": "ImportDeclaration",
"start": 310,
"end": 354,
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 44
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 317,
"end": 325,
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
"line": 13,
"column": 15
}
},
"local": {
"type": "Identifier",
"start": 317,
"end": 325,
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
"line": 13,
"column": 15
},
"identifierName": "Collider"
},
"name": "Collider"
}
}
],
"source": {
"type": "StringLiteral",
"start": 331,
"end": 353,
"loc": {
"start": {
"line": 13,
"column": 21
},
"end": {
"line": 13,
"column": 43
}
},
"extra": {
"rawValue": "./component/Collider",
"raw": "'./component/Collider'"
},
"value": "./component/Collider"
}
},
{
"type": "ImportDeclaration",
"start": 355,
"end": 403,
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 48
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 362,
"end": 372,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 362,
"end": 372,
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 17
},
"identifierName": "Collider2D"
},
"name": "Collider2D"
}
}
],
"source": {
"type": "StringLiteral",
"start": 378,
"end": 402,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 47
}
},
"extra": {
"rawValue": "./component/Collider2D",
"raw": "'./component/Collider2D'"
},
"value": "./component/Collider2D"
}
},
{
"type": "ImportDeclaration",
"start": 404,
"end": 450,
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 46
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 411,
"end": 420,
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 15,
"column": 16
}
},
"local": {
"type": "Identifier",
"start": 411,
"end": 420,
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 15,
"column": 16
},
"identifierName": "Component"
},
"name": "Component"
}
}
],
"source": {
"type": "StringLiteral",
"start": 426,
"end": 449,
"loc": {
"start": {
"line": 15,
"column": 22
},
"end": {
"line": 15,
"column": 45
}
},
"extra": {
"rawValue": "./component/Component",
"raw": "'./component/Component'"
},
"value": "./component/Component"
}
},
{
"type": "ImportDeclaration",
"start": 451,
"end": 499,
"loc": {
"start": {
"line": 16,
"column": 0
},
"end": {
"line": 16,
"column": 48
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 458,
"end": 468,
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 16,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 458,
"end": 468,
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 16,
"column": 17
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 474,
"end": 498,
"loc": {
"start": {
"line": 16,
"column": 23
},
"end": {
"line": 16,
"column": 47
}
},
"extra": {
"rawValue": "./component/Controller",
"raw": "'./component/Controller'"
},
"value": "./component/Controller"
}
},
{
"type": "ImportDeclaration",
"start": 500,
"end": 558,
"loc": {
"start": {
"line": 17,
"column": 0
},
"end": {
"line": 17,
"column": 58
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 507,
"end": 522,
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 17,
"column": 22
}
},
"local": {
"type": "Identifier",
"start": 507,
"end": 522,
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 17,
"column": 22
},
"identifierName": "ClickController"
},
"name": "ClickController"
}
}
],
"source": {
"type": "StringLiteral",
"start": 528,
"end": 557,
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 57
}
},
"extra": {
"rawValue": "./component/ClickController",
"raw": "'./component/ClickController'"
},
"value": "./component/ClickController"
}
},
{
"type": "ImportDeclaration",
"start": 559,
"end": 601,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 18,
"column": 42
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 566,
"end": 573,
"loc": {
"start": {
"line": 18,
"column": 7
},
"end": {
"line": 18,
"column": 14
}
},
"local": {
"type": "Identifier",
"start": 566,
"end": 573,
"loc": {
"start": {
"line": 18,
"column": 7
},
"end": {
"line": 18,
"column": 14
},
"identifierName": "Physics"
},
"name": "Physics"
}
}
],
"source": {
"type": "StringLiteral",
"start": 579,
"end": 600,
"loc": {
"start": {
"line": 18,
"column": 20
},
"end": {
"line": 18,
"column": 41
}
},
"extra": {
"rawValue": "./component/Physics",
"raw": "'./component/Physics'"
},
"value": "./component/Physics"
}
},
{
"type": "ImportDeclaration",
"start": 602,
"end": 648,
"loc": {
"start": {
"line": 19,
"column": 0
},
"end": {
"line": 19,
"column": 46
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 609,
"end": 618,
"loc": {
"start": {
"line": 19,
"column": 7
},
"end": {
"line": 19,
"column": 16
}
},
"local": {
"type": "Identifier",
"start": 609,
"end": 618,
"loc": {
"start": {
"line": 19,
"column": 7
},
"end": {
"line": 19,
"column": 16
},
"identifierName": "Physics2D"
},
"name": "Physics2D"
}
}
],
"source": {
"type": "StringLiteral",
"start": 624,
"end": 647,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 45
}
},
"extra": {
"rawValue": "./component/Physics2D",
"raw": "'./component/Physics2D'"
},
"value": "./component/Physics2D"
}
},
{
"type": "ImportDeclaration",
"start": 649,
"end": 697,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 20,
"column": 48
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 656,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 7
},
"end": {
"line": 20,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 656,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 7
},
"end": {
"line": 20,
"column": 17
},
"identifierName": "Renderable"
},
"name": "Renderable"
}
}
],
"source": {
"type": "StringLiteral",
"start": 672,
"end": 696,
"loc": {
"start": {
"line": 20,
"column": 23
},
"end": {
"line": 20,
"column": 47
}
},
"extra": {
"rawValue": "./component/Renderable",
"raw": "'./component/Renderable'"
},
"value": "./component/Renderable"
}
},
{
"type": "ImportDeclaration",
"start": 698,
"end": 750,
"loc": {
"start": {
"line": 21,
"column": 0
},
"end": {
"line": 21,
"column": 52
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 705,
"end": 717,
"loc": {
"start": {
"line": 21,
"column": 7
},
"end": {
"line": 21,
"column": 19
}
},
"local": {
"type": "Identifier",
"start": 705,
"end": 717,
"loc": {
"start": {
"line": 21,
"column": 7
},
"end": {
"line": 21,
"column": 19
},
"identifierName": "Renderable2D"
},
"name": "Renderable2D"
}
}
],
"source": {
"type": "StringLiteral",
"start": 723,
"end": 749,
"loc": {
"start": {
"line": 21,
"column": 25
},
"end": {
"line": 21,
"column": 51
}
},
"extra": {
"rawValue": "./component/Renderable2D",
"raw": "'./component/Renderable2D'"
},
"value": "./component/Renderable2D"
}
},
{
"type": "ImportDeclaration",
"start": 751,
"end": 811,
"loc": {
"start": {
"line": 22,
"column": 0
},
"end": {
"line": 22,
"column": 60
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 758,
"end": 774,
"loc": {
"start": {
"line": 22,
"column": 7
},
"end": {
"line": 22,
"column": 23
}
},
"local": {
"type": "Identifier",
"start": 758,
"end": 774,
"loc": {
"start": {
"line": 22,
"column": 7
},
"end": {
"line": 22,
"column": 23
},
"identifierName": "Renderable2DGrid"
},
"name": "Renderable2DGrid"
}
}
],
"source": {
"type": "StringLiteral",
"start": 780,
"end": 810,
"loc": {
"start": {
"line": 22,
"column": 29
},
"end": {
"line": 22,
"column": 59
}
},
"extra": {
"rawValue": "./component/Renderable2DGrid",
"raw": "'./component/Renderable2DGrid'"
},
"value": "./component/Renderable2DGrid"
}
},
{
"type": "ImportDeclaration",
"start": 812,
"end": 880,
"loc": {
"start": {
"line": 23,
"column": 0
},
"end": {
"line": 23,
"column": 68
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 819,
"end": 839,
"loc": {
"start": {
"line": 23,
"column": 7
},
"end": {
"line": 23,
"column": 27
}
},
"local": {
"type": "Identifier",
"start": 819,
"end": 839,
"loc": {
"start": {
"line": 23,
"column": 7
},
"end": {
"line": 23,
"column": 27
},
"identifierName": "Renderable2DMultitex"
},
"name": "Renderable2DMultitex"
}
}
],
"source": {
"type": "StringLiteral",
"start": 845,
"end": 879,
"loc": {
"start": {
"line": 23,
"column": 33
},
"end": {
"line": 23,
"column": 67
}
},
"extra": {
"rawValue": "./component/Renderable2DMultitex",
"raw": "'./component/Renderable2DMultitex'"
},
"value": "./component/Renderable2DMultitex"
}
},
{
"type": "ImportDeclaration",
"start": 881,
"end": 937,
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 56
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 888,
"end": 902,
"loc": {
"start": {
"line": 24,
"column": 7
},
"end": {
"line": 24,
"column": 21
}
},
"local": {
"type": "Identifier",
"start": 888,
"end": 902,
"loc": {
"start": {
"line": 24,
"column": 7
},
"end": {
"line": 24,
"column": 21
},
"identifierName": "RenderableText"
},
"name": "RenderableText"
}
}
],
"source": {
"type": "StringLiteral",
"start": 908,
"end": 936,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 55
}
},
"extra": {
"rawValue": "./component/RenderableText",
"raw": "'./component/RenderableText'"
},
"value": "./component/RenderableText"
}
},
{
"type": "ImportDeclaration",
"start": 938,
"end": 998,
"loc": {
"start": {
"line": 25,
"column": 0
},
"end": {
"line": 25,
"column": 60
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 945,
"end": 961,
"loc": {
"start": {
"line": 25,
"column": 7
},
"end": {
"line": 25,
"column": 23
}
},
"local": {
"type": "Identifier",
"start": 945,
"end": 961,
"loc": {
"start": {
"line": 25,
"column": 7
},
"end": {
"line": 25,
"column": 23
},
"identifierName": "RenderableSquare"
},
"name": "RenderableSquare"
}
}
],
"source": {
"type": "StringLiteral",
"start": 967,
"end": 997,
"loc": {
"start": {
"line": 25,
"column": 29
},
"end": {
"line": 25,
"column": 59
}
},
"extra": {
"rawValue": "./component/RenderableSquare",
"raw": "'./component/RenderableSquare'"
},
"value": "./component/RenderableSquare"
}
},
{
"type": "ImportDeclaration",
"start": 999,
"end": 1061,
"loc": {
"start": {
"line": 26,
"column": 0
},
"end": {
"line": 26,
"column": 62
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1006,
"end": 1023,
"loc": {
"start": {
"line": 26,
"column": 7
},
"end": {
"line": 26,
"column": 24
}
},
"local": {
"type": "Identifier",
"start": 1006,
"end": 1023,
"loc": {
"start": {
"line": 26,
"column": 7
},
"end": {
"line": 26,
"column": 24
},
"identifierName": "TopDownController"
},
"name": "TopDownController"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1029,
"end": 1060,
"loc": {
"start": {
"line": 26,
"column": 30
},
"end": {
"line": 26,
"column": 61
}
},
"extra": {
"rawValue": "./component/TopDownController",
"raw": "'./component/TopDownController'"
},
"value": "./component/TopDownController"
}
},
{
"type": "ImportDeclaration",
"start": 1062,
"end": 1108,
"loc": {
"start": {
"line": 27,
"column": 0
},
"end": {
"line": 27,
"column": 46
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1069,
"end": 1078,
"loc": {
"start": {
"line": 27,
"column": 7
},
"end": {
"line": 27,
"column": 16
}
},
"local": {
"type": "Identifier",
"start": 1069,
"end": 1078,
"loc": {
"start": {
"line": 27,
"column": 7
},
"end": {
"line": 27,
"column": 16
},
"identifierName": "Transform"
},
"name": "Transform"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1084,
"end": 1107,
"loc": {
"start": {
"line": 27,
"column": 22
},
"end": {
"line": 27,
"column": 45
}
},
"extra": {
"rawValue": "./component/Transform",
"raw": "'./component/Transform'"
},
"value": "./component/Transform"
},
"trailingComments": [
{
"type": "CommentLine",
"value": "internal",
"start": 1110,
"end": 1120,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 10
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 1121,
"end": 1160,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 39
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1128,
"end": 1134,
"loc": {
"start": {
"line": 30,
"column": 7
},
"end": {
"line": 30,
"column": 13
}
},
"local": {
"type": "Identifier",
"start": 1128,
"end": 1134,
"loc": {
"start": {
"line": 30,
"column": 7
},
"end": {
"line": 30,
"column": 13
},
"identifierName": "Bounds"
},
"name": "Bounds",
"leadingComments": null
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 1140,
"end": 1159,
"loc": {
"start": {
"line": 30,
"column": 19
},
"end": {
"line": 30,
"column": 38
}
},
"extra": {
"rawValue": "./internal/Bounds",
"raw": "'./internal/Bounds'"
},
"value": "./internal/Bounds"
},
"leadingComments": [
{
"type": "CommentLine",
"value": "internal",
"start": 1110,
"end": 1120,
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 10
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 1161,
"end": 1198,
"loc": {
"start": {
"line": 31,
"column": 0
},
"end": {
"line": 31,
"column": 37
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1168,
"end": 1173,
"loc": {
"start": {
"line": 31,
"column": 7
},
"end": {
"line": 31,
"column": 12
}
},
"local": {
"type": "Identifier",
"start": 1168,
"end": 1173,
"loc": {
"start": {
"line": 31,
"column": 7
},
"end": {
"line": 31,
"column": 12
},
"identifierName": "Point"
},
"name": "Point"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1179,
"end": 1197,
"loc": {
"start": {
"line": 31,
"column": 18
},
"end": {
"line": 31,
"column": 36
}
},
"extra": {
"rawValue": "./internal/Point",
"raw": "'./internal/Point'"
},
"value": "./internal/Point"
},
"trailingComments": [
{
"type": "CommentLine",
"value": "manager",
"start": 1200,
"end": 1209,
"loc": {
"start": {
"line": 33,
"column": 0
},
"end": {
"line": 33,
"column": 9
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 1210,
"end": 1260,
"loc": {
"start": {
"line": 34,
"column": 0
},
"end": {
"line": 34,
"column": 50
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1217,
"end": 1229,
"loc": {
"start": {
"line": 34,
"column": 7
},
"end": {
"line": 34,
"column": 19
}
},
"local": {
"type": "Identifier",
"start": 1217,
"end": 1229,
"loc": {
"start": {
"line": 34,
"column": 7
},
"end": {
"line": 34,
"column": 19
},
"identifierName": "AudioManager"
},
"name": "AudioManager",
"leadingComments": null
},
"leadingComments": null
}
],
"source": {
"type": "StringLiteral",
"start": 1235,
"end": 1259,
"loc": {
"start": {
"line": 34,
"column": 25
},
"end": {
"line": 34,
"column": 49
}
},
"extra": {
"rawValue": "./manager/AudioManager",
"raw": "'./manager/AudioManager'"
},
"value": "./manager/AudioManager"
},
"leadingComments": [
{
"type": "CommentLine",
"value": "manager",
"start": 1200,
"end": 1209,
"loc": {
"start": {
"line": 33,
"column": 0
},
"end": {
"line": 33,
"column": 9
}
}
}
]
},
{
"type": "ImportDeclaration",
"start": 1261,
"end": 1307,
"loc": {
"start": {
"line": 35,
"column": 0
},
"end": {
"line": 35,
"column": 46
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1268,
"end": 1278,
"loc": {
"start": {
"line": 35,
"column": 7
},
"end": {
"line": 35,
"column": 17
}
},
"local": {
"type": "Identifier",
"start": 1268,
"end": 1278,
"loc": {
"start": {
"line": 35,
"column": 7
},
"end": {
"line": 35,
"column": 17
},
"identifierName": "DOMManager"
},
"name": "DOMManager"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1284,
"end": 1306,
"loc": {
"start": {
"line": 35,
"column": 23
},
"end": {
"line": 35,
"column": 45
}
},
"extra": {
"rawValue": "./manager/DOMManager",
"raw": "'./manager/DOMManager'"
},
"value": "./manager/DOMManager"
}
},
{
"type": "ImportDeclaration",
"start": 1308,
"end": 1360,
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 52
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1315,
"end": 1328,
"loc": {
"start": {
"line": 36,
"column": 7
},
"end": {
"line": 36,
"column": 20
}
},
"local": {
"type": "Identifier",
"start": 1315,
"end": 1328,
"loc": {
"start": {
"line": 36,
"column": 7
},
"end": {
"line": 36,
"column": 20
},
"identifierName": "EngineManager"
},
"name": "EngineManager"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1334,
"end": 1359,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 51
}
},
"extra": {
"rawValue": "./manager/EngineManager",
"raw": "'./manager/EngineManager'"
},
"value": "./manager/EngineManager"
}
},
{
"type": "ImportDeclaration",
"start": 1361,
"end": 1411,
"loc": {
"start": {
"line": 37,
"column": 0
},
"end": {
"line": 37,
"column": 50
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1368,
"end": 1380,
"loc": {
"start": {
"line": 37,
"column": 7
},
"end": {
"line": 37,
"column": 19
}
},
"local": {
"type": "Identifier",
"start": 1368,
"end": 1380,
"loc": {
"start": {
"line": 37,
"column": 7
},
"end": {
"line": 37,
"column": 19
},
"identifierName": "InputManager"
},
"name": "InputManager"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1386,
"end": 1410,
"loc": {
"start": {
"line": 37,
"column": 25
},
"end": {
"line": 37,
"column": 49
}
},
"extra": {
"rawValue": "./manager/InputManager",
"raw": "'./manager/InputManager'"
},
"value": "./manager/InputManager"
}
},
{
"type": "ImportDeclaration",
"start": 1412,
"end": 1452,
"loc": {
"start": {
"line": 38,
"column": 0
},
"end": {
"line": 38,
"column": 40
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1419,
"end": 1426,
"loc": {
"start": {
"line": 38,
"column": 7
},
"end": {
"line": 38,
"column": 14
}
},
"local": {
"type": "Identifier",
"start": 1419,
"end": 1426,
"loc": {
"start": {
"line": 38,
"column": 7
},
"end": {
"line": 38,
"column": 14
},
"identifierName": "Manager"
},
"name": "Manager"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1432,
"end": 1451,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 39
}
},
"extra": {
"rawValue": "./manager/Manager",
"raw": "'./manager/Manager'"
},
"value": "./manager/Manager"
}
},
{
"type": "ImportDeclaration",
"start": 1453,
"end": 1513,
"loc": {
"start": {
"line": 39,
"column": 0
},
"end": {
"line": 39,
"column": 60
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 1460,
"end": 1477,
"loc": {
"start": {
"line": 39,
"column": 7
},
"end": {
"line": 39,
"column": 24
}
},
"local": {
"type": "Identifier",
"start": 1460,
"end": 1477,
"loc": {
"start": {
"line": 39,
"column": 7
},
"end": {
"line": 39,
"column": 24
},
"identifierName": "UpdateableManager"
},
"name": "UpdateableManager"
}
}
],
"source": {
"type": "StringLiteral",
"start": 1483,
"end": 1512,
"loc": {
"start": {
"line": 39,
"column": 30
},
"end": {
"line": 39,
"column": 59
}
},
"extra": {
"rawValue": "./manager/UpdateableManager",
"raw": "'./manager/UpdateableManager'"
},
"value": "./manager/UpdateableManager"
}
},
{
"type": "ImportDeclaration",
"start": 1514,
"end": 1574,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 40,
"column": 60