@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
685 lines • 17 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "root",
"range": [
9,
13
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
}
}
},
"imported": {
"type": "Identifier",
"name": "root",
"range": [
9,
13
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
}
}
},
"range": [
9,
13
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
}
}
}
],
"source": {
"type": "Literal",
"value": "../util/root",
"raw": "'../util/root'",
"range": [
21,
35
],
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 35
}
}
},
"range": [
0,
36
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 36
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "Symbol",
"range": [
41,
47
],
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 10
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "root",
"range": [
50,
54
],
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "Symbol",
"range": [
55,
61
],
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 24
}
}
},
"range": [
50,
61
],
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 24
}
}
},
"range": [
41,
61
],
"loc": {
"start": {
"line": 2,
"column": 4
},
"end": {
"line": 2,
"column": 24
}
}
}
],
"kind": "var",
"range": [
37,
62
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "$$rxSubscriber",
"range": [
74,
88
],
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 3,
"column": 25
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "UnaryExpression",
"operator": "typeof",
"argument": {
"type": "Identifier",
"name": "Symbol",
"range": [
99,
105
],
"loc": {
"start": {
"line": 3,
"column": 36
},
"end": {
"line": 3,
"column": 42
}
}
},
"prefix": true,
"range": [
92,
105
],
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "function",
"raw": "'function'",
"range": [
110,
120
],
"loc": {
"start": {
"line": 3,
"column": 47
},
"end": {
"line": 3,
"column": 57
}
}
},
"range": [
92,
120
],
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 57
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "UnaryExpression",
"operator": "typeof",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Symbol",
"range": [
131,
137
],
"loc": {
"start": {
"line": 3,
"column": 68
},
"end": {
"line": 3,
"column": 74
}
}
},
"property": {
"type": "Identifier",
"name": "for",
"range": [
138,
141
],
"loc": {
"start": {
"line": 3,
"column": 75
},
"end": {
"line": 3,
"column": 78
}
}
},
"range": [
131,
141
],
"loc": {
"start": {
"line": 3,
"column": 68
},
"end": {
"line": 3,
"column": 78
}
}
},
"prefix": true,
"range": [
124,
141
],
"loc": {
"start": {
"line": 3,
"column": 61
},
"end": {
"line": 3,
"column": 78
}
}
},
"right": {
"type": "Literal",
"value": "function",
"raw": "'function'",
"range": [
146,
156
],
"loc": {
"start": {
"line": 3,
"column": 83
},
"end": {
"line": 3,
"column": 93
}
}
},
"range": [
124,
156
],
"loc": {
"start": {
"line": 3,
"column": 61
},
"end": {
"line": 3,
"column": 93
}
}
},
"range": [
92,
156
],
"loc": {
"start": {
"line": 3,
"column": 29
},
"end": {
"line": 3,
"column": 93
}
}
},
"consequent": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Symbol",
"range": [
164,
170
],
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "for",
"range": [
171,
174
],
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 14
}
}
},
"range": [
164,
174
],
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 14
}
}
},
"arguments": [
{
"type": "Literal",
"value": "rxSubscriber",
"raw": "'rxSubscriber'",
"range": [
175,
189
],
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 4,
"column": 29
}
}
}
],
"range": [
164,
190
],
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 30
}
}
},
"alternate": {
"type": "Literal",
"value": "@@rxSubscriber",
"raw": "'@@rxSubscriber'",
"range": [
193,
209
],
"loc": {
"start": {
"line": 4,
"column": 33
},
"end": {
"line": 4,
"column": 49
}
}
},
"range": [
91,
209
],
"loc": {
"start": {
"line": 3,
"column": 28
},
"end": {
"line": 4,
"column": 49
}
}
},
"range": [
74,
209
],
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 4,
"column": 49
}
}
}
],
"kind": "var",
"range": [
70,
210
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 4,
"column": 50
}
},
"leadingComments": [],
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=rxSubscriber.js.map",
"range": [
211,
251
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 40
}
}
}
]
},
"specifiers": [],
"source": null,
"range": [
63,
210
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 4,
"column": 50
}
},
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=rxSubscriber.js.map",
"range": [
211,
251
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 40
}
}
}
]
}
],
"sourceType": "module",
"range": [
0,
210
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 4,
"column": 50
}
},
"comments": [
{
"type": "Line",
"value": "# sourceMappingURL=rxSubscriber.js.map",
"range": [
211,
251
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 40
}
}
}
]
}