@usethink/shared-frontend 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/src/components/basic/excel/index.js +1 -1
  2. package/dist/src/components/core/Modal/src/BasicModal2.vue.js +18 -17
  3. package/dist/src/components/core/Modal/src/BasicModal2.vue.js.map +1 -1
  4. package/dist/src/components/core/schema-form/src/hooks/useFormMethods.js +48 -47
  5. package/dist/src/components/core/schema-form/src/hooks/useFormMethods.js.map +1 -1
  6. package/dist/src/index.js +663 -651
  7. package/dist/src/index.js.map +1 -1
  8. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +5 -5
  9. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js.map +1 -1
  10. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +5 -2
  11. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js.map +1 -1
  12. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +7 -7
  13. package/dist/src/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js.map +1 -1
  14. package/dist/src/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +45 -38
  15. package/dist/src/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js.map +1 -1
  16. package/dist/src/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +10 -3
  17. package/dist/src/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js.map +1 -1
  18. package/dist/src/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +62 -62
  19. package/dist/src/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js.map +1 -1
  20. package/dist/src/node_modules/.pnpm/hasown@2.0.4/node_modules/hasown/index.js +8 -8
  21. package/dist/src/node_modules/.pnpm/hasown@2.0.4/node_modules/hasown/index.js.map +1 -1
  22. package/dist/src/style.css +1 -1
  23. package/dist/src/styles/antdv.override.less +154 -0
  24. package/dist/src/styles/common.less +23 -0
  25. package/dist/src/styles/index.less +8 -0
  26. package/dist/src/styles/loading.less +64 -0
  27. package/dist/src/styles/login.css +81 -0
  28. package/dist/src/styles/reset.css +12 -0
  29. package/dist/src/styles/theme.less +50 -0
  30. package/dist/src/styles/transition.less +60 -0
  31. package/dist/src/styles/variables.less +51 -0
  32. package/dist/src/utils/index.js +64 -63
  33. package/dist/src/utils/index.js.map +1 -1
  34. package/dist/src/utils/tableConfig.js +17 -0
  35. package/dist/src/utils/tableConfig.js.map +1 -0
  36. package/dist/src/utils/useBufferStatus.js +35 -0
  37. package/dist/src/utils/useBufferStatus.js.map +1 -0
  38. package/dist/src/utils/useDownloadBlob.js +28 -0
  39. package/dist/src/utils/useDownloadBlob.js.map +1 -0
  40. package/dist/src/utils/useExeSubscription.js +66 -0
  41. package/dist/src/utils/useExeSubscription.js.map +1 -0
  42. package/package.json +8 -4
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/index.ts"],"sourcesContent":["/**\n * @usethink/shared-frontend\n * ZLDebug 前端共享框架入口\n */\n\n// 框架入口\nexport { default as TFramework } from './framework'\n\n// 强制保留 utils/browser-type 输出文件,避免 preserveModules 按目录导入时缺失\nimport './utils/browser-type'\n\n// 工具函数\nexport * from './utils'\n\n// Hooks\nexport * from './hooks'\n\n// 组件\nexport * from './components'\n\n// API 相关\nexport * from './api'\n\n// 类型定义\nexport * from './types'\n\n// 常量\nexport * from './constants'\n\n// 枚举\nexport * from './enums'\n\n// 国际化\nexport * from './locales'\n\n// 权限控制\nexport * from './permission'\n\n// 插件配置\nexport * from './plugins'\n\n// 路由配置\nexport * from './router'\n\n// 兼容 preserveModules 目录导入:确保该模块作为目录时有 index.js 落盘\nexport const __srcIndexMarker = true\n"],"names":["__srcIndexMarker"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CO,MAAMA,IAAmB;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/index.ts"],"sourcesContent":["/**\n * @usethink/shared-frontend\n * ZLDebug 前端共享框架入口\n */\n\n// 框架入口\nexport { default as TFramework } from './framework'\n\n// 强制保留 utils/browser-type 输出文件,避免 preserveModules 按目录导入时缺失\nimport './utils/browser-type'\n\n// 工具函数\nexport * from './utils'\n\n// Hooks\nexport * from './hooks'\n\n// 组件\nexport * from './components'\n\n// API 相关\nexport * from './api'\n\n// 类型定义\nexport * from './types'\n\n// 常量\nexport * from './constants'\n\n// 枚举\nexport * from './enums'\n\n// 国际化\nexport * from './locales'\n\n// 权限控制\nexport * from './permission'\n\n// 插件配置\nexport * from './plugins'\n\n// 路由配置\nexport * from './router'\n\n// 兼容 preserveModules 目录导入:确保该模块作为目录时有 index.js 落盘\nexport const __srcIndexMarker = true\n"],"names":["__srcIndexMarker"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CO,MAAMA,IAAmB;"}
@@ -1,9 +1,9 @@
1
- import { f as r } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
1
+ import { __require as r } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
2
2
  import { __require as a } from "./functionApply.js";
3
- import { f as p } from "./functionCall.js";
4
- import { r as l } from "./reflectApply.js";
5
- var o = r, i = a(), t = p, f = l, u = f || o.call(t, i);
3
+ import { __require as e } from "./functionCall.js";
4
+ import { r as i } from "./reflectApply.js";
5
+ var p = r(), l = a(), o = e(), t = i, f = t || p.call(o, l);
6
6
  export {
7
- u as a
7
+ f as a
8
8
  };
9
9
  //# sourceMappingURL=actualApply.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"actualApply.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\n\nvar $apply = require('./functionApply');\nvar $call = require('./functionCall');\nvar $reflectApply = require('./reflectApply');\n\n/** @type {import('./actualApply')} */\nmodule.exports = $reflectApply || bind.call($call, $apply);\n"],"names":["bind","require$$0","$apply","require$$1","$call","require$$2","$reflectApply","require$$3","actualApply"],"mappings":";;;;AAEA,IAAIA,IAAOC,GAEPC,IAASC,EAAA,GACTC,IAAQC,GACRC,IAAgBC,GAGpBC,IAAiBF,KAAiBN,EAAK,KAAKI,GAAOF,CAAM;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"actualApply.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\n\nvar $apply = require('./functionApply');\nvar $call = require('./functionCall');\nvar $reflectApply = require('./reflectApply');\n\n/** @type {import('./actualApply')} */\nmodule.exports = $reflectApply || bind.call($call, $apply);\n"],"names":["bind","require$$0","$apply","require$$1","$call","require$$2","$reflectApply","require$$3","actualApply"],"mappings":";;;;AAEA,IAAIA,IAAOC,EAAA,GAEPC,IAASC,EAAA,GACTC,IAAQC,EAAA,GACRC,IAAgBC,GAGpBC,IAAiBF,KAAiBN,EAAK,KAAKI,GAAOF,CAAM;","x_google_ignoreList":[0]}
@@ -1,5 +1,8 @@
1
- var o = Function.prototype.call;
1
+ var r, n;
2
+ function e() {
3
+ return n || (n = 1, r = Function.prototype.call), r;
4
+ }
2
5
  export {
3
- o as f
6
+ e as __require
4
7
  };
5
8
  //# sourceMappingURL=functionCall.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"functionCall.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js"],"sourcesContent":["'use strict';\n\n/** @type {import('./functionCall')} */\nmodule.exports = Function.prototype.call;\n"],"names":["functionCall"],"mappings":"AAGA,IAAAA,IAAiB,SAAS,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"functionCall.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js"],"sourcesContent":["'use strict';\n\n/** @type {import('./functionCall')} */\nmodule.exports = Function.prototype.call;\n"],"names":["functionCall"],"mappings":";;sBAGAA,IAAiB,SAAS,UAAU;;","x_google_ignoreList":[0]}
@@ -1,11 +1,11 @@
1
- import { f as a } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
2
- import { t } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
3
- import { f as i } from "./functionCall.js";
4
- import { a as n } from "./actualApply.js";
5
- var o = a, l = t, p = i, f = n, y = function(r) {
1
+ import { __require as i } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
2
+ import { t as a } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
3
+ import { __require as e } from "./functionCall.js";
4
+ import { a as t } from "./actualApply.js";
5
+ var n = i(), o = a, l = e(), p = t, y = function(r) {
6
6
  if (r.length < 1 || typeof r[0] != "function")
7
- throw new l("a function is required");
8
- return f(o, p, r);
7
+ throw new o("a function is required");
8
+ return p(n, l, r);
9
9
  };
10
10
  export {
11
11
  y as c
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $TypeError = require('es-errors/type');\n\nvar $call = require('./functionCall');\nvar $actualApply = require('./actualApply');\n\n/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */\nmodule.exports = function callBindBasic(args) {\n\tif (args.length < 1 || typeof args[0] !== 'function') {\n\t\tthrow new $TypeError('a function is required');\n\t}\n\treturn $actualApply(bind, $call, args);\n};\n"],"names":["bind","require$$0","$TypeError","require$$1","$call","require$$2","$actualApply","require$$3","callBindApplyHelpers","args"],"mappings":";;;;AAEA,IAAIA,IAAOC,GACPC,IAAaC,GAEbC,IAAQC,GACRC,IAAeC,GAGnBC,IAAiB,SAAuBC,GAAM;AAC7C,MAAIA,EAAK,SAAS,KAAK,OAAOA,EAAK,CAAC,KAAM;AACzC,UAAM,IAAIP,EAAW,wBAAwB;AAE9C,SAAOI,EAAaN,GAAMI,GAAOK,CAAI;AACtC;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $TypeError = require('es-errors/type');\n\nvar $call = require('./functionCall');\nvar $actualApply = require('./actualApply');\n\n/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */\nmodule.exports = function callBindBasic(args) {\n\tif (args.length < 1 || typeof args[0] !== 'function') {\n\t\tthrow new $TypeError('a function is required');\n\t}\n\treturn $actualApply(bind, $call, args);\n};\n"],"names":["bind","require$$0","$TypeError","require$$1","$call","require$$2","$actualApply","require$$3","callBindApplyHelpers","args"],"mappings":";;;;AAEA,IAAIA,IAAOC,EAAA,GACPC,IAAaC,GAEbC,IAAQC,EAAA,GACRC,IAAeC,GAGnBC,IAAiB,SAAuBC,GAAM;AAC7C,MAAIA,EAAK,SAAS,KAAK,OAAOA,EAAK,CAAC,KAAM;AACzC,UAAM,IAAIP,EAAW,wBAAwB;AAE9C,SAAOI,EAAaN,GAAMI,GAAOK,CAAI;AACtC;","x_google_ignoreList":[0]}
@@ -1,43 +1,50 @@
1
- var l = "Function.prototype.bind called on incompatible ", y = Object.prototype.toString, g = Math.max, h = "[object Function]", v = function(o, t) {
2
- for (var r = [], n = 0; n < o.length; n += 1)
3
- r[n] = o[n];
4
- for (var e = 0; e < t.length; e += 1)
5
- r[e + o.length] = t[e];
6
- return r;
7
- }, s = function(o, t) {
8
- for (var r = [], n = t, e = 0; n < o.length; n += 1, e += 1)
9
- r[e] = o[n];
10
- return r;
11
- }, b = function(a, o) {
12
- for (var t = "", r = 0; r < a.length; r += 1)
13
- t += a[r], r + 1 < a.length && (t += o);
14
- return t;
15
- }, d = function(o) {
16
- var t = this;
17
- if (typeof t != "function" || y.apply(t) !== h)
18
- throw new TypeError(l + t);
19
- for (var r = s(arguments, 1), n, e = function() {
20
- if (this instanceof n) {
21
- var u = t.apply(
22
- this,
23
- v(r, arguments)
1
+ var c, l;
2
+ function R() {
3
+ if (l)
4
+ return c;
5
+ l = 1;
6
+ var y = "Function.prototype.bind called on incompatible ", g = Object.prototype.toString, h = Math.max, s = "[object Function]", v = function(e, r) {
7
+ for (var t = [], n = 0; n < e.length; n += 1)
8
+ t[n] = e[n];
9
+ for (var o = 0; o < r.length; o += 1)
10
+ t[o + e.length] = r[o];
11
+ return t;
12
+ }, m = function(e, r) {
13
+ for (var t = [], n = r, o = 0; n < e.length; n += 1, o += 1)
14
+ t[o] = e[n];
15
+ return t;
16
+ }, b = function(a, e) {
17
+ for (var r = "", t = 0; t < a.length; t += 1)
18
+ r += a[t], t + 1 < a.length && (r += e);
19
+ return r;
20
+ };
21
+ return c = function(e) {
22
+ var r = this;
23
+ if (typeof r != "function" || g.apply(r) !== s)
24
+ throw new TypeError(y + r);
25
+ for (var t = m(arguments, 1), n, o = function() {
26
+ if (this instanceof n) {
27
+ var i = r.apply(
28
+ this,
29
+ v(t, arguments)
30
+ );
31
+ return Object(i) === i ? i : this;
32
+ }
33
+ return r.apply(
34
+ e,
35
+ v(t, arguments)
24
36
  );
25
- return Object(u) === u ? u : this;
37
+ }, d = h(0, r.length - t.length), f = [], u = 0; u < d; u++)
38
+ f[u] = "$" + u;
39
+ if (n = Function("binder", "return function (" + b(f, ",") + "){ return binder.apply(this,arguments); }")(o), r.prototype) {
40
+ var p = function() {
41
+ };
42
+ p.prototype = r.prototype, n.prototype = new p(), p.prototype = null;
26
43
  }
27
- return t.apply(
28
- o,
29
- v(r, arguments)
30
- );
31
- }, f = g(0, t.length - r.length), i = [], p = 0; p < f; p++)
32
- i[p] = "$" + p;
33
- if (n = Function("binder", "return function (" + b(i, ",") + "){ return binder.apply(this,arguments); }")(e), t.prototype) {
34
- var c = function() {
35
- };
36
- c.prototype = t.prototype, n.prototype = new c(), c.prototype = null;
37
- }
38
- return n;
39
- };
44
+ return n;
45
+ }, c;
46
+ }
40
47
  export {
41
- d as i
48
+ R as __require
42
49
  };
43
50
  //# sourceMappingURL=implementation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"implementation.js","sources":["../../../../../../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"],"sourcesContent":["'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar toStr = Object.prototype.toString;\nvar max = Math.max;\nvar funcType = '[object Function]';\n\nvar concatty = function concatty(a, b) {\n var arr = [];\n\n for (var i = 0; i < a.length; i += 1) {\n arr[i] = a[i];\n }\n for (var j = 0; j < b.length; j += 1) {\n arr[j + a.length] = b[j];\n }\n\n return arr;\n};\n\nvar slicy = function slicy(arrLike, offset) {\n var arr = [];\n for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {\n arr[j] = arrLike[i];\n }\n return arr;\n};\n\nvar joiny = function (arr, joiner) {\n var str = '';\n for (var i = 0; i < arr.length; i += 1) {\n str += arr[i];\n if (i + 1 < arr.length) {\n str += joiner;\n }\n }\n return str;\n};\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.apply(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slicy(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n concatty(args, arguments)\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n }\n return target.apply(\n that,\n concatty(args, arguments)\n );\n\n };\n\n var boundLength = max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs[i] = '$' + i;\n }\n\n bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n"],"names":["ERROR_MESSAGE","toStr","max","funcType","concatty","a","b","arr","i","j","slicy","arrLike","offset","joiny","joiner","str","implementation","that","target","args","bound","binder","result","boundLength","boundArgs","Empty"],"mappings":"AAIA,IAAIA,IAAgB,mDAChBC,IAAQ,OAAO,UAAU,UACzBC,IAAM,KAAK,KACXC,IAAW,qBAEXC,IAAW,SAAkBC,GAAGC,GAAG;AAGnC,WAFIC,IAAM,CAAA,GAEDC,IAAI,GAAGA,IAAIH,EAAE,QAAQG,KAAK;AAC/B,IAAAD,EAAIC,CAAC,IAAIH,EAAEG,CAAC;AAEhB,WAASC,IAAI,GAAGA,IAAIH,EAAE,QAAQG,KAAK;AAC/B,IAAAF,EAAIE,IAAIJ,EAAE,MAAM,IAAIC,EAAEG,CAAC;AAG3B,SAAOF;AACX,GAEIG,IAAQ,SAAeC,GAASC,GAAQ;AAExC,WADIL,IAAM,CAAA,GACDC,IAAII,GAAaH,IAAI,GAAGD,IAAIG,EAAQ,QAAQH,KAAK,GAAGC,KAAK;AAC9D,IAAAF,EAAIE,CAAC,IAAIE,EAAQH,CAAC;AAEtB,SAAOD;AACX,GAEIM,IAAQ,SAAUN,GAAKO,GAAQ;AAE/B,WADIC,IAAM,IACDP,IAAI,GAAGA,IAAID,EAAI,QAAQC,KAAK;AACjC,IAAAO,KAAOR,EAAIC,CAAC,GACRA,IAAI,IAAID,EAAI,WACZQ,KAAOD;AAGf,SAAOC;AACX,GAEAC,IAAiB,SAAcC,GAAM;AACjC,MAAIC,IAAS;AACb,MAAI,OAAOA,KAAW,cAAcjB,EAAM,MAAMiB,CAAM,MAAMf;AACxD,UAAM,IAAI,UAAUH,IAAgBkB,CAAM;AAyB9C,WAvBIC,IAAOT,EAAM,WAAW,CAAC,GAEzBU,GACAC,IAAS,WAAY;AACrB,QAAI,gBAAgBD,GAAO;AACvB,UAAIE,IAASJ,EAAO;AAAA,QAChB;AAAA,QACAd,EAASe,GAAM,SAAS;AAAA,MACxC;AACY,aAAI,OAAOG,CAAM,MAAMA,IACZA,IAEJ;AAAA,IACnB;AACQ,WAAOJ,EAAO;AAAA,MACVD;AAAA,MACAb,EAASe,GAAM,SAAS;AAAA,IACpC;AAAA,EAEA,GAEQI,IAAcrB,EAAI,GAAGgB,EAAO,SAASC,EAAK,MAAM,GAChDK,IAAY,CAAA,GACPhB,IAAI,GAAGA,IAAIe,GAAaf;AAC7B,IAAAgB,EAAUhB,CAAC,IAAI,MAAMA;AAKzB,MAFAY,IAAQ,SAAS,UAAU,sBAAsBP,EAAMW,GAAW,GAAG,IAAI,2CAA2C,EAAEH,CAAM,GAExHH,EAAO,WAAW;AAClB,QAAIO,IAAQ,WAAiB;AAAA;AAC7B,IAAAA,EAAM,YAAYP,EAAO,WACzBE,EAAM,YAAY,IAAIK,EAAK,GAC3BA,EAAM,YAAY;AAAA,EAC1B;AAEI,SAAOL;AACX;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"implementation.js","sources":["../../../../../../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"],"sourcesContent":["'use strict';\n\n/* eslint no-invalid-this: 1 */\n\nvar ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';\nvar toStr = Object.prototype.toString;\nvar max = Math.max;\nvar funcType = '[object Function]';\n\nvar concatty = function concatty(a, b) {\n var arr = [];\n\n for (var i = 0; i < a.length; i += 1) {\n arr[i] = a[i];\n }\n for (var j = 0; j < b.length; j += 1) {\n arr[j + a.length] = b[j];\n }\n\n return arr;\n};\n\nvar slicy = function slicy(arrLike, offset) {\n var arr = [];\n for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {\n arr[j] = arrLike[i];\n }\n return arr;\n};\n\nvar joiny = function (arr, joiner) {\n var str = '';\n for (var i = 0; i < arr.length; i += 1) {\n str += arr[i];\n if (i + 1 < arr.length) {\n str += joiner;\n }\n }\n return str;\n};\n\nmodule.exports = function bind(that) {\n var target = this;\n if (typeof target !== 'function' || toStr.apply(target) !== funcType) {\n throw new TypeError(ERROR_MESSAGE + target);\n }\n var args = slicy(arguments, 1);\n\n var bound;\n var binder = function () {\n if (this instanceof bound) {\n var result = target.apply(\n this,\n concatty(args, arguments)\n );\n if (Object(result) === result) {\n return result;\n }\n return this;\n }\n return target.apply(\n that,\n concatty(args, arguments)\n );\n\n };\n\n var boundLength = max(0, target.length - args.length);\n var boundArgs = [];\n for (var i = 0; i < boundLength; i++) {\n boundArgs[i] = '$' + i;\n }\n\n bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);\n\n if (target.prototype) {\n var Empty = function Empty() {};\n Empty.prototype = target.prototype;\n bound.prototype = new Empty();\n Empty.prototype = null;\n }\n\n return bound;\n};\n"],"names":["ERROR_MESSAGE","toStr","max","funcType","concatty","a","b","arr","i","j","slicy","arrLike","offset","joiny","joiner","str","implementation","that","target","args","bound","binder","result","boundLength","boundArgs","Empty"],"mappings":";;;;;AAIA,MAAIA,IAAgB,mDAChBC,IAAQ,OAAO,UAAU,UACzBC,IAAM,KAAK,KACXC,IAAW,qBAEXC,IAAW,SAAkBC,GAAGC,GAAG;AAGnC,aAFIC,IAAM,CAAA,GAEDC,IAAI,GAAGA,IAAIH,EAAE,QAAQG,KAAK;AAC/B,MAAAD,EAAIC,CAAC,IAAIH,EAAEG,CAAC;AAEhB,aAASC,IAAI,GAAGA,IAAIH,EAAE,QAAQG,KAAK;AAC/B,MAAAF,EAAIE,IAAIJ,EAAE,MAAM,IAAIC,EAAEG,CAAC;AAG3B,WAAOF;AAAA,EACX,GAEIG,IAAQ,SAAeC,GAASC,GAAQ;AAExC,aADIL,IAAM,CAAA,GACDC,IAAII,GAAaH,IAAI,GAAGD,IAAIG,EAAQ,QAAQH,KAAK,GAAGC,KAAK;AAC9D,MAAAF,EAAIE,CAAC,IAAIE,EAAQH,CAAC;AAEtB,WAAOD;AAAA,EACX,GAEIM,IAAQ,SAAUN,GAAKO,GAAQ;AAE/B,aADIC,IAAM,IACDP,IAAI,GAAGA,IAAID,EAAI,QAAQC,KAAK;AACjC,MAAAO,KAAOR,EAAIC,CAAC,GACRA,IAAI,IAAID,EAAI,WACZQ,KAAOD;AAGf,WAAOC;AAAA,EACX;AAEA,SAAAC,IAAiB,SAAcC,GAAM;AACjC,QAAIC,IAAS;AACb,QAAI,OAAOA,KAAW,cAAcjB,EAAM,MAAMiB,CAAM,MAAMf;AACxD,YAAM,IAAI,UAAUH,IAAgBkB,CAAM;AAyB9C,aAvBIC,IAAOT,EAAM,WAAW,CAAC,GAEzBU,GACAC,IAAS,WAAY;AACrB,UAAI,gBAAgBD,GAAO;AACvB,YAAIE,IAASJ,EAAO;AAAA,UAChB;AAAA,UACAd,EAASe,GAAM,SAAS;AAAA,QACxC;AACY,eAAI,OAAOG,CAAM,MAAMA,IACZA,IAEJ;AAAA,MACnB;AACQ,aAAOJ,EAAO;AAAA,QACVD;AAAA,QACAb,EAASe,GAAM,SAAS;AAAA,MACpC;AAAA,IAEA,GAEQI,IAAcrB,EAAI,GAAGgB,EAAO,SAASC,EAAK,MAAM,GAChDK,IAAY,CAAA,GACPhB,IAAI,GAAGA,IAAIe,GAAaf;AAC7B,MAAAgB,EAAUhB,CAAC,IAAI,MAAMA;AAKzB,QAFAY,IAAQ,SAAS,UAAU,sBAAsBP,EAAMW,GAAW,GAAG,IAAI,2CAA2C,EAAEH,CAAM,GAExHH,EAAO,WAAW;AAClB,UAAIO,IAAQ,WAAiB;AAAA;AAC7B,MAAAA,EAAM,YAAYP,EAAO,WACzBE,EAAM,YAAY,IAAIK,EAAK,GAC3BA,EAAM,YAAY;AAAA,IAC1B;AAEI,WAAOL;AAAA,EACX;;","x_google_ignoreList":[0]}
@@ -1,6 +1,13 @@
1
- import { i } from "./implementation.js";
2
- var n = i, o = Function.prototype.bind || n;
1
+ import { __require as e } from "./implementation.js";
2
+ var n, r;
3
+ function o() {
4
+ if (r)
5
+ return n;
6
+ r = 1;
7
+ var i = e();
8
+ return n = Function.prototype.bind || i, n;
9
+ }
3
10
  export {
4
- o as f
11
+ o as __require
5
12
  };
6
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"],"sourcesContent":["'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = Function.prototype.bind || implementation;\n"],"names":["implementation","require$$0","functionBind"],"mappings":";AAEA,IAAIA,IAAiBC,GAErBC,IAAiB,SAAS,UAAU,QAAQF;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"],"sourcesContent":["'use strict';\n\nvar implementation = require('./implementation');\n\nmodule.exports = Function.prototype.bind || implementation;\n"],"names":["implementation","require$$0","functionBind"],"mappings":";;;;;;AAEA,MAAIA,IAAiBC,EAAA;AAErB,SAAAC,IAAiB,SAAS,UAAU,QAAQF;;","x_google_ignoreList":[0]}
@@ -1,11 +1,11 @@
1
1
  import { e as G } from "../../../es-object-atoms@1.1.2/node_modules/es-object-atoms/index.js";
2
2
  import { e as M } from "../../../es-errors@1.3.0/node_modules/es-errors/index.js";
3
3
  import { _ as N } from "../../../es-errors@1.3.0/node_modules/es-errors/eval.js";
4
- import { r as j } from "../../../es-errors@1.3.0/node_modules/es-errors/range.js";
5
- import { r as T } from "../../../es-errors@1.3.0/node_modules/es-errors/ref.js";
6
- import { s as k } from "../../../es-errors@1.3.0/node_modules/es-errors/syntax.js";
7
- import { t as C } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
8
- import { u as q } from "../../../es-errors@1.3.0/node_modules/es-errors/uri.js";
4
+ import { r as q } from "../../../es-errors@1.3.0/node_modules/es-errors/range.js";
5
+ import { r as j } from "../../../es-errors@1.3.0/node_modules/es-errors/ref.js";
6
+ import { s as T } from "../../../es-errors@1.3.0/node_modules/es-errors/syntax.js";
7
+ import { t as k } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
8
+ import { u as C } from "../../../es-errors@1.3.0/node_modules/es-errors/uri.js";
9
9
  import { a as D } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js";
10
10
  import { f as W } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js";
11
11
  import { m as J } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js";
@@ -19,38 +19,38 @@ import { __require as Q } from "../../../has-symbols@1.1.0/node_modules/has-symb
19
19
  import { __require as X } from "../../../get-proto@1.0.1/node_modules/get-proto/index.js";
20
20
  import { __require as Z } from "../../../get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js";
21
21
  import { __require as rr } from "../../../get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js";
22
- import { __require as tr } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js";
23
- import { f as er } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js";
24
- import { f as or } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
22
+ import { __require as er } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js";
23
+ import { __require as tr } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js";
24
+ import { __require as or } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
25
25
  import { __require as ar } from "../../../hasown@2.0.4/node_modules/hasown/index.js";
26
- var r, nr = G, ir = M, yr = N, pr = j, fr = T, d = k, A = C, sr = q, cr = D, lr = W, ur = J, Ar = V, dr = z, mr = H, vr = L, B = Function, w = function(y) {
26
+ var r, nr = G, ir = M, yr = N, pr = q, fr = j, d = T, A = k, sr = C, cr = D, ur = W, lr = J, Ar = V, dr = z, mr = H, vr = L, B = Function, U = function(y) {
27
27
  try {
28
28
  return B('"use strict"; return (' + y + ").constructor;")();
29
29
  } catch {
30
30
  }
31
- }, v = Y, Pr = K, _ = function() {
31
+ }, v = Y, Pr = K, w = function() {
32
32
  throw new A();
33
33
  }, gr = v ? function() {
34
34
  try {
35
- return arguments.callee, _;
35
+ return arguments.callee, w;
36
36
  } catch {
37
37
  try {
38
38
  return v(arguments, "callee").get;
39
39
  } catch {
40
- return _;
40
+ return w;
41
41
  }
42
42
  }
43
- }() : _, l = Q()(), o = X(), hr = Z(), Sr = rr(), x = tr(), P = er, u = {}, Er = typeof Uint8Array > "u" || !o ? r : o(Uint8Array), s = {
43
+ }() : w, u = Q()(), o = X(), hr = Z(), Sr = rr(), x = er(), P = tr(), l = {}, Er = typeof Uint8Array > "u" || !o ? r : o(Uint8Array), s = {
44
44
  __proto__: null,
45
45
  "%AggregateError%": typeof AggregateError > "u" ? r : AggregateError,
46
46
  "%Array%": Array,
47
47
  "%ArrayBuffer%": typeof ArrayBuffer > "u" ? r : ArrayBuffer,
48
- "%ArrayIteratorPrototype%": l && o ? o([][Symbol.iterator]()) : r,
48
+ "%ArrayIteratorPrototype%": u && o ? o([][Symbol.iterator]()) : r,
49
49
  "%AsyncFromSyncIteratorPrototype%": r,
50
- "%AsyncFunction%": u,
51
- "%AsyncGenerator%": u,
52
- "%AsyncGeneratorFunction%": u,
53
- "%AsyncIteratorPrototype%": u,
50
+ "%AsyncFunction%": l,
51
+ "%AsyncGenerator%": l,
52
+ "%AsyncGeneratorFunction%": l,
53
+ "%AsyncIteratorPrototype%": l,
54
54
  "%Atomics%": typeof Atomics > "u" ? r : Atomics,
55
55
  "%BigInt%": typeof BigInt > "u" ? r : BigInt,
56
56
  "%BigInt64Array%": typeof BigInt64Array > "u" ? r : BigInt64Array,
@@ -71,16 +71,16 @@ var r, nr = G, ir = M, yr = N, pr = j, fr = T, d = k, A = C, sr = q, cr = D, lr
71
71
  "%Float64Array%": typeof Float64Array > "u" ? r : Float64Array,
72
72
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? r : FinalizationRegistry,
73
73
  "%Function%": B,
74
- "%GeneratorFunction%": u,
74
+ "%GeneratorFunction%": l,
75
75
  "%Int8Array%": typeof Int8Array > "u" ? r : Int8Array,
76
76
  "%Int16Array%": typeof Int16Array > "u" ? r : Int16Array,
77
77
  "%Int32Array%": typeof Int32Array > "u" ? r : Int32Array,
78
78
  "%isFinite%": isFinite,
79
79
  "%isNaN%": isNaN,
80
- "%IteratorPrototype%": l && o ? o(o([][Symbol.iterator]())) : r,
80
+ "%IteratorPrototype%": u && o ? o(o([][Symbol.iterator]())) : r,
81
81
  "%JSON%": typeof JSON == "object" ? JSON : r,
82
82
  "%Map%": typeof Map > "u" ? r : Map,
83
- "%MapIteratorPrototype%": typeof Map > "u" || !l || !o ? r : o((/* @__PURE__ */ new Map())[Symbol.iterator]()),
83
+ "%MapIteratorPrototype%": typeof Map > "u" || !u || !o ? r : o((/* @__PURE__ */ new Map())[Symbol.iterator]()),
84
84
  "%Math%": Math,
85
85
  "%Number%": Number,
86
86
  "%Object%": nr,
@@ -94,11 +94,11 @@ var r, nr = G, ir = M, yr = N, pr = j, fr = T, d = k, A = C, sr = q, cr = D, lr
94
94
  "%Reflect%": typeof Reflect > "u" ? r : Reflect,
95
95
  "%RegExp%": RegExp,
96
96
  "%Set%": typeof Set > "u" ? r : Set,
97
- "%SetIteratorPrototype%": typeof Set > "u" || !l || !o ? r : o((/* @__PURE__ */ new Set())[Symbol.iterator]()),
97
+ "%SetIteratorPrototype%": typeof Set > "u" || !u || !o ? r : o((/* @__PURE__ */ new Set())[Symbol.iterator]()),
98
98
  "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? r : SharedArrayBuffer,
99
99
  "%String%": String,
100
- "%StringIteratorPrototype%": l && o ? o(""[Symbol.iterator]()) : r,
101
- "%Symbol%": l ? Symbol : r,
100
+ "%StringIteratorPrototype%": u && o ? o(""[Symbol.iterator]()) : r,
101
+ "%Symbol%": u ? Symbol : r,
102
102
  "%SyntaxError%": d,
103
103
  "%ThrowTypeError%": gr,
104
104
  "%TypedArray%": Er,
@@ -116,8 +116,8 @@ var r, nr = G, ir = M, yr = N, pr = j, fr = T, d = k, A = C, sr = q, cr = D, lr
116
116
  "%Object.defineProperty%": Pr,
117
117
  "%Object.getPrototypeOf%": hr,
118
118
  "%Math.abs%": cr,
119
- "%Math.floor%": lr,
120
- "%Math.max%": ur,
119
+ "%Math.floor%": ur,
120
+ "%Math.max%": lr,
121
121
  "%Math.min%": Ar,
122
122
  "%Math.pow%": dr,
123
123
  "%Math.round%": mr,
@@ -131,22 +131,22 @@ if (o)
131
131
  var Ir = o(o(y));
132
132
  s["%Error.prototype%"] = Ir;
133
133
  }
134
- var br = function y(t) {
134
+ var br = function y(e) {
135
135
  var a;
136
- if (t === "%AsyncFunction%")
137
- a = w("async function () {}");
138
- else if (t === "%GeneratorFunction%")
139
- a = w("function* () {}");
140
- else if (t === "%AsyncGeneratorFunction%")
141
- a = w("async function* () {}");
142
- else if (t === "%AsyncGenerator%") {
143
- var e = y("%AsyncGeneratorFunction%");
144
- e && (a = e.prototype);
145
- } else if (t === "%AsyncIteratorPrototype%") {
136
+ if (e === "%AsyncFunction%")
137
+ a = U("async function () {}");
138
+ else if (e === "%GeneratorFunction%")
139
+ a = U("function* () {}");
140
+ else if (e === "%AsyncGeneratorFunction%")
141
+ a = U("async function* () {}");
142
+ else if (e === "%AsyncGenerator%") {
143
+ var t = y("%AsyncGeneratorFunction%");
144
+ t && (a = t.prototype);
145
+ } else if (e === "%AsyncIteratorPrototype%") {
146
146
  var n = y("%AsyncGenerator%");
147
147
  n && o && (a = o(n.prototype));
148
148
  }
149
- return s[t] = a, a;
149
+ return s[e] = a, a;
150
150
  }, $ = {
151
151
  __proto__: null,
152
152
  "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
@@ -200,40 +200,40 @@ var br = function y(t) {
200
200
  "%URIErrorPrototype%": ["URIError", "prototype"],
201
201
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
202
202
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
203
- }, g = or, F = ar(), Fr = g.call(P, Array.prototype.concat), Rr = g.call(x, Array.prototype.splice), O = g.call(P, String.prototype.replace), R = g.call(P, String.prototype.slice), Ur = g.call(P, RegExp.prototype.exec), wr = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, _r = /\\(\\)?/g, $r = function(t) {
204
- var a = R(t, 0, 1), e = R(t, -1);
205
- if (a === "%" && e !== "%")
203
+ }, g = or(), F = ar(), Fr = g.call(P, Array.prototype.concat), Rr = g.call(x, Array.prototype.splice), O = g.call(P, String.prototype.replace), R = g.call(P, String.prototype.slice), _r = g.call(P, RegExp.prototype.exec), Ur = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, wr = /\\(\\)?/g, $r = function(e) {
204
+ var a = R(e, 0, 1), t = R(e, -1);
205
+ if (a === "%" && t !== "%")
206
206
  throw new d("invalid intrinsic syntax, expected closing `%`");
207
- if (e === "%" && a !== "%")
207
+ if (t === "%" && a !== "%")
208
208
  throw new d("invalid intrinsic syntax, expected opening `%`");
209
209
  var n = [];
210
- return O(t, wr, function(p, c, i, h) {
211
- n[n.length] = i ? O(h, _r, "$1") : c || p;
210
+ return O(e, Ur, function(p, c, i, h) {
211
+ n[n.length] = i ? O(h, wr, "$1") : c || p;
212
212
  }), n;
213
- }, Or = function(t, a) {
214
- var e = t, n;
215
- if (F($, e) && (n = $[e], e = "%" + n[0] + "%"), F(s, e)) {
216
- var p = s[e];
217
- if (p === u && (p = br(e)), typeof p > "u" && !a)
218
- throw new A("intrinsic " + t + " exists, but is not available. Please file an issue!");
213
+ }, Or = function(e, a) {
214
+ var t = e, n;
215
+ if (F($, t) && (n = $[t], t = "%" + n[0] + "%"), F(s, t)) {
216
+ var p = s[t];
217
+ if (p === l && (p = br(t)), typeof p > "u" && !a)
218
+ throw new A("intrinsic " + e + " exists, but is not available. Please file an issue!");
219
219
  return {
220
220
  alias: n,
221
- name: e,
221
+ name: t,
222
222
  value: p
223
223
  };
224
224
  }
225
- throw new d("intrinsic " + t + " does not exist!");
226
- }, ot = function(t, a) {
227
- if (typeof t != "string" || t.length === 0)
225
+ throw new d("intrinsic " + e + " does not exist!");
226
+ }, oe = function(e, a) {
227
+ if (typeof e != "string" || e.length === 0)
228
228
  throw new A("intrinsic name must be a non-empty string");
229
229
  if (arguments.length > 1 && typeof a != "boolean")
230
230
  throw new A('"allowMissing" argument must be a boolean');
231
- if (Ur(/^%?[^%]*%?$/, t) === null)
231
+ if (_r(/^%?[^%]*%?$/, e) === null)
232
232
  throw new d("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
233
- var e = $r(t), n = e.length > 0 ? e[0] : "", p = Or("%" + n + "%", a), c = p.name, i = p.value, h = !1, U = p.alias;
234
- U && (n = U[0], Rr(e, Fr([0, 1], U)));
235
- for (var S = 1, m = !0; S < e.length; S += 1) {
236
- var f = e[S], E = R(f, 0, 1), I = R(f, -1);
233
+ var t = $r(e), n = t.length > 0 ? t[0] : "", p = Or("%" + n + "%", a), c = p.name, i = p.value, h = !1, _ = p.alias;
234
+ _ && (n = _[0], Rr(t, Fr([0, 1], _)));
235
+ for (var S = 1, m = !0; S < t.length; S += 1) {
236
+ var f = t[S], E = R(f, 0, 1), I = R(f, -1);
237
237
  if ((E === '"' || E === "'" || E === "`" || I === '"' || I === "'" || I === "`") && E !== I)
238
238
  throw new d("property names with quotes must have matching quotes");
239
239
  if ((f === "constructor" || !m) && (h = !0), n += "." + f, c = "%" + n + "%", F(s, c))
@@ -241,10 +241,10 @@ var br = function y(t) {
241
241
  else if (i != null) {
242
242
  if (!(f in i)) {
243
243
  if (!a)
244
- throw new A("base intrinsic for " + t + " exists, but the property is not available.");
244
+ throw new A("base intrinsic for " + e + " exists, but the property is not available.");
245
245
  return;
246
246
  }
247
- if (v && S + 1 >= e.length) {
247
+ if (v && S + 1 >= t.length) {
248
248
  var b = v(i, f);
249
249
  m = !!b, m && "get" in b && !("originalValue" in b.get) ? i = b.get : i = i[f];
250
250
  } else
@@ -255,6 +255,6 @@ var br = function y(t) {
255
255
  return i;
256
256
  };
257
257
  export {
258
- ot as g
258
+ oe as g
259
259
  };
260
260
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js"],"sourcesContent":["'use strict';\n\nvar undefined;\n\nvar $Object = require('es-object-atoms');\n\nvar $Error = require('es-errors');\nvar $EvalError = require('es-errors/eval');\nvar $RangeError = require('es-errors/range');\nvar $ReferenceError = require('es-errors/ref');\nvar $SyntaxError = require('es-errors/syntax');\nvar $TypeError = require('es-errors/type');\nvar $URIError = require('es-errors/uri');\n\nvar abs = require('math-intrinsics/abs');\nvar floor = require('math-intrinsics/floor');\nvar max = require('math-intrinsics/max');\nvar min = require('math-intrinsics/min');\nvar pow = require('math-intrinsics/pow');\nvar round = require('math-intrinsics/round');\nvar sign = require('math-intrinsics/sign');\n\nvar $Function = Function;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = require('gopd');\nvar $defineProperty = require('es-define-property');\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = require('get-proto');\nvar $ObjectGPO = require('get-proto/Object.getPrototypeOf');\nvar $ReflectGPO = require('get-proto/Reflect.getPrototypeOf');\n\nvar $apply = require('call-bind-apply-helpers/functionApply');\nvar $call = require('call-bind-apply-helpers/functionCall');\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t__proto__: null,\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,\n\t'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': $Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': $EvalError,\n\t'%Float16Array%': typeof Float16Array === 'undefined' ? undefined : Float16Array,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': $Object,\n\t'%Object.getOwnPropertyDescriptor%': $gOPD,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': $RangeError,\n\t'%ReferenceError%': $ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': $URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet,\n\n\t'%Function.prototype.call%': $call,\n\t'%Function.prototype.apply%': $apply,\n\t'%Object.defineProperty%': $defineProperty,\n\t'%Object.getPrototypeOf%': $ObjectGPO,\n\t'%Math.abs%': abs,\n\t'%Math.floor%': floor,\n\t'%Math.max%': max,\n\t'%Math.min%': min,\n\t'%Math.pow%': pow,\n\t'%Math.round%': round,\n\t'%Math.sign%': sign,\n\t'%Reflect.getPrototypeOf%': $ReflectGPO\n};\n\nif (getProto) {\n\ttry {\n\t\tnull.error; // eslint-disable-line no-unused-expressions\n\t} catch (e) {\n\t\t// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229\n\t\tvar errorProto = getProto(getProto(e));\n\t\tINTRINSICS['%Error.prototype%'] = errorProto;\n\t}\n}\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen && getProto) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t__proto__: null,\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('hasown');\nvar $concat = bind.call($call, Array.prototype.concat);\nvar $spliceApply = bind.call($apply, Array.prototype.splice);\nvar $replace = bind.call($call, String.prototype.replace);\nvar $strSlice = bind.call($call, String.prototype.slice);\nvar $exec = bind.call($call, RegExp.prototype.exec);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tif ($exec(/^%?[^%]*%?$/, name) === null) {\n\t\tthrow new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');\n\t}\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n"],"names":["undefined","$Object","require$$0","$Error","require$$1","$EvalError","require$$2","$RangeError","require$$3","$ReferenceError","require$$4","$SyntaxError","require$$5","$TypeError","require$$6","$URIError","require$$7","abs","require$$8","floor","require$$9","max","require$$10","min","require$$11","pow","require$$12","round","require$$13","sign","require$$14","$Function","getEvalledConstructor","expressionSyntax","$gOPD","require$$15","$defineProperty","require$$16","throwTypeError","ThrowTypeError","hasSymbols","require$$17","getProto","require$$18","$ObjectGPO","require$$19","$ReflectGPO","require$$20","$apply","require$$21","$call","require$$22","needsEval","TypedArray","INTRINSICS","e","errorProto","doEval","name","value","fn","gen","LEGACY_ALIASES","bind","require$$23","hasOwn","require$$24","$concat","$spliceApply","$replace","$strSlice","$exec","rePropName","reEscapeChar","stringToPath","string","first","last","result","match","number","quote","subString","getBaseIntrinsic","allowMissing","intrinsicName","alias","getIntrinsic","parts","intrinsicBaseName","intrinsic","intrinsicRealName","skipFurtherCaching","i","isOwn","part","desc"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAEA,IAAIA,GAEAC,KAAUC,GAEVC,KAASC,GACTC,KAAaC,GACbC,KAAcC,GACdC,KAAkBC,GAClBC,IAAeC,GACfC,IAAaC,GACbC,KAAYC,GAEZC,KAAMC,GACNC,KAAQC,GACRC,KAAMC,GACNC,KAAMC,GACNC,KAAMC,GACNC,KAAQC,GACRC,KAAOC,GAEPC,IAAY,UAGZC,IAAwB,SAAUC,GAAkB;AACvD,MAAI;AACH,WAAOF,EAAU,2BAA2BE,IAAmB,gBAAgB,EAAC;AAAA,EAClF,QAAa;AAAA,EAAA;AACb,GAEIC,IAAQC,GACRC,KAAkBC,GAElBC,IAAiB,WAAY;AAChC,QAAM,IAAIzB,EAAU;AACrB,GACI0B,KAAiBL,IACjB,WAAY;AACd,MAAI;AAEH,qBAAU,QACHI;AAAA,EACV,QAAyB;AACtB,QAAI;AAEH,aAAOJ,EAAM,WAAW,QAAQ,EAAE;AAAA,IACtC,QAAwB;AACpB,aAAOI;AAAA,IACX;AAAA,EACA;AACA,EAAE,IACCA,GAECE,IAAaC,EAAA,EAAsB,GAEnCC,IAAWC,EAAA,GACXC,KAAaC,EAAA,GACbC,KAAcC,GAAA,GAEdC,IAASC,GAAA,GACTC,IAAQC,IAERC,IAAY,CAAA,GAEZC,KAAa,OAAO,aAAe,OAAe,CAACX,IAAW1C,IAAY0C,EAAS,UAAU,GAE7FY,IAAa;AAAA,EAChB,WAAW;AAAA,EACX,oBAAoB,OAAO,iBAAmB,MAActD,IAAY;AAAA,EACxE,WAAW;AAAA,EACX,iBAAiB,OAAO,cAAgB,MAAcA,IAAY;AAAA,EAClE,4BAA4BwC,KAAcE,IAAWA,EAAS,CAAA,EAAG,OAAO,QAAQ,EAAC,CAAE,IAAI1C;AAAAA,EACvF,oCAAoCA;AAAAA,EACpC,mBAAmBoD;AAAA,EACnB,oBAAoBA;AAAA,EACpB,4BAA4BA;AAAA,EAC5B,4BAA4BA;AAAA,EAC5B,aAAa,OAAO,UAAY,MAAcpD,IAAY;AAAA,EAC1D,YAAY,OAAO,SAAW,MAAcA,IAAY;AAAA,EACxD,mBAAmB,OAAO,gBAAkB,MAAcA,IAAY;AAAA,EACtE,oBAAoB,OAAO,iBAAmB,MAAcA,IAAY;AAAA,EACxE,aAAa;AAAA,EACb,cAAc,OAAO,WAAa,MAAcA,IAAY;AAAA,EAC5D,UAAU;AAAA,EACV,eAAe;AAAA,EACf,wBAAwB;AAAA,EACxB,eAAe;AAAA,EACf,wBAAwB;AAAA,EACxB,WAAWG;AAAA,EACX,UAAU;AAAA;AAAA,EACV,eAAeE;AAAA,EACf,kBAAkB,OAAO,eAAiB,MAAcL,IAAY;AAAA,EACpE,kBAAkB,OAAO,eAAiB,MAAcA,IAAY;AAAA,EACpE,kBAAkB,OAAO,eAAiB,MAAcA,IAAY;AAAA,EACpE,0BAA0B,OAAO,uBAAyB,MAAcA,IAAY;AAAA,EACpF,cAAc+B;AAAA,EACd,uBAAuBqB;AAAA,EACvB,eAAe,OAAO,YAAc,MAAcpD,IAAY;AAAA,EAC9D,gBAAgB,OAAO,aAAe,MAAcA,IAAY;AAAA,EAChE,gBAAgB,OAAO,aAAe,MAAcA,IAAY;AAAA,EAChE,cAAc;AAAA,EACd,WAAW;AAAA,EACX,uBAAuBwC,KAAcE,IAAWA,EAASA,EAAS,GAAG,OAAO,QAAQ,GAAG,CAAC,IAAI1C;AAAAA,EAC5F,UAAU,OAAO,QAAS,WAAW,OAAOA;AAAAA,EAC5C,SAAS,OAAO,MAAQ,MAAcA,IAAY;AAAA,EAClD,0BAA0B,OAAO,MAAQ,OAAe,CAACwC,KAAc,CAACE,IAAW1C,IAAY0C,GAAS,oBAAI,IAAG,GAAG,OAAO,QAAQ,EAAC,CAAE;AAAA,EACpI,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,YAAYzC;AAAA,EACZ,qCAAqCiC;AAAA,EACrC,gBAAgB;AAAA,EAChB,cAAc;AAAA,EACd,aAAa,OAAO,UAAY,MAAclC,IAAY;AAAA,EAC1D,WAAW,OAAO,QAAU,MAAcA,IAAY;AAAA,EACtD,gBAAgBO;AAAA,EAChB,oBAAoBE;AAAA,EACpB,aAAa,OAAO,UAAY,MAAcT,IAAY;AAAA,EAC1D,YAAY;AAAA,EACZ,SAAS,OAAO,MAAQ,MAAcA,IAAY;AAAA,EAClD,0BAA0B,OAAO,MAAQ,OAAe,CAACwC,KAAc,CAACE,IAAW1C,IAAY0C,GAAS,oBAAI,IAAG,GAAG,OAAO,QAAQ,EAAC,CAAE;AAAA,EACpI,uBAAuB,OAAO,oBAAsB,MAAc1C,IAAY;AAAA,EAC9E,YAAY;AAAA,EACZ,6BAA6BwC,KAAcE,IAAWA,EAAS,GAAG,OAAO,QAAQ,EAAC,CAAE,IAAI1C;AAAAA,EACxF,YAAYwC,IAAa,SAASxC;AAAAA,EAClC,iBAAiBW;AAAA,EACjB,oBAAoB4B;AAAA,EACpB,gBAAgBc;AAAA,EAChB,eAAexC;AAAA,EACf,gBAAgB,OAAO,aAAe,MAAcb,IAAY;AAAA,EAChE,uBAAuB,OAAO,oBAAsB,MAAcA,IAAY;AAAA,EAC9E,iBAAiB,OAAO,cAAgB,MAAcA,IAAY;AAAA,EAClE,iBAAiB,OAAO,cAAgB,MAAcA,IAAY;AAAA,EAClE,cAAce;AAAA,EACd,aAAa,OAAO,UAAY,MAAcf,IAAY;AAAA,EAC1D,aAAa,OAAO,UAAY,MAAcA,IAAY;AAAA,EAC1D,aAAa,OAAO,UAAY,MAAcA,IAAY;AAAA,EAE1D,6BAA6BkD;AAAA,EAC7B,8BAA8BF;AAAA,EAC9B,2BAA2BZ;AAAA,EAC3B,2BAA2BQ;AAAA,EAC3B,cAAc3B;AAAA,EACd,gBAAgBE;AAAA,EAChB,cAAcE;AAAA,EACd,cAAcE;AAAA,EACd,cAAcE;AAAA,EACd,gBAAgBE;AAAA,EAChB,eAAeE;AAAA,EACf,4BAA4BiB;AAC7B;AAEA,IAAIJ;AACH,MAAI;AACH,SAAK;AAAA,EACP,SAAUa,GAAG;AAEX,QAAIC,KAAad,EAASA,EAASa,CAAC,CAAC;AACrC,IAAAD,EAAW,mBAAmB,IAAIE;AAAA,EACpC;AAGA,IAAIC,KAAS,SAASA,EAAOC,GAAM;AAClC,MAAIC;AACJ,MAAID,MAAS;AACZ,IAAAC,IAAQ3B,EAAsB,sBAAsB;AAAA,WAC1C0B,MAAS;AACnB,IAAAC,IAAQ3B,EAAsB,iBAAiB;AAAA,WACrC0B,MAAS;AACnB,IAAAC,IAAQ3B,EAAsB,uBAAuB;AAAA,WAC3C0B,MAAS,oBAAoB;AACvC,QAAIE,IAAKH,EAAO,0BAA0B;AAC1C,IAAIG,MACHD,IAAQC,EAAG;AAAA,EAEd,WAAYF,MAAS,4BAA4B;AAC/C,QAAIG,IAAMJ,EAAO,kBAAkB;AACnC,IAAII,KAAOnB,MACViB,IAAQjB,EAASmB,EAAI,SAAS;AAAA,EAEjC;AAEC,SAAAP,EAAWI,CAAI,IAAIC,GAEZA;AACR,GAEIG,IAAiB;AAAA,EACpB,WAAW;AAAA,EACX,0BAA0B,CAAC,eAAe,WAAW;AAAA,EACrD,oBAAoB,CAAC,SAAS,WAAW;AAAA,EACzC,wBAAwB,CAAC,SAAS,aAAa,SAAS;AAAA,EACxD,wBAAwB,CAAC,SAAS,aAAa,SAAS;AAAA,EACxD,qBAAqB,CAAC,SAAS,aAAa,MAAM;AAAA,EAClD,uBAAuB,CAAC,SAAS,aAAa,QAAQ;AAAA,EACtD,4BAA4B,CAAC,iBAAiB,WAAW;AAAA,EACzD,oBAAoB,CAAC,0BAA0B,WAAW;AAAA,EAC1D,6BAA6B,CAAC,0BAA0B,aAAa,WAAW;AAAA,EAChF,sBAAsB,CAAC,WAAW,WAAW;AAAA,EAC7C,uBAAuB,CAAC,YAAY,WAAW;AAAA,EAC/C,mBAAmB,CAAC,QAAQ,WAAW;AAAA,EACvC,oBAAoB,CAAC,SAAS,WAAW;AAAA,EACzC,wBAAwB,CAAC,aAAa,WAAW;AAAA,EACjD,2BAA2B,CAAC,gBAAgB,WAAW;AAAA,EACvD,2BAA2B,CAAC,gBAAgB,WAAW;AAAA,EACvD,uBAAuB,CAAC,YAAY,WAAW;AAAA,EAC/C,eAAe,CAAC,qBAAqB,WAAW;AAAA,EAChD,wBAAwB,CAAC,qBAAqB,aAAa,WAAW;AAAA,EACtE,wBAAwB,CAAC,aAAa,WAAW;AAAA,EACjD,yBAAyB,CAAC,cAAc,WAAW;AAAA,EACnD,yBAAyB,CAAC,cAAc,WAAW;AAAA,EACnD,eAAe,CAAC,QAAQ,OAAO;AAAA,EAC/B,mBAAmB,CAAC,QAAQ,WAAW;AAAA,EACvC,kBAAkB,CAAC,OAAO,WAAW;AAAA,EACrC,qBAAqB,CAAC,UAAU,WAAW;AAAA,EAC3C,qBAAqB,CAAC,UAAU,WAAW;AAAA,EAC3C,uBAAuB,CAAC,UAAU,aAAa,UAAU;AAAA,EACzD,sBAAsB,CAAC,UAAU,aAAa,SAAS;AAAA,EACvD,sBAAsB,CAAC,WAAW,WAAW;AAAA,EAC7C,uBAAuB,CAAC,WAAW,aAAa,MAAM;AAAA,EACtD,iBAAiB,CAAC,WAAW,KAAK;AAAA,EAClC,oBAAoB,CAAC,WAAW,QAAQ;AAAA,EACxC,qBAAqB,CAAC,WAAW,SAAS;AAAA,EAC1C,yBAAyB,CAAC,cAAc,WAAW;AAAA,EACnD,6BAA6B,CAAC,kBAAkB,WAAW;AAAA,EAC3D,qBAAqB,CAAC,UAAU,WAAW;AAAA,EAC3C,kBAAkB,CAAC,OAAO,WAAW;AAAA,EACrC,gCAAgC,CAAC,qBAAqB,WAAW;AAAA,EACjE,qBAAqB,CAAC,UAAU,WAAW;AAAA,EAC3C,qBAAqB,CAAC,UAAU,WAAW;AAAA,EAC3C,0BAA0B,CAAC,eAAe,WAAW;AAAA,EACrD,yBAAyB,CAAC,cAAc,WAAW;AAAA,EACnD,wBAAwB,CAAC,aAAa,WAAW;AAAA,EACjD,yBAAyB,CAAC,cAAc,WAAW;AAAA,EACnD,gCAAgC,CAAC,qBAAqB,WAAW;AAAA,EACjE,0BAA0B,CAAC,eAAe,WAAW;AAAA,EACrD,0BAA0B,CAAC,eAAe,WAAW;AAAA,EACrD,uBAAuB,CAAC,YAAY,WAAW;AAAA,EAC/C,sBAAsB,CAAC,WAAW,WAAW;AAAA,EAC7C,sBAAsB,CAAC,WAAW,WAAW;AAC9C,GAEIC,IAAOC,IACPC,IAASC,GAAA,GACTC,KAAUJ,EAAK,KAAKb,GAAO,MAAM,UAAU,MAAM,GACjDkB,KAAeL,EAAK,KAAKf,GAAQ,MAAM,UAAU,MAAM,GACvDqB,IAAWN,EAAK,KAAKb,GAAO,OAAO,UAAU,OAAO,GACpDoB,IAAYP,EAAK,KAAKb,GAAO,OAAO,UAAU,KAAK,GACnDqB,KAAQR,EAAK,KAAKb,GAAO,OAAO,UAAU,IAAI,GAG9CsB,KAAa,sGACbC,KAAe,YACfC,KAAe,SAAsBC,GAAQ;AAChD,MAAIC,IAAQN,EAAUK,GAAQ,GAAG,CAAC,GAC9BE,IAAOP,EAAUK,GAAQ,EAAE;AAC/B,MAAIC,MAAU,OAAOC,MAAS;AAC7B,UAAM,IAAIlE,EAAa,gDAAgD;AACjE,MAAIkE,MAAS,OAAOD,MAAU;AACpC,UAAM,IAAIjE,EAAa,gDAAgD;AAExE,MAAImE,IAAS,CAAA;AACb,SAAAT,EAASM,GAAQH,IAAY,SAAUO,GAAOC,GAAQC,GAAOC,GAAW;AACvE,IAAAJ,EAAOA,EAAO,MAAM,IAAIG,IAAQZ,EAASa,GAAWT,IAAc,IAAI,IAAIO,KAAUD;AAAA,EACtF,CAAE,GACMD;AACR,GAGIK,KAAmB,SAA0BzB,GAAM0B,GAAc;AACpE,MAAIC,IAAgB3B,GAChB4B;AAMJ,MALIrB,EAAOH,GAAgBuB,CAAa,MACvCC,IAAQxB,EAAeuB,CAAa,GACpCA,IAAgB,MAAMC,EAAM,CAAC,IAAI,MAG9BrB,EAAOX,GAAY+B,CAAa,GAAG;AACtC,QAAI1B,IAAQL,EAAW+B,CAAa;AAIpC,QAHI1B,MAAUP,MACbO,IAAQF,GAAO4B,CAAa,IAEzB,OAAO1B,IAAU,OAAe,CAACyB;AACpC,YAAM,IAAIvE,EAAW,eAAe6C,IAAO,sDAAsD;AAGlG,WAAO;AAAA,MACN,OAAO4B;AAAA,MACP,MAAMD;AAAA,MACN,OAAO1B;AAAA,IACV;AAAA,EACA;AAEC,QAAM,IAAIhD,EAAa,eAAe+C,IAAO,kBAAkB;AAChE,GAEA6B,KAAiB,SAAsB7B,GAAM0B,GAAc;AAC1D,MAAI,OAAO1B,KAAS,YAAYA,EAAK,WAAW;AAC/C,UAAM,IAAI7C,EAAW,2CAA2C;AAEjE,MAAI,UAAU,SAAS,KAAK,OAAOuE,KAAiB;AACnD,UAAM,IAAIvE,EAAW,2CAA2C;AAGjE,MAAI0D,GAAM,eAAeb,CAAI,MAAM;AAClC,UAAM,IAAI/C,EAAa,oFAAoF;AAE5G,MAAI6E,IAAQd,GAAahB,CAAI,GACzB+B,IAAoBD,EAAM,SAAS,IAAIA,EAAM,CAAC,IAAI,IAElDE,IAAYP,GAAiB,MAAMM,IAAoB,KAAKL,CAAY,GACxEO,IAAoBD,EAAU,MAC9B/B,IAAQ+B,EAAU,OAClBE,IAAqB,IAErBN,IAAQI,EAAU;AACtB,EAAIJ,MACHG,IAAoBH,EAAM,CAAC,GAC3BlB,GAAaoB,GAAOrB,GAAQ,CAAC,GAAG,CAAC,GAAGmB,CAAK,CAAC;AAG3C,WAASO,IAAI,GAAGC,IAAQ,IAAMD,IAAIL,EAAM,QAAQK,KAAK,GAAG;AACvD,QAAIE,IAAOP,EAAMK,CAAC,GACdjB,IAAQN,EAAUyB,GAAM,GAAG,CAAC,GAC5BlB,IAAOP,EAAUyB,GAAM,EAAE;AAC7B,SAEGnB,MAAU,OAAOA,MAAU,OAAOA,MAAU,OACzCC,MAAS,OAAOA,MAAS,OAAOA,MAAS,QAE3CD,MAAUC;AAEb,YAAM,IAAIlE,EAAa,sDAAsD;AAS9E,SAPIoF,MAAS,iBAAiB,CAACD,OAC9BF,IAAqB,KAGtBH,KAAqB,MAAMM,GAC3BJ,IAAoB,MAAMF,IAAoB,KAE1CxB,EAAOX,GAAYqC,CAAiB;AACvC,MAAAhC,IAAQL,EAAWqC,CAAiB;AAAA,aAC1BhC,KAAS,MAAM;AACzB,UAAI,EAAEoC,KAAQpC,IAAQ;AACrB,YAAI,CAACyB;AACJ,gBAAM,IAAIvE,EAAW,wBAAwB6C,IAAO,6CAA6C;AAElG;AAAA,MACJ;AACG,UAAIxB,KAAU2D,IAAI,KAAML,EAAM,QAAQ;AACrC,YAAIQ,IAAO9D,EAAMyB,GAAOoC,CAAI;AAC5B,QAAAD,IAAQ,CAAC,CAACE,GASNF,KAAS,SAASE,KAAQ,EAAE,mBAAmBA,EAAK,OACvDrC,IAAQqC,EAAK,MAEbrC,IAAQA,EAAMoC,CAAI;AAAA,MAEvB;AACI,QAAAD,IAAQ7B,EAAON,GAAOoC,CAAI,GAC1BpC,IAAQA,EAAMoC,CAAI;AAGnB,MAAID,KAAS,CAACF,MACbtC,EAAWqC,CAAiB,IAAIhC;AAAA,IAEpC;AAAA,EACA;AACC,SAAOA;AACR;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js"],"sourcesContent":["'use strict';\n\nvar undefined;\n\nvar $Object = require('es-object-atoms');\n\nvar $Error = require('es-errors');\nvar $EvalError = require('es-errors/eval');\nvar $RangeError = require('es-errors/range');\nvar $ReferenceError = require('es-errors/ref');\nvar $SyntaxError = require('es-errors/syntax');\nvar $TypeError = require('es-errors/type');\nvar $URIError = require('es-errors/uri');\n\nvar abs = require('math-intrinsics/abs');\nvar floor = require('math-intrinsics/floor');\nvar max = require('math-intrinsics/max');\nvar min = require('math-intrinsics/min');\nvar pow = require('math-intrinsics/pow');\nvar round = require('math-intrinsics/round');\nvar sign = require('math-intrinsics/sign');\n\nvar $Function = Function;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = require('gopd');\nvar $defineProperty = require('es-define-property');\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = require('get-proto');\nvar $ObjectGPO = require('get-proto/Object.getPrototypeOf');\nvar $ReflectGPO = require('get-proto/Reflect.getPrototypeOf');\n\nvar $apply = require('call-bind-apply-helpers/functionApply');\nvar $call = require('call-bind-apply-helpers/functionCall');\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t__proto__: null,\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,\n\t'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': $Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': $EvalError,\n\t'%Float16Array%': typeof Float16Array === 'undefined' ? undefined : Float16Array,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': $Object,\n\t'%Object.getOwnPropertyDescriptor%': $gOPD,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': $RangeError,\n\t'%ReferenceError%': $ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': $URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet,\n\n\t'%Function.prototype.call%': $call,\n\t'%Function.prototype.apply%': $apply,\n\t'%Object.defineProperty%': $defineProperty,\n\t'%Object.getPrototypeOf%': $ObjectGPO,\n\t'%Math.abs%': abs,\n\t'%Math.floor%': floor,\n\t'%Math.max%': max,\n\t'%Math.min%': min,\n\t'%Math.pow%': pow,\n\t'%Math.round%': round,\n\t'%Math.sign%': sign,\n\t'%Reflect.getPrototypeOf%': $ReflectGPO\n};\n\nif (getProto) {\n\ttry {\n\t\tnull.error; // eslint-disable-line no-unused-expressions\n\t} catch (e) {\n\t\t// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229\n\t\tvar errorProto = getProto(getProto(e));\n\t\tINTRINSICS['%Error.prototype%'] = errorProto;\n\t}\n}\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen && getProto) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t__proto__: null,\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('hasown');\nvar $concat = bind.call($call, Array.prototype.concat);\nvar $spliceApply = bind.call($apply, Array.prototype.splice);\nvar $replace = bind.call($call, String.prototype.replace);\nvar $strSlice = bind.call($call, String.prototype.slice);\nvar $exec = bind.call($call, RegExp.prototype.exec);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tif ($exec(/^%?[^%]*%?$/, name) === null) {\n\t\tthrow new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');\n\t}\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n"],"names":["undefined","$Object","require$$0","$Error","require$$1","$EvalError","require$$2","$RangeError","require$$3","$ReferenceError","require$$4","$SyntaxError","require$$5","$TypeError","require$$6","$URIError","require$$7","abs","require$$8","floor","require$$9","max","require$$10","min","require$$11","pow","require$$12","round","require$$13","sign","require$$14","$Function","getEvalledConstructor","expressionSyntax","$gOPD","require$$15","$defineProperty","require$$16","throwTypeError","ThrowTypeError","hasSymbols","require$$17","getProto","require$$18","$ObjectGPO","require$$19","$ReflectGPO","require$$20","$apply","require$$21","$call","require$$22","needsEval","TypedArray","INTRINSICS","e","errorProto","doEval","name","value","fn","gen","LEGACY_ALIASES","bind","require$$23","hasOwn","require$$24","$concat","$spliceApply","$replace","$strSlice","$exec","rePropName","reEscapeChar","stringToPath","string","first","last","result","match","number","quote","subString","getBaseIntrinsic","allowMissing","intrinsicName","alias","getIntrinsic","parts","intrinsicBaseName","intrinsic","intrinsicRealName","skipFurtherCaching","i","isOwn","part","desc"],"mappings":"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","x_google_ignoreList":[0]}