Sha256: 44130941bb3c77631a6bbd6e06b1e30b428e708964d9aa792beceeb6bcf0683d

Contents?: true

Size: 885 Bytes

Versions: 49

Compression:

Stored size: 885 Bytes

Contents

"use strict";
// CommonJS / Node have global context exposed as "global" variable.
// We don't want to include the whole node.d.ts this this compilation unit so we'll just fake
// the global "global" var for now.
var __window = typeof window !== 'undefined' && window;
var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
    self instanceof WorkerGlobalScope && self;
var __global = typeof global !== 'undefined' && global;
var _root = __window || __global || __self;
exports.root = _root;
// Workaround Closure Compiler restriction: The body of a goog.module cannot use throw.
// This is needed when used with angular/tsickle which inserts a goog.module statement.
// Wrap in IIFE
(function () {
    if (!_root) {
        throw new Error('RxJS could not find any global context (window, self, global)');
    }
})();
//# sourceMappingURL=root.js.map

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
ilog-0.4.1 node_modules/rxjs/util/root.js
ilog-0.4.0 node_modules/rxjs/util/root.js
ilog-0.3.3 node_modules/rxjs/util/root.js
govuk_publishing_components-18.0.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.21.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.20.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.19.1 node_modules/rxjs/util/root.js
govuk_publishing_components-17.19.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.18.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.17.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.16.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.15.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.14.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.13.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.12.2 node_modules/rxjs/util/root.js
govuk_publishing_components-17.12.1 node_modules/rxjs/util/root.js
govuk_publishing_components-17.12.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.11.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.10.0 node_modules/rxjs/util/root.js
govuk_publishing_components-17.9.0 node_modules/rxjs/util/root.js