@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
649 lines • 19 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "AsyncScheduler",
"range": [
9,
23
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 23
}
}
},
"imported": {
"type": "Identifier",
"name": "AsyncScheduler",
"range": [
9,
23
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 23
}
}
},
"range": [
9,
23
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 23
}
}
}
],
"source": {
"type": "Literal",
"value": "./AsyncScheduler",
"raw": "'./AsyncScheduler'",
"range": [
31,
49
],
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 49
}
}
},
"range": [
0,
50
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 50
}
}
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "QueueScheduler",
"range": [
62,
76
],
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 25
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "_super",
"range": [
90,
96
],
"loc": {
"start": {
"line": 2,
"column": 39
},
"end": {
"line": 2,
"column": 45
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "__extends",
"range": [
104,
113
],
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "QueueScheduler",
"range": [
114,
128
],
"loc": {
"start": {
"line": 3,
"column": 14
},
"end": {
"line": 3,
"column": 28
}
}
},
{
"type": "Identifier",
"name": "_super",
"range": [
130,
136
],
"loc": {
"start": {
"line": 3,
"column": 30
},
"end": {
"line": 3,
"column": 36
}
}
}
],
"range": [
104,
137
],
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 37
}
}
},
"range": [
104,
138
],
"loc": {
"start": {
"line": 3,
"column": 4
},
"end": {
"line": 3,
"column": 38
}
}
},
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "QueueScheduler",
"range": [
152,
166
],
"loc": {
"start": {
"line": 4,
"column": 13
},
"end": {
"line": 4,
"column": 27
}
}
},
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "_super",
"range": [
179,
185
],
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "apply",
"range": [
186,
191
],
"loc": {
"start": {
"line": 5,
"column": 15
},
"end": {
"line": 5,
"column": 20
}
}
},
"range": [
179,
191
],
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 20
}
}
},
"arguments": [
{
"type": "ThisExpression",
"range": [
192,
196
],
"loc": {
"start": {
"line": 5,
"column": 21
},
"end": {
"line": 5,
"column": 25
}
}
},
{
"type": "Identifier",
"name": "arguments",
"range": [
198,
207
],
"loc": {
"start": {
"line": 5,
"column": 27
},
"end": {
"line": 5,
"column": 36
}
}
}
],
"range": [
179,
208
],
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 37
}
}
},
"range": [
179,
209
],
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 38
}
}
}
],
"range": [
169,
215
],
"loc": {
"start": {
"line": 4,
"column": 30
},
"end": {
"line": 6,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
143,
215
],
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": "ReturnStatement",
"argument": {
"type": "Identifier",
"name": "QueueScheduler",
"range": [
227,
241
],
"loc": {
"start": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 25
}
}
},
"range": [
220,
242
],
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 26
}
}
}
],
"range": [
98,
244
],
"loc": {
"start": {
"line": 2,
"column": 47
},
"end": {
"line": 8,
"column": 1
}
}
},
"generator": false,
"expression": false,
"range": [
80,
244
],
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 8,
"column": 1
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "AsyncScheduler",
"range": [
245,
259
],
"loc": {
"start": {
"line": 8,
"column": 2
},
"end": {
"line": 8,
"column": 16
}
}
}
],
"range": [
80,
260
],
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 8,
"column": 17
}
}
},
"range": [
62,
261
],
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 8,
"column": 18
}
}
}
],
"kind": "var",
"range": [
58,
262
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 8,
"column": 19
}
},
"leadingComments": [],
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=QueueScheduler.js.map",
"range": [
263,
305
],
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 42
}
}
}
]
},
"specifiers": [],
"source": null,
"range": [
51,
262
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 8,
"column": 19
}
},
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=QueueScheduler.js.map",
"range": [
263,
305
],
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 42
}
}
}
]
}
],
"sourceType": "module",
"range": [
0,
262
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 8,
"column": 19
}
},
"comments": [
{
"type": "Line",
"value": "# sourceMappingURL=QueueScheduler.js.map",
"range": [
263,
305
],
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 42
}
}
}
]
}