Kargi-Sitesi/.angular/cache/18.2.11/babel-webpack/9d4e0148333d30d2a247bb12f2bf6794441a8ac4a73d12448ddaf0f0070b504a.json

1 line
1.3 KiB
JSON
Raw Permalink Normal View History

2024-11-04 02:30:09 +00:00
{"ast":null,"code":"import { async } from '../scheduler/async';\nimport { TimeoutError } from '../util/TimeoutError';\nimport { timeoutWith } from './timeoutWith';\nimport { throwError } from '../observable/throwError';\nexport function timeout(due, scheduler = async) {\n return timeoutWith(due, throwError(new TimeoutError()), scheduler);\n}","map":{"version":3,"names":["async","TimeoutError","timeoutWith","throwError","timeout","due","scheduler"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/operators/timeout.js"],"sourcesContent":["import { async } from '../scheduler/async';\nimport { TimeoutError } from '../util/TimeoutError';\nimport { timeoutWith } from './timeoutWith';\nimport { throwError } from '../observable/throwError';\nexport function timeout(due, scheduler = async) {\n return timeoutWith(due, throwError(new TimeoutError()), scheduler);\n}\n"],"mappings":"AAAA,SAASA,KAAK,QAAQ,oBAAoB;AAC1C,SAASC,YAAY,QAAQ,sBAAsB;AACnD,SAASC,WAAW,QAAQ,eAAe;AAC3C,SAASC,UAAU,QAAQ,0BAA0B;AACrD,OAAO,SAASC,OAAOA,CAACC,GAAG,EAAEC,SAAS,GAAGN,KAAK,EAAE;EAC5C,OAAOE,WAAW,CAACG,GAAG,EAAEF,UAAU,CAAC,IAAIF,YAAY,CAAC,CAAC,CAAC,EAAEK,SAAS,CAAC;AACtE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}