chunk-UXIASGQL.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. var __create = Object.create;
  2. var __defProp = Object.defineProperty;
  3. var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
  4. var __getOwnPropNames = Object.getOwnPropertyNames;
  5. var __getProtoOf = Object.getPrototypeOf;
  6. var __hasOwnProp = Object.prototype.hasOwnProperty;
  7. var __commonJS = (cb, mod) =>
  8. function __require() {
  9. return (
  10. mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod),
  11. mod.exports
  12. );
  13. };
  14. var __copyProps = (to, from, except, desc) => {
  15. if ((from && typeof from === 'object') || typeof from === 'function') {
  16. for (let key of __getOwnPropNames(from))
  17. if (!__hasOwnProp.call(to, key) && key !== except)
  18. __defProp(to, key, {
  19. get: () => from[key],
  20. enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
  21. });
  22. }
  23. return to;
  24. };
  25. var __toESM = (mod, isNodeMode, target) => (
  26. (target = mod != null ? __create(__getProtoOf(mod)) : {}),
  27. __copyProps(
  28. // If the importer is in node compatibility mode or this is not an ESM
  29. // file that has been converted to a CommonJS file using a Babel-
  30. // compatible transform (i.e. "__esModule" has not been set), then set
  31. // "default" to the CommonJS "module.exports" for node compatibility.
  32. isNodeMode || !mod || !mod.__esModule
  33. ? __defProp(target, 'default', { value: mod, enumerable: true })
  34. : target,
  35. mod
  36. )
  37. );
  38. export { __commonJS, __toESM };
  39. //# sourceMappingURL=chunk-UXIASGQL.js.map