@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
300 lines • 6.17 kB
JSON
{
"type": "Program",
"body": [
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportSpecifier",
"local": {
"type": "Identifier",
"name": "IntervalObservable",
"range": [
9,
27
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
}
}
},
"imported": {
"type": "Identifier",
"name": "IntervalObservable",
"range": [
9,
27
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
}
}
},
"range": [
9,
27
],
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 27
}
}
}
],
"source": {
"type": "Literal",
"value": "./IntervalObservable",
"raw": "'./IntervalObservable'",
"range": [
35,
57
],
"loc": {
"start": {
"line": 1,
"column": 35
},
"end": {
"line": 1,
"column": 57
}
}
},
"range": [
0,
58
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 58
}
}
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "interval",
"range": [
70,
78
],
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 19
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "IntervalObservable",
"range": [
81,
99
],
"loc": {
"start": {
"line": 2,
"column": 22
},
"end": {
"line": 2,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
100,
106
],
"loc": {
"start": {
"line": 2,
"column": 41
},
"end": {
"line": 2,
"column": 47
}
}
},
"range": [
81,
106
],
"loc": {
"start": {
"line": 2,
"column": 22
},
"end": {
"line": 2,
"column": 47
}
}
},
"range": [
70,
106
],
"loc": {
"start": {
"line": 2,
"column": 11
},
"end": {
"line": 2,
"column": 47
}
}
}
],
"kind": "var",
"range": [
66,
107
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 48
}
},
"leadingComments": [],
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=interval.js.map",
"range": [
108,
144
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 36
}
}
}
]
},
"specifiers": [],
"source": null,
"range": [
59,
107
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 48
}
},
"trailingComments": [
{
"type": "Line",
"value": "# sourceMappingURL=interval.js.map",
"range": [
108,
144
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 36
}
}
}
]
}
],
"sourceType": "module",
"range": [
0,
107
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 2,
"column": 48
}
},
"comments": [
{
"type": "Line",
"value": "# sourceMappingURL=interval.js.map",
"range": [
108,
144
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 36
}
}
}
]
}