@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
2,653 lines • 188 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ExportNamedDeclaration",
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"exported": {
"type": "Identifier",
"name": "Subject",
"range": [
215,
222
],
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 16
}
}
},
"local": {
"type": "Identifier",
"name": "Subject",
"range": [
215,
222
],
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 16
}
}
},
"range": [
215,
222
],
"loc": {
"start": {
"line": 5,
"column": 9
},
"end": {
"line": 5,
"column": 16
}
}
},
{
"type": "ExportSpecifier",
"exported": {
"type": "Identifier",
"name": "AnonymousSubject",
"range": [
224,
240
],
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 34
}
}
},
"local": {
"type": "Identifier",
"name": "AnonymousSubject",
"range": [
224,
240
],
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 34
}
}
},
"range": [
224,
240
],
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 34
}
}
}
],
"source": {
"type": "Literal",
"value": "./Subject",
"raw": "'./Subject'",
"range": [
248,
259
],
"loc": {
"start": {
"line": 5,
"column": 42
},
"end": {
"line": 5,
"column": 53
}
}
},
"range": [
206,
260
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 54
}
},
"leadingComments": [
{
"type": "Block",
"value": " tslint:disable:no-unused-variable ",
"range": [
0,
39
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 39
}
}
},
{
"type": "Line",
"value": " Subject imported before Observable to bypass circular dependency issue since",
"range": [
40,
119
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 79
}
}
},
{
"type": "Line",
"value": " Subject extends Observable and Observable references Subject in it's",
"range": [
120,
191
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 71
}
}
},
{
"type": "Line",
"value": " definition",
"range": [
192,
205
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 13
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": " tslint:enable:no-unused-variable ",
"range": [
261,
299
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 38
}
}
}
]
},
{
"type": "ExportNamedDeclaration",
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"exported": {
"type": "Identifier",
"name": "Observable",
"range": [
309,
319
],
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 19
}
}
},
"local": {
"type": "Identifier",
"name": "Observable",
"range": [
309,
319
],
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 19
}
}
},
"range": [
309,
319
],
"loc": {
"start": {
"line": 7,
"column": 9
},
"end": {
"line": 7,
"column": 19
}
}
}
],
"source": {
"type": "Literal",
"value": "./Observable",
"raw": "'./Observable'",
"range": [
327,
341
],
"loc": {
"start": {
"line": 7,
"column": 27
},
"end": {
"line": 7,
"column": 41
}
}
},
"range": [
300,
342
],
"loc": {
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 42
}
},
"leadingComments": [
{
"type": "Block",
"value": " tslint:enable:no-unused-variable ",
"range": [
261,
299
],
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 38
}
}
}
]
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/bindCallback",
"raw": "'./add/observable/bindCallback'",
"range": [
350,
381
],
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 38
}
}
},
"range": [
343,
382
],
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 39
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/bindNodeCallback",
"raw": "'./add/observable/bindNodeCallback'",
"range": [
390,
425
],
"loc": {
"start": {
"line": 9,
"column": 7
},
"end": {
"line": 9,
"column": 42
}
}
},
"range": [
383,
426
],
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 43
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/combineLatest",
"raw": "'./add/observable/combineLatest'",
"range": [
434,
466
],
"loc": {
"start": {
"line": 10,
"column": 7
},
"end": {
"line": 10,
"column": 39
}
}
},
"range": [
427,
467
],
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/concat",
"raw": "'./add/observable/concat'",
"range": [
475,
500
],
"loc": {
"start": {
"line": 11,
"column": 7
},
"end": {
"line": 11,
"column": 32
}
}
},
"range": [
468,
501
],
"loc": {
"start": {
"line": 11,
"column": 0
},
"end": {
"line": 11,
"column": 33
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/defer",
"raw": "'./add/observable/defer'",
"range": [
509,
533
],
"loc": {
"start": {
"line": 12,
"column": 7
},
"end": {
"line": 12,
"column": 31
}
}
},
"range": [
502,
534
],
"loc": {
"start": {
"line": 12,
"column": 0
},
"end": {
"line": 12,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/empty",
"raw": "'./add/observable/empty'",
"range": [
542,
566
],
"loc": {
"start": {
"line": 13,
"column": 7
},
"end": {
"line": 13,
"column": 31
}
}
},
"range": [
535,
567
],
"loc": {
"start": {
"line": 13,
"column": 0
},
"end": {
"line": 13,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/forkJoin",
"raw": "'./add/observable/forkJoin'",
"range": [
575,
602
],
"loc": {
"start": {
"line": 14,
"column": 7
},
"end": {
"line": 14,
"column": 34
}
}
},
"range": [
568,
603
],
"loc": {
"start": {
"line": 14,
"column": 0
},
"end": {
"line": 14,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/from",
"raw": "'./add/observable/from'",
"range": [
611,
634
],
"loc": {
"start": {
"line": 15,
"column": 7
},
"end": {
"line": 15,
"column": 30
}
}
},
"range": [
604,
635
],
"loc": {
"start": {
"line": 15,
"column": 0
},
"end": {
"line": 15,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/fromEvent",
"raw": "'./add/observable/fromEvent'",
"range": [
643,
671
],
"loc": {
"start": {
"line": 16,
"column": 7
},
"end": {
"line": 16,
"column": 35
}
}
},
"range": [
636,
672
],
"loc": {
"start": {
"line": 16,
"column": 0
},
"end": {
"line": 16,
"column": 36
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/fromEventPattern",
"raw": "'./add/observable/fromEventPattern'",
"range": [
680,
715
],
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 17,
"column": 42
}
}
},
"range": [
673,
716
],
"loc": {
"start": {
"line": 17,
"column": 0
},
"end": {
"line": 17,
"column": 43
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/fromPromise",
"raw": "'./add/observable/fromPromise'",
"range": [
724,
754
],
"loc": {
"start": {
"line": 18,
"column": 7
},
"end": {
"line": 18,
"column": 37
}
}
},
"range": [
717,
755
],
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 18,
"column": 38
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/generate",
"raw": "'./add/observable/generate'",
"range": [
763,
790
],
"loc": {
"start": {
"line": 19,
"column": 7
},
"end": {
"line": 19,
"column": 34
}
}
},
"range": [
756,
791
],
"loc": {
"start": {
"line": 19,
"column": 0
},
"end": {
"line": 19,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/if",
"raw": "'./add/observable/if'",
"range": [
799,
820
],
"loc": {
"start": {
"line": 20,
"column": 7
},
"end": {
"line": 20,
"column": 28
}
}
},
"range": [
792,
821
],
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 20,
"column": 29
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/interval",
"raw": "'./add/observable/interval'",
"range": [
829,
856
],
"loc": {
"start": {
"line": 21,
"column": 7
},
"end": {
"line": 21,
"column": 34
}
}
},
"range": [
822,
857
],
"loc": {
"start": {
"line": 21,
"column": 0
},
"end": {
"line": 21,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/merge",
"raw": "'./add/observable/merge'",
"range": [
865,
889
],
"loc": {
"start": {
"line": 22,
"column": 7
},
"end": {
"line": 22,
"column": 31
}
}
},
"range": [
858,
890
],
"loc": {
"start": {
"line": 22,
"column": 0
},
"end": {
"line": 22,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/race",
"raw": "'./add/observable/race'",
"range": [
898,
921
],
"loc": {
"start": {
"line": 23,
"column": 7
},
"end": {
"line": 23,
"column": 30
}
}
},
"range": [
891,
922
],
"loc": {
"start": {
"line": 23,
"column": 0
},
"end": {
"line": 23,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/never",
"raw": "'./add/observable/never'",
"range": [
930,
954
],
"loc": {
"start": {
"line": 24,
"column": 7
},
"end": {
"line": 24,
"column": 31
}
}
},
"range": [
923,
955
],
"loc": {
"start": {
"line": 24,
"column": 0
},
"end": {
"line": 24,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/of",
"raw": "'./add/observable/of'",
"range": [
963,
984
],
"loc": {
"start": {
"line": 25,
"column": 7
},
"end": {
"line": 25,
"column": 28
}
}
},
"range": [
956,
985
],
"loc": {
"start": {
"line": 25,
"column": 0
},
"end": {
"line": 25,
"column": 29
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/onErrorResumeNext",
"raw": "'./add/observable/onErrorResumeNext'",
"range": [
993,
1029
],
"loc": {
"start": {
"line": 26,
"column": 7
},
"end": {
"line": 26,
"column": 43
}
}
},
"range": [
986,
1030
],
"loc": {
"start": {
"line": 26,
"column": 0
},
"end": {
"line": 26,
"column": 44
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/pairs",
"raw": "'./add/observable/pairs'",
"range": [
1038,
1062
],
"loc": {
"start": {
"line": 27,
"column": 7
},
"end": {
"line": 27,
"column": 31
}
}
},
"range": [
1031,
1063
],
"loc": {
"start": {
"line": 27,
"column": 0
},
"end": {
"line": 27,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/range",
"raw": "'./add/observable/range'",
"range": [
1071,
1095
],
"loc": {
"start": {
"line": 28,
"column": 7
},
"end": {
"line": 28,
"column": 31
}
}
},
"range": [
1064,
1096
],
"loc": {
"start": {
"line": 28,
"column": 0
},
"end": {
"line": 28,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/using",
"raw": "'./add/observable/using'",
"range": [
1104,
1128
],
"loc": {
"start": {
"line": 29,
"column": 7
},
"end": {
"line": 29,
"column": 31
}
}
},
"range": [
1097,
1129
],
"loc": {
"start": {
"line": 29,
"column": 0
},
"end": {
"line": 29,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/throw",
"raw": "'./add/observable/throw'",
"range": [
1137,
1161
],
"loc": {
"start": {
"line": 30,
"column": 7
},
"end": {
"line": 30,
"column": 31
}
}
},
"range": [
1130,
1162
],
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/timer",
"raw": "'./add/observable/timer'",
"range": [
1170,
1194
],
"loc": {
"start": {
"line": 31,
"column": 7
},
"end": {
"line": 31,
"column": 31
}
}
},
"range": [
1163,
1195
],
"loc": {
"start": {
"line": 31,
"column": 0
},
"end": {
"line": 31,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/zip",
"raw": "'./add/observable/zip'",
"range": [
1203,
1225
],
"loc": {
"start": {
"line": 32,
"column": 7
},
"end": {
"line": 32,
"column": 29
}
}
},
"range": [
1196,
1226
],
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 30
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/dom/ajax",
"raw": "'./add/observable/dom/ajax'",
"range": [
1234,
1261
],
"loc": {
"start": {
"line": 33,
"column": 7
},
"end": {
"line": 33,
"column": 34
}
}
},
"range": [
1227,
1262
],
"loc": {
"start": {
"line": 33,
"column": 0
},
"end": {
"line": 33,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/observable/dom/webSocket",
"raw": "'./add/observable/dom/webSocket'",
"range": [
1270,
1302
],
"loc": {
"start": {
"line": 34,
"column": 7
},
"end": {
"line": 34,
"column": 39
}
}
},
"range": [
1263,
1303
],
"loc": {
"start": {
"line": 34,
"column": 0
},
"end": {
"line": 34,
"column": 40
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/buffer",
"raw": "'./add/operator/buffer'",
"range": [
1311,
1334
],
"loc": {
"start": {
"line": 35,
"column": 7
},
"end": {
"line": 35,
"column": 30
}
}
},
"range": [
1304,
1335
],
"loc": {
"start": {
"line": 35,
"column": 0
},
"end": {
"line": 35,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/bufferCount",
"raw": "'./add/operator/bufferCount'",
"range": [
1343,
1371
],
"loc": {
"start": {
"line": 36,
"column": 7
},
"end": {
"line": 36,
"column": 35
}
}
},
"range": [
1336,
1372
],
"loc": {
"start": {
"line": 36,
"column": 0
},
"end": {
"line": 36,
"column": 36
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/bufferTime",
"raw": "'./add/operator/bufferTime'",
"range": [
1380,
1407
],
"loc": {
"start": {
"line": 37,
"column": 7
},
"end": {
"line": 37,
"column": 34
}
}
},
"range": [
1373,
1408
],
"loc": {
"start": {
"line": 37,
"column": 0
},
"end": {
"line": 37,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/bufferToggle",
"raw": "'./add/operator/bufferToggle'",
"range": [
1416,
1445
],
"loc": {
"start": {
"line": 38,
"column": 7
},
"end": {
"line": 38,
"column": 36
}
}
},
"range": [
1409,
1446
],
"loc": {
"start": {
"line": 38,
"column": 0
},
"end": {
"line": 38,
"column": 37
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/bufferWhen",
"raw": "'./add/operator/bufferWhen'",
"range": [
1454,
1481
],
"loc": {
"start": {
"line": 39,
"column": 7
},
"end": {
"line": 39,
"column": 34
}
}
},
"range": [
1447,
1482
],
"loc": {
"start": {
"line": 39,
"column": 0
},
"end": {
"line": 39,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/catch",
"raw": "'./add/operator/catch'",
"range": [
1490,
1512
],
"loc": {
"start": {
"line": 40,
"column": 7
},
"end": {
"line": 40,
"column": 29
}
}
},
"range": [
1483,
1513
],
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 40,
"column": 30
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/combineAll",
"raw": "'./add/operator/combineAll'",
"range": [
1521,
1548
],
"loc": {
"start": {
"line": 41,
"column": 7
},
"end": {
"line": 41,
"column": 34
}
}
},
"range": [
1514,
1549
],
"loc": {
"start": {
"line": 41,
"column": 0
},
"end": {
"line": 41,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/combineLatest",
"raw": "'./add/operator/combineLatest'",
"range": [
1557,
1587
],
"loc": {
"start": {
"line": 42,
"column": 7
},
"end": {
"line": 42,
"column": 37
}
}
},
"range": [
1550,
1588
],
"loc": {
"start": {
"line": 42,
"column": 0
},
"end": {
"line": 42,
"column": 38
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/concat",
"raw": "'./add/operator/concat'",
"range": [
1596,
1619
],
"loc": {
"start": {
"line": 43,
"column": 7
},
"end": {
"line": 43,
"column": 30
}
}
},
"range": [
1589,
1620
],
"loc": {
"start": {
"line": 43,
"column": 0
},
"end": {
"line": 43,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/concatAll",
"raw": "'./add/operator/concatAll'",
"range": [
1628,
1654
],
"loc": {
"start": {
"line": 44,
"column": 7
},
"end": {
"line": 44,
"column": 33
}
}
},
"range": [
1621,
1655
],
"loc": {
"start": {
"line": 44,
"column": 0
},
"end": {
"line": 44,
"column": 34
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/concatMap",
"raw": "'./add/operator/concatMap'",
"range": [
1663,
1689
],
"loc": {
"start": {
"line": 45,
"column": 7
},
"end": {
"line": 45,
"column": 33
}
}
},
"range": [
1656,
1690
],
"loc": {
"start": {
"line": 45,
"column": 0
},
"end": {
"line": 45,
"column": 34
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/concatMapTo",
"raw": "'./add/operator/concatMapTo'",
"range": [
1698,
1726
],
"loc": {
"start": {
"line": 46,
"column": 7
},
"end": {
"line": 46,
"column": 35
}
}
},
"range": [
1691,
1727
],
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 36
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/count",
"raw": "'./add/operator/count'",
"range": [
1735,
1757
],
"loc": {
"start": {
"line": 47,
"column": 7
},
"end": {
"line": 47,
"column": 29
}
}
},
"range": [
1728,
1758
],
"loc": {
"start": {
"line": 47,
"column": 0
},
"end": {
"line": 47,
"column": 30
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/dematerialize",
"raw": "'./add/operator/dematerialize'",
"range": [
1766,
1796
],
"loc": {
"start": {
"line": 48,
"column": 7
},
"end": {
"line": 48,
"column": 37
}
}
},
"range": [
1759,
1797
],
"loc": {
"start": {
"line": 48,
"column": 0
},
"end": {
"line": 48,
"column": 38
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/debounce",
"raw": "'./add/operator/debounce'",
"range": [
1805,
1830
],
"loc": {
"start": {
"line": 49,
"column": 7
},
"end": {
"line": 49,
"column": 32
}
}
},
"range": [
1798,
1831
],
"loc": {
"start": {
"line": 49,
"column": 0
},
"end": {
"line": 49,
"column": 33
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/debounceTime",
"raw": "'./add/operator/debounceTime'",
"range": [
1839,
1868
],
"loc": {
"start": {
"line": 50,
"column": 7
},
"end": {
"line": 50,
"column": 36
}
}
},
"range": [
1832,
1869
],
"loc": {
"start": {
"line": 50,
"column": 0
},
"end": {
"line": 50,
"column": 37
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/defaultIfEmpty",
"raw": "'./add/operator/defaultIfEmpty'",
"range": [
1877,
1908
],
"loc": {
"start": {
"line": 51,
"column": 7
},
"end": {
"line": 51,
"column": 38
}
}
},
"range": [
1870,
1909
],
"loc": {
"start": {
"line": 51,
"column": 0
},
"end": {
"line": 51,
"column": 39
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/delay",
"raw": "'./add/operator/delay'",
"range": [
1917,
1939
],
"loc": {
"start": {
"line": 52,
"column": 7
},
"end": {
"line": 52,
"column": 29
}
}
},
"range": [
1910,
1940
],
"loc": {
"start": {
"line": 52,
"column": 0
},
"end": {
"line": 52,
"column": 30
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/delayWhen",
"raw": "'./add/operator/delayWhen'",
"range": [
1948,
1974
],
"loc": {
"start": {
"line": 53,
"column": 7
},
"end": {
"line": 53,
"column": 33
}
}
},
"range": [
1941,
1975
],
"loc": {
"start": {
"line": 53,
"column": 0
},
"end": {
"line": 53,
"column": 34
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/distinct",
"raw": "'./add/operator/distinct'",
"range": [
1983,
2008
],
"loc": {
"start": {
"line": 54,
"column": 7
},
"end": {
"line": 54,
"column": 32
}
}
},
"range": [
1976,
2009
],
"loc": {
"start": {
"line": 54,
"column": 0
},
"end": {
"line": 54,
"column": 33
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/distinctUntilChanged",
"raw": "'./add/operator/distinctUntilChanged'",
"range": [
2017,
2054
],
"loc": {
"start": {
"line": 55,
"column": 7
},
"end": {
"line": 55,
"column": 44
}
}
},
"range": [
2010,
2055
],
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 55,
"column": 45
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/distinctUntilKeyChanged",
"raw": "'./add/operator/distinctUntilKeyChanged'",
"range": [
2063,
2103
],
"loc": {
"start": {
"line": 56,
"column": 7
},
"end": {
"line": 56,
"column": 47
}
}
},
"range": [
2056,
2104
],
"loc": {
"start": {
"line": 56,
"column": 0
},
"end": {
"line": 56,
"column": 48
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/do",
"raw": "'./add/operator/do'",
"range": [
2112,
2131
],
"loc": {
"start": {
"line": 57,
"column": 7
},
"end": {
"line": 57,
"column": 26
}
}
},
"range": [
2105,
2132
],
"loc": {
"start": {
"line": 57,
"column": 0
},
"end": {
"line": 57,
"column": 27
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/exhaust",
"raw": "'./add/operator/exhaust'",
"range": [
2140,
2164
],
"loc": {
"start": {
"line": 58,
"column": 7
},
"end": {
"line": 58,
"column": 31
}
}
},
"range": [
2133,
2165
],
"loc": {
"start": {
"line": 58,
"column": 0
},
"end": {
"line": 58,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/exhaustMap",
"raw": "'./add/operator/exhaustMap'",
"range": [
2173,
2200
],
"loc": {
"start": {
"line": 59,
"column": 7
},
"end": {
"line": 59,
"column": 34
}
}
},
"range": [
2166,
2201
],
"loc": {
"start": {
"line": 59,
"column": 0
},
"end": {
"line": 59,
"column": 35
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/expand",
"raw": "'./add/operator/expand'",
"range": [
2209,
2232
],
"loc": {
"start": {
"line": 60,
"column": 7
},
"end": {
"line": 60,
"column": 30
}
}
},
"range": [
2202,
2233
],
"loc": {
"start": {
"line": 60,
"column": 0
},
"end": {
"line": 60,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/elementAt",
"raw": "'./add/operator/elementAt'",
"range": [
2241,
2267
],
"loc": {
"start": {
"line": 61,
"column": 7
},
"end": {
"line": 61,
"column": 33
}
}
},
"range": [
2234,
2268
],
"loc": {
"start": {
"line": 61,
"column": 0
},
"end": {
"line": 61,
"column": 34
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/filter",
"raw": "'./add/operator/filter'",
"range": [
2276,
2299
],
"loc": {
"start": {
"line": 62,
"column": 7
},
"end": {
"line": 62,
"column": 30
}
}
},
"range": [
2269,
2300
],
"loc": {
"start": {
"line": 62,
"column": 0
},
"end": {
"line": 62,
"column": 31
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/finally",
"raw": "'./add/operator/finally'",
"range": [
2308,
2332
],
"loc": {
"start": {
"line": 63,
"column": 7
},
"end": {
"line": 63,
"column": 31
}
}
},
"range": [
2301,
2333
],
"loc": {
"start": {
"line": 63,
"column": 0
},
"end": {
"line": 63,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/find",
"raw": "'./add/operator/find'",
"range": [
2341,
2362
],
"loc": {
"start": {
"line": 64,
"column": 7
},
"end": {
"line": 64,
"column": 28
}
}
},
"range": [
2334,
2363
],
"loc": {
"start": {
"line": 64,
"column": 0
},
"end": {
"line": 64,
"column": 29
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/findIndex",
"raw": "'./add/operator/findIndex'",
"range": [
2371,
2397
],
"loc": {
"start": {
"line": 65,
"column": 7
},
"end": {
"line": 65,
"column": 33
}
}
},
"range": [
2364,
2398
],
"loc": {
"start": {
"line": 65,
"column": 0
},
"end": {
"line": 65,
"column": 34
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/first",
"raw": "'./add/operator/first'",
"range": [
2406,
2428
],
"loc": {
"start": {
"line": 66,
"column": 7
},
"end": {
"line": 66,
"column": 29
}
}
},
"range": [
2399,
2429
],
"loc": {
"start": {
"line": 66,
"column": 0
},
"end": {
"line": 66,
"column": 30
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/groupBy",
"raw": "'./add/operator/groupBy'",
"range": [
2437,
2461
],
"loc": {
"start": {
"line": 67,
"column": 7
},
"end": {
"line": 67,
"column": 31
}
}
},
"range": [
2430,
2462
],
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 67,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/ignoreElements",
"raw": "'./add/operator/ignoreElements'",
"range": [
2470,
2501
],
"loc": {
"start": {
"line": 68,
"column": 7
},
"end": {
"line": 68,
"column": 38
}
}
},
"range": [
2463,
2502
],
"loc": {
"start": {
"line": 68,
"column": 0
},
"end": {
"line": 68,
"column": 39
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"type": "Literal",
"value": "./add/operator/isEmpty",
"raw": "'./add/operator/isEmpty'",
"range": [
2510,
2534
],
"loc": {
"start": {
"line": 69,
"column": 7
},
"end": {
"line": 69,
"column": 31
}
}
},
"range": [
2503,
2535
],
"loc": {
"start": {
"line": 69,
"column": 0
},
"end": {
"line": 69,
"column": 32
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [],
"source": {
"ty