awv3
Version:
⚡ AWV3 embedded CAD
2,144 lines • 1.1 MB
JSON
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "Literal",
"value": "use strict",
"raw": "'use strict'",
"range": [
0,
12
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
}
},
"range": [
0,
13
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Object",
"range": [
13,
19
],
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "defineProperty",
"range": [
20,
34
],
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 34
}
}
},
"range": [
13,
34
],
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 34
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "exports",
"range": [
35,
42
],
"loc": {
"start": {
"line": 1,
"column": 35
},
"end": {
"line": 1,
"column": 42
}
}
},
{
"type": "Literal",
"value": "__esModule",
"raw": "'__esModule'",
"range": [
43,
55
],
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 55
}
}
},
{
"type": "ObjectExpression",
"properties": [
{
"type": "Property",
"key": {
"type": "Identifier",
"name": "value",
"range": [
57,
62
],
"loc": {
"start": {
"line": 1,
"column": 57
},
"end": {
"line": 1,
"column": 62
}
}
},
"value": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
64,
65
],
"loc": {
"start": {
"line": 1,
"column": 64
},
"end": {
"line": 1,
"column": 65
}
}
},
"prefix": true,
"range": [
63,
65
],
"loc": {
"start": {
"line": 1,
"column": 63
},
"end": {
"line": 1,
"column": 65
}
}
},
"kind": "init",
"method": false,
"shorthand": false,
"computed": false,
"range": [
57,
65
],
"loc": {
"start": {
"line": 1,
"column": 57
},
"end": {
"line": 1,
"column": 65
}
}
}
],
"range": [
56,
66
],
"loc": {
"start": {
"line": 1,
"column": 56
},
"end": {
"line": 1,
"column": 66
}
}
}
],
"range": [
13,
67
],
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 67
}
}
},
"range": [
13,
68
],
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 68
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_getOwnPropertyNames",
"range": [
72,
92
],
"loc": {
"start": {
"line": 1,
"column": 72
},
"end": {
"line": 1,
"column": 92
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
93,
100
],
"loc": {
"start": {
"line": 1,
"column": 93
},
"end": {
"line": 1,
"column": 100
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/core-js/object/get-own-property-names",
"raw": "'babel-runtime/core-js/object/get-own-property-names'",
"range": [
101,
154
],
"loc": {
"start": {
"line": 1,
"column": 101
},
"end": {
"line": 1,
"column": 154
}
}
}
],
"range": [
93,
155
],
"loc": {
"start": {
"line": 1,
"column": 93
},
"end": {
"line": 1,
"column": 155
}
}
},
"range": [
72,
155
],
"loc": {
"start": {
"line": 1,
"column": 72
},
"end": {
"line": 1,
"column": 155
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_getOwnPropertyNames2",
"range": [
156,
177
],
"loc": {
"start": {
"line": 1,
"column": 156
},
"end": {
"line": 1,
"column": 177
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
178,
200
],
"loc": {
"start": {
"line": 1,
"column": 178
},
"end": {
"line": 1,
"column": 200
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_getOwnPropertyNames",
"range": [
201,
221
],
"loc": {
"start": {
"line": 1,
"column": 201
},
"end": {
"line": 1,
"column": 221
}
}
}
],
"range": [
178,
222
],
"loc": {
"start": {
"line": 1,
"column": 178
},
"end": {
"line": 1,
"column": 222
}
}
},
"range": [
156,
222
],
"loc": {
"start": {
"line": 1,
"column": 156
},
"end": {
"line": 1,
"column": 222
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_map",
"range": [
223,
227
],
"loc": {
"start": {
"line": 1,
"column": 223
},
"end": {
"line": 1,
"column": 227
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
228,
235
],
"loc": {
"start": {
"line": 1,
"column": 228
},
"end": {
"line": 1,
"column": 235
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/core-js/map",
"raw": "'babel-runtime/core-js/map'",
"range": [
236,
263
],
"loc": {
"start": {
"line": 1,
"column": 236
},
"end": {
"line": 1,
"column": 263
}
}
}
],
"range": [
228,
264
],
"loc": {
"start": {
"line": 1,
"column": 228
},
"end": {
"line": 1,
"column": 264
}
}
},
"range": [
223,
264
],
"loc": {
"start": {
"line": 1,
"column": 223
},
"end": {
"line": 1,
"column": 264
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_map2",
"range": [
265,
270
],
"loc": {
"start": {
"line": 1,
"column": 265
},
"end": {
"line": 1,
"column": 270
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
271,
293
],
"loc": {
"start": {
"line": 1,
"column": 271
},
"end": {
"line": 1,
"column": 293
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_map",
"range": [
294,
298
],
"loc": {
"start": {
"line": 1,
"column": 294
},
"end": {
"line": 1,
"column": 298
}
}
}
],
"range": [
271,
299
],
"loc": {
"start": {
"line": 1,
"column": 271
},
"end": {
"line": 1,
"column": 299
}
}
},
"range": [
265,
299
],
"loc": {
"start": {
"line": 1,
"column": 265
},
"end": {
"line": 1,
"column": 299
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_freeze",
"range": [
300,
307
],
"loc": {
"start": {
"line": 1,
"column": 300
},
"end": {
"line": 1,
"column": 307
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
308,
315
],
"loc": {
"start": {
"line": 1,
"column": 308
},
"end": {
"line": 1,
"column": 315
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/core-js/object/freeze",
"raw": "'babel-runtime/core-js/object/freeze'",
"range": [
316,
353
],
"loc": {
"start": {
"line": 1,
"column": 316
},
"end": {
"line": 1,
"column": 353
}
}
}
],
"range": [
308,
354
],
"loc": {
"start": {
"line": 1,
"column": 308
},
"end": {
"line": 1,
"column": 354
}
}
},
"range": [
300,
354
],
"loc": {
"start": {
"line": 1,
"column": 300
},
"end": {
"line": 1,
"column": 354
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_freeze2",
"range": [
355,
363
],
"loc": {
"start": {
"line": 1,
"column": 355
},
"end": {
"line": 1,
"column": 363
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
364,
386
],
"loc": {
"start": {
"line": 1,
"column": 364
},
"end": {
"line": 1,
"column": 386
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_freeze",
"range": [
387,
394
],
"loc": {
"start": {
"line": 1,
"column": 387
},
"end": {
"line": 1,
"column": 394
}
}
}
],
"range": [
364,
395
],
"loc": {
"start": {
"line": 1,
"column": 364
},
"end": {
"line": 1,
"column": 395
}
}
},
"range": [
355,
395
],
"loc": {
"start": {
"line": 1,
"column": 355
},
"end": {
"line": 1,
"column": 395
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_regenerator",
"range": [
396,
408
],
"loc": {
"start": {
"line": 1,
"column": 396
},
"end": {
"line": 1,
"column": 408
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
409,
416
],
"loc": {
"start": {
"line": 1,
"column": 409
},
"end": {
"line": 1,
"column": 416
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/regenerator",
"raw": "'babel-runtime/regenerator'",
"range": [
417,
444
],
"loc": {
"start": {
"line": 1,
"column": 417
},
"end": {
"line": 1,
"column": 444
}
}
}
],
"range": [
409,
445
],
"loc": {
"start": {
"line": 1,
"column": 409
},
"end": {
"line": 1,
"column": 445
}
}
},
"range": [
396,
445
],
"loc": {
"start": {
"line": 1,
"column": 396
},
"end": {
"line": 1,
"column": 445
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_regenerator2",
"range": [
446,
459
],
"loc": {
"start": {
"line": 1,
"column": 446
},
"end": {
"line": 1,
"column": 459
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
460,
482
],
"loc": {
"start": {
"line": 1,
"column": 460
},
"end": {
"line": 1,
"column": 482
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_regenerator",
"range": [
483,
495
],
"loc": {
"start": {
"line": 1,
"column": 483
},
"end": {
"line": 1,
"column": 495
}
}
}
],
"range": [
460,
496
],
"loc": {
"start": {
"line": 1,
"column": 460
},
"end": {
"line": 1,
"column": 496
}
}
},
"range": [
446,
496
],
"loc": {
"start": {
"line": 1,
"column": 446
},
"end": {
"line": 1,
"column": 496
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_asyncToGenerator2",
"range": [
497,
515
],
"loc": {
"start": {
"line": 1,
"column": 497
},
"end": {
"line": 1,
"column": 515
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
516,
523
],
"loc": {
"start": {
"line": 1,
"column": 516
},
"end": {
"line": 1,
"column": 523
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/helpers/asyncToGenerator",
"raw": "'babel-runtime/helpers/asyncToGenerator'",
"range": [
524,
564
],
"loc": {
"start": {
"line": 1,
"column": 524
},
"end": {
"line": 1,
"column": 564
}
}
}
],
"range": [
516,
565
],
"loc": {
"start": {
"line": 1,
"column": 516
},
"end": {
"line": 1,
"column": 565
}
}
},
"range": [
497,
565
],
"loc": {
"start": {
"line": 1,
"column": 497
},
"end": {
"line": 1,
"column": 565
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_asyncToGenerator3",
"range": [
566,
584
],
"loc": {
"start": {
"line": 1,
"column": 566
},
"end": {
"line": 1,
"column": 584
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
585,
607
],
"loc": {
"start": {
"line": 1,
"column": 585
},
"end": {
"line": 1,
"column": 607
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_asyncToGenerator2",
"range": [
608,
626
],
"loc": {
"start": {
"line": 1,
"column": 608
},
"end": {
"line": 1,
"column": 626
}
}
}
],
"range": [
585,
627
],
"loc": {
"start": {
"line": 1,
"column": 585
},
"end": {
"line": 1,
"column": 627
}
}
},
"range": [
566,
627
],
"loc": {
"start": {
"line": 1,
"column": 566
},
"end": {
"line": 1,
"column": 627
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_classCallCheck2",
"range": [
628,
644
],
"loc": {
"start": {
"line": 1,
"column": 628
},
"end": {
"line": 1,
"column": 644
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
645,
652
],
"loc": {
"start": {
"line": 1,
"column": 645
},
"end": {
"line": 1,
"column": 652
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/helpers/classCallCheck",
"raw": "'babel-runtime/helpers/classCallCheck'",
"range": [
653,
691
],
"loc": {
"start": {
"line": 1,
"column": 653
},
"end": {
"line": 1,
"column": 691
}
}
}
],
"range": [
645,
692
],
"loc": {
"start": {
"line": 1,
"column": 645
},
"end": {
"line": 1,
"column": 692
}
}
},
"range": [
628,
692
],
"loc": {
"start": {
"line": 1,
"column": 628
},
"end": {
"line": 1,
"column": 692
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_classCallCheck3",
"range": [
693,
709
],
"loc": {
"start": {
"line": 1,
"column": 693
},
"end": {
"line": 1,
"column": 709
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
710,
732
],
"loc": {
"start": {
"line": 1,
"column": 710
},
"end": {
"line": 1,
"column": 732
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_classCallCheck2",
"range": [
733,
749
],
"loc": {
"start": {
"line": 1,
"column": 733
},
"end": {
"line": 1,
"column": 749
}
}
}
],
"range": [
710,
750
],
"loc": {
"start": {
"line": 1,
"column": 710
},
"end": {
"line": 1,
"column": 750
}
}
},
"range": [
693,
750
],
"loc": {
"start": {
"line": 1,
"column": 693
},
"end": {
"line": 1,
"column": 750
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_createClass2",
"range": [
751,
764
],
"loc": {
"start": {
"line": 1,
"column": 751
},
"end": {
"line": 1,
"column": 764
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
765,
772
],
"loc": {
"start": {
"line": 1,
"column": 765
},
"end": {
"line": 1,
"column": 772
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/helpers/createClass",
"raw": "'babel-runtime/helpers/createClass'",
"range": [
773,
808
],
"loc": {
"start": {
"line": 1,
"column": 773
},
"end": {
"line": 1,
"column": 808
}
}
}
],
"range": [
765,
809
],
"loc": {
"start": {
"line": 1,
"column": 765
},
"end": {
"line": 1,
"column": 809
}
}
},
"range": [
751,
809
],
"loc": {
"start": {
"line": 1,
"column": 751
},
"end": {
"line": 1,
"column": 809
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_createClass3",
"range": [
810,
823
],
"loc": {
"start": {
"line": 1,
"column": 810
},
"end": {
"line": 1,
"column": 823
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
824,
846
],
"loc": {
"start": {
"line": 1,
"column": 824
},
"end": {
"line": 1,
"column": 846
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_createClass2",
"range": [
847,
860
],
"loc": {
"start": {
"line": 1,
"column": 847
},
"end": {
"line": 1,
"column": 860
}
}
}
],
"range": [
824,
861
],
"loc": {
"start": {
"line": 1,
"column": 824
},
"end": {
"line": 1,
"column": 861
}
}
},
"range": [
810,
861
],
"loc": {
"start": {
"line": 1,
"column": 810
},
"end": {
"line": 1,
"column": 861
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_promise",
"range": [
862,
870
],
"loc": {
"start": {
"line": 1,
"column": 862
},
"end": {
"line": 1,
"column": 870
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
871,
878
],
"loc": {
"start": {
"line": 1,
"column": 871
},
"end": {
"line": 1,
"column": 878
}
}
},
"arguments": [
{
"type": "Literal",
"value": "babel-runtime/core-js/promise",
"raw": "'babel-runtime/core-js/promise'",
"range": [
879,
910
],
"loc": {
"start": {
"line": 1,
"column": 879
},
"end": {
"line": 1,
"column": 910
}
}
}
],
"range": [
871,
911
],
"loc": {
"start": {
"line": 1,
"column": 871
},
"end": {
"line": 1,
"column": 911
}
}
},
"range": [
862,
911
],
"loc": {
"start": {
"line": 1,
"column": 862
},
"end": {
"line": 1,
"column": 911
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_promise2",
"range": [
912,
921
],
"loc": {
"start": {
"line": 1,
"column": 912
},
"end": {
"line": 1,
"column": 921
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
922,
944
],
"loc": {
"start": {
"line": 1,
"column": 922
},
"end": {
"line": 1,
"column": 944
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_promise",
"range": [
945,
953
],
"loc": {
"start": {
"line": 1,
"column": 945
},
"end": {
"line": 1,
"column": 953
}
}
}
],
"range": [
922,
954
],
"loc": {
"start": {
"line": 1,
"column": 922
},
"end": {
"line": 1,
"column": 954
}
}
},
"range": [
912,
954
],
"loc": {
"start": {
"line": 1,
"column": 912
},
"end": {
"line": 1,
"column": 954
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_sketcher",
"range": [
955,
964
],
"loc": {
"start": {
"line": 1,
"column": 955
},
"end": {
"line": 1,
"column": 964
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
965,
972
],
"loc": {
"start": {
"line": 1,
"column": 965
},
"end": {
"line": 1,
"column": 972
}
}
},
"arguments": [
{
"type": "Literal",
"value": "../sketcher",
"raw": "'../sketcher'",
"range": [
973,
986
],
"loc": {
"start": {
"line": 1,
"column": 973
},
"end": {
"line": 1,
"column": 986
}
}
}
],
"range": [
965,
987
],
"loc": {
"start": {
"line": 1,
"column": 965
},
"end": {
"line": 1,
"column": 987
}
}
},
"range": [
955,
987
],
"loc": {
"start": {
"line": 1,
"column": 955
},
"end": {
"line": 1,
"column": 987
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_sketcher2",
"range": [
988,
998
],
"loc": {
"start": {
"line": 1,
"column": 988
},
"end": {
"line": 1,
"column": 998
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireDefault",
"range": [
999,
1021
],
"loc": {
"start": {
"line": 1,
"column": 999
},
"end": {
"line": 1,
"column": 1021
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_sketcher",
"range": [
1022,
1031
],
"loc": {
"start": {
"line": 1,
"column": 1022
},
"end": {
"line": 1,
"column": 1031
}
}
}
],
"range": [
999,
1032
],
"loc": {
"start": {
"line": 1,
"column": 999
},
"end": {
"line": 1,
"column": 1032
}
}
},
"range": [
988,
1032
],
"loc": {
"start": {
"line": 1,
"column": 988
},
"end": {
"line": 1,
"column": 1032
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_expressions",
"range": [
1033,
1045
],
"loc": {
"start": {
"line": 1,
"column": 1033
},
"end": {
"line": 1,
"column": 1045
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
1046,
1053
],
"loc": {
"start": {
"line": 1,
"column": 1046
},
"end": {
"line": 1,
"column": 1053
}
}
},
"arguments": [
{
"type": "Literal",
"value": "./expressions",
"raw": "'./expressions'",
"range": [
1054,
1069
],
"loc": {
"start": {
"line": 1,
"column": 1054
},
"end": {
"line": 1,
"column": 1069
}
}
}
],
"range": [
1046,
1070
],
"loc": {
"start": {
"line": 1,
"column": 1046
},
"end": {
"line": 1,
"column": 1070
}
}
},
"range": [
1033,
1070
],
"loc": {
"start": {
"line": 1,
"column": 1033
},
"end": {
"line": 1,
"column": 1070
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_three",
"range": [
1071,
1077
],
"loc": {
"start": {
"line": 1,
"column": 1071
},
"end": {
"line": 1,
"column": 1077
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require",
"range": [
1078,
1085
],
"loc": {
"start": {
"line": 1,
"column": 1078
},
"end": {
"line": 1,
"column": 1085
}
}
},
"arguments": [
{
"type": "Literal",
"value": "three",
"raw": "'three'",
"range": [
1086,
1093
],
"loc": {
"start": {
"line": 1,
"column": 1086
},
"end": {
"line": 1,
"column": 1093
}
}
}
],
"range": [
1078,
1094
],
"loc": {
"start": {
"line": 1,
"column": 1078
},
"end": {
"line": 1,
"column": 1094
}
}
},
"range": [
1071,
1094
],
"loc": {
"start": {
"line": 1,
"column": 1071
},
"end": {
"line": 1,
"column": 1094
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "THREE",
"range": [
1095,
1100
],
"loc": {
"start": {
"line": 1,
"column": 1095
},
"end": {
"line": 1,
"column": 1100
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "_interopRequireWildcard",
"range": [
1101,
1124
],
"loc": {
"start": {
"line": 1,
"column": 1101
},
"end": {
"line": 1,
"column": 1124
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "_three",
"range": [
1125,
1131
],
"loc": {
"start": {
"line": 1,
"column": 1125
},
"end": {
"line": 1,
"column": 1131
}
}
}
],
"range": [
1101,
1132
],
"loc": {
"start": {
"line": 1,
"colu