@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
543 lines • 12.5 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "MergeMapOperator",
"range": [
9,
25
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
}
},
"imported": {
"type": "Identifier",
"name": "MergeMapOperator",
"range": [
9,
25
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
}
},
"range": [
9,
25
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 25
}
}
}
],
"source": {
"type": "Literal",
"value": "./mergeMap",
"raw": "'./mergeMap'",
"range": [
33,
45
],
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 45
}
}
},
"range": [
0,
46
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 46
}
},
"trailingComments": [
{
"type": "Block",
"value": " tslint:disable:max-line-length ",
"range": [
47,
83
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "concatMap",
"range": [
100,
109
],
"loc": {
"start": {
"line": 3,
"column": 16
},
"end": {
"line": 3,
"column": 25
}
}
},
"params": [
{
"type": "Identifier",
"name": "project",
"range": [
110,
117
],
"loc": {
"start": {
"line": 3,
"column": 26
},
"end": {
"line": 3,
"column": 33
}
}
},
{
"type": "Identifier",
"name": "resultSelector",
"range": [
119,
133
],
"loc": {
"start": {
"line": 3,
"column": 35
},
"end": {
"line": 3,
"column": 49
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
148,
152
],
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "lift",
"range": [
153,
157
],
"loc": {
"start": {
"line": 4,
"column": 16
},
"end": {
"line": 4,
"column": 20
}
}
},
"range": [
148,
157
],
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 20
}
}
},
"arguments": [
{
"type": "NewExpression",
"callee": {
"type": "Identifier",
"name": "MergeMapOperator",
"range": [
162,
178
],
"loc": {
"start": {
"line": 4,
"column": 25
},
"end": {
"line": 4,
"column": 41
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "project",
"range": [
179,
186
],
"loc": {
"start": {
"line": 4,
"column": 42
},
"end": {
"line": 4,
"column": 49
}
}
},
{
"type": "Identifier",
"name": "resultSelector",
"range": [
188,
202
],
"loc": {
"start": {
"line": 4,
"column": 51
},
"end": {
"line": 4,
"column": 65
}
}
},
{
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
204,
205
],
"loc": {
"start": {
"line": 4,
"column": 67
},
"end": {
"line": 4,
"column": 68
}
}
}
],
"range": [
158,
206
],
"loc": {
"start": {
"line": 4,
"column": 21
},
"end": {
"line": 4,
"column": 69
}
}
}
],
"range": [
148,
207
],
"loc": {
"start": {
"line": 4,
"column": 11
},
"end": {
"line": 4,
"column": 70
}
}
},
"range": [
141,
208
],
"loc": {
"start": {
"line": 4,
"column": 4
},
"end": {
"line": 4,
"column": 71
}
}
}
],
"range": [
135,
210
],
"loc": {
"start": {
"line": 3,
"column": 51
},
"end": {
"line": 5,
"column": 1
}
}
},
"generator": false,
"expression": false,
"range": [
91,
210
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 5,
"column": 1
}
},
"leadingComments": [
{
"type": "Block",
"value": " tslint:disable:max-line-length ",
"range": [
47,
83
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=concatMap.js.map",
"range": [
211,
248
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 37
}
}
}
]
},
"specifiers": [],
"source": null,
"range": [
84,
210
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 1
}
},
"leadingComments": [
{
"type": "Block",
"value": " tslint:disable:max-line-length ",
"range": [
47,
83
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=concatMap.js.map",
"range": [
211,
248
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 37
}
}
}
]
}
],
"sourceType": "module",
"range": [
0,
210
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 5,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": " tslint:disable:max-line-length ",
"range": [
47,
83
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 36
}
}
},
{
"type": "Line",
"value": "# sourceMappingURL=concatMap.js.map",
"range": [
211,
248
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 37
}
}
}
]
}