Kargi-Sitesi/.angular/cache/18.2.11/babel-webpack/39810a57001933936c35312cb9c843bc94f5f2d2492f13e8ed0adaf758dd0282.json

1 line
No EOL
1.4 KiB
JSON

{"ast":null,"code":"export class Scheduler {\n constructor(SchedulerAction, now = Scheduler.now) {\n this.SchedulerAction = SchedulerAction;\n this.now = now;\n }\n schedule(work, delay = 0, state) {\n return new this.SchedulerAction(this, work).schedule(state, delay);\n }\n}\nScheduler.now = () => Date.now();","map":{"version":3,"names":["Scheduler","constructor","SchedulerAction","now","schedule","work","delay","state","Date"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/Scheduler.js"],"sourcesContent":["export class Scheduler {\n constructor(SchedulerAction, now = Scheduler.now) {\n this.SchedulerAction = SchedulerAction;\n this.now = now;\n }\n schedule(work, delay = 0, state) {\n return new this.SchedulerAction(this, work).schedule(state, delay);\n }\n}\nScheduler.now = () => Date.now();\n"],"mappings":"AAAA,OAAO,MAAMA,SAAS,CAAC;EACnBC,WAAWA,CAACC,eAAe,EAAEC,GAAG,GAAGH,SAAS,CAACG,GAAG,EAAE;IAC9C,IAAI,CAACD,eAAe,GAAGA,eAAe;IACtC,IAAI,CAACC,GAAG,GAAGA,GAAG;EAClB;EACAC,QAAQA,CAACC,IAAI,EAAEC,KAAK,GAAG,CAAC,EAAEC,KAAK,EAAE;IAC7B,OAAO,IAAI,IAAI,CAACL,eAAe,CAAC,IAAI,EAAEG,IAAI,CAAC,CAACD,QAAQ,CAACG,KAAK,EAAED,KAAK,CAAC;EACtE;AACJ;AACAN,SAAS,CAACG,GAAG,GAAG,MAAMK,IAAI,CAACL,GAAG,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}