1 line
No EOL
1.5 KiB
JSON
1 line
No EOL
1.5 KiB
JSON
{"ast":null,"code":"import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\nexport function reportUnhandledError(err) {\n timeoutProvider.setTimeout(function () {\n var onUnhandledError = config.onUnhandledError;\n if (onUnhandledError) {\n onUnhandledError(err);\n } else {\n throw err;\n }\n });\n}\n//# sourceMappingURL=reportUnhandledError.js.map","map":{"version":3,"names":["config","timeoutProvider","reportUnhandledError","err","setTimeout","onUnhandledError"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js"],"sourcesContent":["import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\nexport function reportUnhandledError(err) {\n timeoutProvider.setTimeout(function () {\n var onUnhandledError = config.onUnhandledError;\n if (onUnhandledError) {\n onUnhandledError(err);\n }\n else {\n throw err;\n }\n });\n}\n//# sourceMappingURL=reportUnhandledError.js.map"],"mappings":"AAAA,SAASA,MAAM,QAAQ,WAAW;AAClC,SAASC,eAAe,QAAQ,8BAA8B;AAC9D,OAAO,SAASC,oBAAoBA,CAACC,GAAG,EAAE;EACtCF,eAAe,CAACG,UAAU,CAAC,YAAY;IACnC,IAAIC,gBAAgB,GAAGL,MAAM,CAACK,gBAAgB;IAC9C,IAAIA,gBAAgB,EAAE;MAClBA,gBAAgB,CAACF,GAAG,CAAC;IACzB,CAAC,MACI;MACD,MAAMA,GAAG;IACb;EACJ,CAAC,CAAC;AACN;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |