Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
859 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /** PURE_IMPORTS_START PURE_IMPORTS_END */
|
---|
| 2 | var _enable_super_gross_mode_that_will_cause_bad_things = false;
|
---|
| 3 | export var config = {
|
---|
| 4 | Promise: undefined,
|
---|
| 5 | set useDeprecatedSynchronousErrorHandling(value) {
|
---|
| 6 | if (value) {
|
---|
| 7 | var error = /*@__PURE__*/ new Error();
|
---|
| 8 | /*@__PURE__*/ console.warn('DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n' + error.stack);
|
---|
| 9 | }
|
---|
| 10 | else if (_enable_super_gross_mode_that_will_cause_bad_things) {
|
---|
| 11 | /*@__PURE__*/ console.log('RxJS: Back to a better error behavior. Thank you. <3');
|
---|
| 12 | }
|
---|
| 13 | _enable_super_gross_mode_that_will_cause_bad_things = value;
|
---|
| 14 | },
|
---|
| 15 | get useDeprecatedSynchronousErrorHandling() {
|
---|
| 16 | return _enable_super_gross_mode_that_will_cause_bad_things;
|
---|
| 17 | },
|
---|
| 18 | };
|
---|
| 19 | //# sourceMappingURL=config.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.