Kargi-Sitesi/.angular/cache/18.2.11/babel-webpack/f8e96759516134279f0b039a59a997980f5d28161fe43db5da79a8b98926a9c9.json

1 line
1.3 KiB
JSON
Raw Permalink Normal View History

2024-10-31 19:07:58 +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":[]}