Sha256: 5eca46011f3d3d8cc1a04bc27f0e3fb42c666064b4c9392380f137ca021ebefc

Contents?: true

Size: 1.73 KB

Versions: 49

Compression:

Stored size: 1.73 KB

Contents

{"version":3,"file":"root.js","sourceRoot":"","sources":["../../src/util/root.ts"],"names":[],"mappings":";AAWA,oEAAoE;AACpE,6FAA6F;AAC7F,mCAAmC;AAEnC,IAAM,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC;AACzD,IAAM,MAAM,GAAG,OAAO,IAAI,KAAK,WAAW,IAAI,OAAO,iBAAiB,KAAK,WAAW;IAClF,IAAI,YAAY,iBAAiB,IAAI,IAAI,CAAC;AAC9C,IAAM,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC;AACzD,IAAM,KAAK,GAAQ,QAAQ,IAAI,QAAQ,IAAI,MAAM;AAW/B,YAAI,SAX4B;AAElD,uFAAuF;AACvF,uFAAuF;AACvF,eAAe;AACf,CAAC;IACC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;QACX,MAAM,IAAI,KAAK,CAAC,+DAA+D,CAAC,CAAC;IACnF,CAAC;AACH,CAAC,CAAC,EAAE,CAAC;AAEoB","sourcesContent":["declare let global: any;\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\ndeclare var WorkerGlobalScope: any;\n// CommonJS / Node have global context exposed as \"global\" variable.\n// We don't want to include the whole node.d.ts this this compilation unit so we'll just fake\n// the global \"global\" var for now.\n\nconst __window = typeof window !== 'undefined' && window;\nconst __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&\n    self instanceof WorkerGlobalScope && self;\nconst __global = typeof global !== 'undefined' && global;\nconst _root: any = __window || __global || __self;\n\n// Workaround Closure Compiler restriction: The body of a goog.module cannot use throw.\n// This is needed when used with angular/tsickle which inserts a goog.module statement.\n// Wrap in IIFE\n(function () {\n  if (!_root) {\n    throw new Error('RxJS could not find any global context (window, self, global)');\n  }\n})();\n\nexport { _root as root };"]}

Version data entries

49 entries across 49 versions & 4 rubygems

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