Kargi-Sitesi/.angular/cache/16.2.16/babel-webpack/0f54379f95b9d931ac6adf5cdc3e5454f4058e0b2308fda38001771f3ab5470b.json

1 line
No EOL
3 KiB
JSON

{"ast":null,"code":"import { AsyncAction } from './AsyncAction';\nexport class QueueAction extends AsyncAction {\n constructor(scheduler, work) {\n super(scheduler, work);\n this.scheduler = scheduler;\n this.work = work;\n }\n schedule(state, delay = 0) {\n if (delay > 0) {\n return super.schedule(state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n }\n execute(state, delay) {\n return delay > 0 || this.closed ? super.execute(state, delay) : this._execute(state, delay);\n }\n requestAsyncId(scheduler, id, delay = 0) {\n if (delay !== null && delay > 0 || delay === null && this.delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n return scheduler.flush(this);\n }\n}","map":{"version":3,"names":["AsyncAction","QueueAction","constructor","scheduler","work","schedule","state","delay","flush","execute","closed","_execute","requestAsyncId","id"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/scheduler/QueueAction.js"],"sourcesContent":["import { AsyncAction } from './AsyncAction';\nexport class QueueAction extends AsyncAction {\n constructor(scheduler, work) {\n super(scheduler, work);\n this.scheduler = scheduler;\n this.work = work;\n }\n schedule(state, delay = 0) {\n if (delay > 0) {\n return super.schedule(state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n }\n execute(state, delay) {\n return (delay > 0 || this.closed) ?\n super.execute(state, delay) :\n this._execute(state, delay);\n }\n requestAsyncId(scheduler, id, delay = 0) {\n if ((delay !== null && delay > 0) || (delay === null && this.delay > 0)) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n return scheduler.flush(this);\n }\n}\n"],"mappings":"AAAA,SAASA,WAAW,QAAQ,eAAe;AAC3C,OAAO,MAAMC,WAAW,SAASD,WAAW,CAAC;EACzCE,WAAWA,CAACC,SAAS,EAAEC,IAAI,EAAE;IACzB,KAAK,CAACD,SAAS,EAAEC,IAAI,CAAC;IACtB,IAAI,CAACD,SAAS,GAAGA,SAAS;IAC1B,IAAI,CAACC,IAAI,GAAGA,IAAI;EACpB;EACAC,QAAQA,CAACC,KAAK,EAAEC,KAAK,GAAG,CAAC,EAAE;IACvB,IAAIA,KAAK,GAAG,CAAC,EAAE;MACX,OAAO,KAAK,CAACF,QAAQ,CAACC,KAAK,EAAEC,KAAK,CAAC;IACvC;IACA,IAAI,CAACA,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACD,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACH,SAAS,CAACK,KAAK,CAAC,IAAI,CAAC;IAC1B,OAAO,IAAI;EACf;EACAC,OAAOA,CAACH,KAAK,EAAEC,KAAK,EAAE;IAClB,OAAQA,KAAK,GAAG,CAAC,IAAI,IAAI,CAACG,MAAM,GAC5B,KAAK,CAACD,OAAO,CAACH,KAAK,EAAEC,KAAK,CAAC,GAC3B,IAAI,CAACI,QAAQ,CAACL,KAAK,EAAEC,KAAK,CAAC;EACnC;EACAK,cAAcA,CAACT,SAAS,EAAEU,EAAE,EAAEN,KAAK,GAAG,CAAC,EAAE;IACrC,IAAKA,KAAK,KAAK,IAAI,IAAIA,KAAK,GAAG,CAAC,IAAMA,KAAK,KAAK,IAAI,IAAI,IAAI,CAACA,KAAK,GAAG,CAAE,EAAE;MACrE,OAAO,KAAK,CAACK,cAAc,CAACT,SAAS,EAAEU,EAAE,EAAEN,KAAK,CAAC;IACrD;IACA,OAAOJ,SAAS,CAACK,KAAK,CAAC,IAAI,CAAC;EAChC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}