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