@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
385 lines • 7.72 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "Observable",
"range": [
9,
19
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 19
}
}
},
"imported": {
"type": "Identifier",
"name": "Observable",
"range": [
9,
19
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 19
}
}
},
"range": [
9,
19
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 19
}
}
}
],
"source": {
"type": "Literal",
"value": "../../Observable",
"raw": "'../../Observable'",
"range": [
27,
45
],
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 45
}
}
},
"range": [
0,
46
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 46
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "distinctUntilChanged",
"range": [
56,
76
],
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 29
}
}
},
"imported": {
"type": "Identifier",
"name": "distinctUntilChanged",
"range": [
56,
76
],
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 29
}
}
},
"range": [
56,
76
],
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 29
}
}
}
],
"source": {
"type": "Literal",
"value": "../../operator/distinctUntilChanged",
"raw": "'../../operator/distinctUntilChanged'",
"range": [
84,
121
],
"loc": {
"start": {
"line": 2,
"column": 37
},
"end": {
"line": 2,
"column": 74
}
}
},
"range": [
47,
122
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 75
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Observable",
"range": [
123,
133
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "prototype",
"range": [
134,
143
],
"loc": {
"start": {
"line": 3,
"column": 11
},
"end": {
"line": 3,
"column": 20
}
}
},
"range": [
123,
143
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "distinctUntilChanged",
"range": [
144,
164
],
"loc": {
"start": {
"line": 3,
"column": 21
},
"end": {
"line": 3,
"column": 41
}
}
},
"range": [
123,
164
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 41
}
}
},
"right": {
"type": "Identifier",
"name": "distinctUntilChanged",
"range": [
167,
187
],
"loc": {
"start": {
"line": 3,
"column": 44
},
"end": {
"line": 3,
"column": 64
}
}
},
"range": [
123,
187
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 64
}
}
},
"range": [
123,
188
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 65
}
},
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=distinctUntilChanged.js.map",
"range": [
189,
237
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 48
}
}
}
]
}
],
"sourceType": "module",
"range": [
0,
188
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 65
}
},
"comments": [
{
"type": "Line",
"value": "# sourceMappingURL=distinctUntilChanged.js.map",
"range": [
189,
237
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 48
}
}
}
]
}