_commonjsHelpers-3aae1032-f55dc0c4.js 920 B

123456789101112131415161718192021222324
  1. /* This file is automatically rebuilt by the Cesium build process. */
  2. define(['exports'], (function (exports) { 'use strict';
  3. /* This file is automatically rebuilt by the Cesium build process. */
  4. var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
  5. function createCommonjsModule(fn, basedir, module) {
  6. return module = {
  7. path: basedir,
  8. exports: {},
  9. require: function (path, base) {
  10. return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
  11. }
  12. }, fn(module, module.exports), module.exports;
  13. }
  14. function commonjsRequire () {
  15. throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
  16. }
  17. exports.commonjsGlobal = commonjsGlobal;
  18. exports.createCommonjsModule = createCommonjsModule;
  19. }));