PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
rxjs
/
internal
/
testing
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SubscriptionLog_1 = require("./SubscriptionLog"); var SubscriptionLoggable = (function () { function SubscriptionLoggable() { this.subscriptions = []; } SubscriptionLoggable.prototype.logSubscribedFrame = function () { this.subscriptions.push(new SubscriptionLog_1.SubscriptionLog(this.scheduler.now())); return this.subscriptions.length - 1; }; SubscriptionLoggable.prototype.logUnsubscribedFrame = function (index) { var subscriptionLogs = this.subscriptions; var oldSubscriptionLog = subscriptionLogs[index]; subscriptionLogs[index] = new SubscriptionLog_1.SubscriptionLog(oldSubscriptionLog.subscribedFrame, this.scheduler.now()); }; return SubscriptionLoggable; }()); exports.SubscriptionLoggable = SubscriptionLoggable; //# sourceMappingURL=SubscriptionLoggable.js.map
[-] SubscriptionLoggable.js
[edit]
[-] TestScheduler.js
[edit]
[+]
..
[-] HotObservable.d.ts
[edit]
[-] SubscriptionLog.js.map
[edit]
[-] SubscriptionLoggable.d.ts
[edit]
[-] SubscriptionLog.d.ts
[edit]
[-] TestMessage.js.map
[edit]
[-] SubscriptionLog.js
[edit]
[-] HotObservable.js
[edit]
[-] TestScheduler.js.map
[edit]
[-] TestScheduler.d.ts
[edit]
[-] ColdObservable.js.map
[edit]
[-] ColdObservable.d.ts
[edit]
[-] TestMessage.js
[edit]
[-] HotObservable.js.map
[edit]
[-] SubscriptionLoggable.js.map
[edit]
[-] ColdObservable.js
[edit]
[-] TestMessage.d.ts
[edit]