mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-10 00:12:43 -04:00
build
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
||||
|
||||
function getDefaultExportFromCjs (x) {
|
||||
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
||||
}
|
||||
@@ -16,4 +18,4 @@ function commonjsRequire () {
|
||||
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
||||
}
|
||||
|
||||
export { createCommonjsModule as c, getDefaultExportFromCjs as g };
|
||||
export { commonjsGlobal as a, createCommonjsModule as c, getDefaultExportFromCjs as g };
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { c as createCommonjsModule } from './_commonjsHelpers-913f9c4a.js';
|
||||
import { c as createCommonjsModule } from './_commonjsHelpers-8c19dec8.js';
|
||||
|
||||
/*
|
||||
object-assign
|
||||
Reference in New Issue
Block a user