Kargi-Sitesi/.angular/cache/16.2.16/babel-webpack/cbf3f2a52c62bec1b50259f05b8ac847779a46a35b1f10b808ceeb98e45d3a24.json

1 line
2.6 KiB
JSON
Raw Normal View History

2024-10-31 19:07:58 +00:00
{"ast":null,"code":"import { AsyncScheduler } from './AsyncScheduler';\nexport class AnimationFrameScheduler extends AsyncScheduler {\n flush(action) {\n this.active = true;\n this.scheduled = undefined;\n const {\n actions\n } = this;\n let error;\n let index = -1;\n let count = actions.length;\n action = action || actions.shift();\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (++index < count && (action = actions.shift()));\n this.active = false;\n if (error) {\n while (++index < count && (action = actions.shift())) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}","map":{"version":3,"names":["AsyncScheduler","AnimationFrameScheduler","flush","action","active","scheduled","undefined","actions","error","index","count","length","shift","execute","state","delay","unsubscribe"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/scheduler/AnimationFrameScheduler.js"],"sourcesContent":["import { AsyncScheduler } from './AsyncScheduler';\nexport class AnimationFrameScheduler extends AsyncScheduler {\n flush(action) {\n this.active = true;\n this.scheduled = undefined;\n const { actions } = this;\n let error;\n let index = -1;\n let count = actions.length;\n action = action || actions.shift();\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (++index < count && (action = actions.shift()));\n this.active = false;\n if (error) {\n while (++index < count && (action = actions.shift())) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,kBAAkB;AACjD,OAAO,MAAMC,uBAAuB,SAASD,cAAc,CAAC;EACxDE,KAAKA,CAACC,MAAM,EAAE;IACV,IAAI,CAACC,MAAM,GAAG,IAAI;IAClB,IAAI,CAACC,SAAS,GAAGC,SAAS;IAC1B,MAAM;MAAEC;IAAQ,CAAC,GAAG,IAAI;IACxB,IAAIC,KAAK;IACT,IAAIC,KAAK,GAAG,CAAC,CAAC;IACd,IAAIC,KAAK,GAAGH,OAAO,CAACI,MAAM;IAC1BR,MAAM,GAAGA,MAAM,IAAII,OAAO,CAACK,KAAK,CAAC,CAAC;IAClC,GAAG;MACC,IAAIJ,KAAK,GAAGL,MAAM,CAACU,OAAO,CAACV,MAAM,CAACW,KAAK,EAAEX,MAAM,CAACY,KAAK,CAAC,EAAE;QACpD;MACJ;IACJ,CAAC,QAAQ,EAAEN,KAAK,GAAGC,KAAK,KAAKP,MAAM,GAAGI,OAAO,CAACK,KAAK,CAAC,CAAC,CAAC;IACtD,IAAI,CAACR,MAAM,GAAG,KAAK;IACnB,IAAII,KAAK,EAAE;MACP,OAAO,EAAEC,KAAK,GAAGC,KAAK,KAAKP,MAAM,GAAGI,OAAO,CAACK,KAAK,CAAC,CAAC,CAAC,EAAE;QAClDT,MAAM,CAACa,WAAW,CAAC,CAAC;MACxB;MACA,MAAMR,KAAK;IACf;EACJ;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}