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
govuk_publishing_components-16.21.0 node_modules/rxjs/util/root.js
govuk_publishing_components-16.20.1 node_modules/rxjs/util/root.js
govuk_publishing_components-16.20.0 node_modules/rxjs/util/root.js
govuk_publishing_components-16.19.0 node_modules/rxjs/util/root.js
govuk_publishing_components-16.18.0 node_modules/rxjs/util/root.js
govuk_publishing_components-16.17.0 node_modules/rxjs/util/root.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/util/root.js
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/util/root.js
dragonfly_puppeteer-0.1.0 node_modules/rxjs/util/root.js