_commonjsHelpers-3aae1032.js 736 B

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