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