1 line
No EOL
1.4 KiB
JSON
1 line
No EOL
1.4 KiB
JSON
{"ast":null,"code":"import { AsyncSubject } from '../AsyncSubject';\nimport { ConnectableObservable } from '../observable/ConnectableObservable';\nexport function publishLast() {\n return function (source) {\n var subject = new AsyncSubject();\n return new ConnectableObservable(source, function () {\n return subject;\n });\n };\n}\n//# sourceMappingURL=publishLast.js.map","map":{"version":3,"names":["AsyncSubject","ConnectableObservable","publishLast","source","subject"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js"],"sourcesContent":["import { AsyncSubject } from '../AsyncSubject';\nimport { ConnectableObservable } from '../observable/ConnectableObservable';\nexport function publishLast() {\n return function (source) {\n var subject = new AsyncSubject();\n return new ConnectableObservable(source, function () { return subject; });\n };\n}\n//# sourceMappingURL=publishLast.js.map"],"mappings":"AAAA,SAASA,YAAY,QAAQ,iBAAiB;AAC9C,SAASC,qBAAqB,QAAQ,qCAAqC;AAC3E,OAAO,SAASC,WAAWA,CAAA,EAAG;EAC1B,OAAO,UAAUC,MAAM,EAAE;IACrB,IAAIC,OAAO,GAAG,IAAIJ,YAAY,CAAC,CAAC;IAChC,OAAO,IAAIC,qBAAqB,CAACE,MAAM,EAAE,YAAY;MAAE,OAAOC,OAAO;IAAE,CAAC,CAAC;EAC7E,CAAC;AACL;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |