eslint-plugin-qwik 2.0.0-alpha.9 → 2.0.0-beta.10

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 (3) hide show
  1. package/README.md +11 -18
  2. package/dist/index.js +50 -50
  3. package/package.json +9 -8
package/README.md CHANGED
@@ -23,19 +23,14 @@ yarn add -D eslint-plugin-qwik
23
23
  import js from '@eslint/js';
24
24
  import globals from 'globals';
25
25
  import tseslint from 'typescript-eslint';
26
+ import { globalIgnores } from 'eslint/config';
26
27
  import { qwikEslint9Plugin } from 'eslint-plugin-qwik';
27
28
 
28
- export const qwikConfig = [
29
+ export const qwikConfig = tseslint.config(
30
+ globalIgnores(['node_modules/*', 'dist/*', 'server/*', 'tmp/*']),
29
31
  js.configs.recommended,
30
- ...tseslint.configs.recommended,
31
- {
32
- languageOptions: {
33
- parserOptions: {
34
- projectService: true,
35
- tsconfigRootDir: import.meta.dirname,
36
- },
37
- },
38
- },
32
+ tseslint.configs.recommended,
33
+ qwikEslint9Plugin.configs.recommended,
39
34
  {
40
35
  files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
41
36
  languageOptions: {
@@ -44,17 +39,15 @@ export const qwikConfig = [
44
39
  ...globals.browser,
45
40
  ...globals.node,
46
41
  },
42
+ parserOptions: {
43
+ projectService: true,
44
+ tsconfigRootDir: import.meta.dirname,
45
+ },
47
46
  },
48
- },
49
- ...qwikEslint9Plugin.configs.recommended,
50
- {
51
- ignores: ['node_modules/*', 'dist/*', 'server/*', 'tmp/*'],
52
- },
53
- ];
47
+ }
48
+ );
54
49
  ```
55
50
 
56
- > `ignores` must always be the last configuration in the array. Note that in shared configs, the `ignores` must be defined where the config is used, not in the shared config.
57
-
58
51
  ### Legacy config (`eslint < 9`)
59
52
 
60
53
  ```js
package/dist/index.js CHANGED
@@ -1,18 +1,18 @@
1
- "use strict";var Vl=Object.create;var _e=Object.defineProperty;var Dl=Object.getOwnPropertyDescriptor;var Jl=Object.getOwnPropertyNames;var Bl=Object.getPrototypeOf,Wl=Object.prototype.hasOwnProperty;var s=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Gl=(r,e)=>{for(var t in e)_e(r,t,{get:e[t],enumerable:!0})},Pn=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Jl(e))!Wl.call(r,o)&&o!==t&&_e(r,o,{get:()=>e[o],enumerable:!(n=Dl(e,o))||n.enumerable});return r};var H=(r,e,t)=>(t=r!=null?Vl(Bl(r)):{},Pn(e||!r||!r.__esModule?_e(t,"default",{value:r,enumerable:!0}):t,r)),Hl=r=>Pn(_e({},"__esModule",{value:!0}),r);var Fe=s(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.default=Yl;function Yl(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!r.type||r.type!=="JSXAttribute")throw new Error("The prop must be a JSXAttribute collected by the AST parser.");return r.name.type==="JSXNamespacedName"?r.name.namespace.name+":"+r.name.name.name:r.name.name}});var _n=s(fe=>{"use strict";Object.defineProperty(fe,"__esModule",{value:!0});fe.default=vr;fe.hasAnyProp=rp;fe.hasEveryProp=tp;var Zl=Fe(),kn=ep(Zl);function ep(r){return r&&r.__esModule?r:{default:r}}var gr={spreadStrict:!0,ignoreCase:!0};function vr(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:gr,n=t.ignoreCase?e.toUpperCase():e;return r.some(function(o){if(o.type==="JSXSpreadAttribute")return!t.spreadStrict;var i=t.ignoreCase?(0,kn.default)(o).toUpperCase():(0,kn.default)(o);return n===i})}function rp(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:gr,n=typeof e=="string"?e.split(" "):e;return n.some(function(o){return vr(r,o,t)})}function tp(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:gr,n=typeof e=="string"?e.split(" "):e;return n.every(function(o){return vr(r,o,t)})}});var Nn=s(hr=>{"use strict";Object.defineProperty(hr,"__esModule",{value:!0});hr.default=np;function Fn(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return r.type==="JSXMemberExpression"?Fn(r.object,r.property)+"."+e.name:r.name+"."+e.name}function np(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=r.name;if(r.type==="JSXOpeningFragment")return"<>";if(!e)throw new Error("The argument provided is not a JSXElement node.");if(e.type==="JSXMemberExpression"){var t=e.object,n=t===void 0?{}:t,o=e.property,i=o===void 0?{}:o;return Fn(n,i)}return e.type==="JSXNamespacedName"?e.namespace.name+":"+e.name.name:r.name.name}});var br=s((fh,Mn)=>{"use strict";var jn=Object.prototype.toString;Mn.exports=function(e){var t=jn.call(e),n=t==="[object Arguments]";return n||(n=t!=="[object Array]"&&e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&jn.call(e.callee)==="[object Function]"),n}});var Gn=s((dh,Wn)=>{"use strict";var Bn;Object.keys||(de=Object.prototype.hasOwnProperty,Sr=Object.prototype.toString,Ln=br(),xr=Object.prototype.propertyIsEnumerable,Rn=!xr.call({toString:null},"toString"),Un=xr.call(function(){},"prototype"),me=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],Ne=function(r){var e=r.constructor;return e&&e.prototype===r},Vn={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},Dn=function(){if(typeof window>"u")return!1;for(var r in window)try{if(!Vn["$"+r]&&de.call(window,r)&&window[r]!==null&&typeof window[r]=="object")try{Ne(window[r])}catch{return!0}}catch{return!0}return!1}(),Jn=function(r){if(typeof window>"u"||!Dn)return Ne(r);try{return Ne(r)}catch{return!1}},Bn=function(e){var t=e!==null&&typeof e=="object",n=Sr.call(e)==="[object Function]",o=Ln(e),i=t&&Sr.call(e)==="[object String]",a=[];if(!t&&!n&&!o)throw new TypeError("Object.keys called on a non-object");var u=Un&&n;if(i&&e.length>0&&!de.call(e,0))for(var l=0;l<e.length;++l)a.push(String(l));if(o&&e.length>0)for(var y=0;y<e.length;++y)a.push(String(y));else for(var d in e)!(u&&d==="prototype")&&de.call(e,d)&&a.push(String(d));if(Rn)for(var f=Jn(e),c=0;c<me.length;++c)!(f&&me[c]==="constructor")&&de.call(e,me[c])&&a.push(me[c]);return a});var de,Sr,Ln,xr,Rn,Un,me,Ne,Vn,Dn,Jn;Wn.exports=Bn});var Er=s((mh,zn)=>{"use strict";var op=Array.prototype.slice,ip=br(),Hn=Object.keys,je=Hn?function(e){return Hn(e)}:Gn(),Xn=Object.keys;je.shim=function(){if(Object.keys){var e=function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2);e||(Object.keys=function(n){return ip(n)?Xn(op.call(n)):Xn(n)})}else Object.keys=je;return Object.keys||je};zn.exports=je});var Qn=s((yh,Kn)=>{"use strict";Kn.exports=Error});var Zn=s((gh,Yn)=>{"use strict";Yn.exports=EvalError});var wr=s((vh,eo)=>{"use strict";eo.exports=RangeError});var to=s((hh,ro)=>{"use strict";ro.exports=ReferenceError});var ye=s((bh,no)=>{"use strict";no.exports=SyntaxError});var x=s((Sh,oo)=>{"use strict";oo.exports=TypeError});var ao=s((xh,io)=>{"use strict";io.exports=URIError});var Me=s((Eh,so)=>{"use strict";so.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;e[t]=o;for(t in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var i=Object.getOwnPropertySymbols(e);if(i.length!==1||i[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var a=Object.getOwnPropertyDescriptor(e,t);if(a.value!==o||a.enumerable!==!0)return!1}return!0}});var qr=s((wh,lo)=>{"use strict";var uo=typeof Symbol<"u"&&Symbol,ap=Me();lo.exports=function(){return typeof uo!="function"||typeof Symbol!="function"||typeof uo("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:ap()}});var Ar=s((qh,po)=>{"use strict";var Tr={__proto__:null,foo:{}},sp=Object;po.exports=function(){return{__proto__:Tr}.foo===Tr.foo&&!(Tr instanceof sp)}});var mo=s((Th,fo)=>{"use strict";var up="Function.prototype.bind called on incompatible ",lp=Object.prototype.toString,pp=Math.max,cp="[object Function]",co=function(e,t){for(var n=[],o=0;o<e.length;o+=1)n[o]=e[o];for(var i=0;i<t.length;i+=1)n[i+e.length]=t[i];return n},fp=function(e,t){for(var n=[],o=t||0,i=0;o<e.length;o+=1,i+=1)n[i]=e[o];return n},dp=function(r,e){for(var t="",n=0;n<r.length;n+=1)t+=r[n],n+1<r.length&&(t+=e);return t};fo.exports=function(e){var t=this;if(typeof t!="function"||lp.apply(t)!==cp)throw new TypeError(up+t);for(var n=fp(arguments,1),o,i=function(){if(this instanceof o){var d=t.apply(this,co(n,arguments));return Object(d)===d?d:this}return t.apply(e,co(n,arguments))},a=pp(0,t.length-n.length),u=[],l=0;l<a;l++)u[l]="$"+l;if(o=Function("binder","return function ("+dp(u,",")+"){ return binder.apply(this,arguments); }")(i),t.prototype){var y=function(){};y.prototype=t.prototype,o.prototype=new y,y.prototype=null}return o}});var Le=s((Ah,yo)=>{"use strict";var mp=mo();yo.exports=Function.prototype.bind||mp});var X=s((Ph,go)=>{"use strict";var yp=Function.prototype.call,gp=Object.prototype.hasOwnProperty,vp=Le();go.exports=vp.call(yp,gp)});var O=s((Oh,xo)=>{"use strict";var S,hp=Qn(),bp=Zn(),Sp=wr(),xp=to(),ne=ye(),te=x(),Ep=ao(),So=Function,Pr=function(r){try{return So('"use strict"; return ('+r+").constructor;")()}catch{}},z=Object.getOwnPropertyDescriptor;if(z)try{z({},"")}catch{z=null}var Or=function(){throw new te},wp=z?function(){try{return arguments.callee,Or}catch{try{return z(arguments,"callee").get}catch{return Or}}}():Or,ee=qr()(),qp=Ar()(),A=Object.getPrototypeOf||(qp?function(r){return r.__proto__}:null),re={},Tp=typeof Uint8Array>"u"||!A?S:A(Uint8Array),K={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?S:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?S:ArrayBuffer,"%ArrayIteratorPrototype%":ee&&A?A([][Symbol.iterator]()):S,"%AsyncFromSyncIteratorPrototype%":S,"%AsyncFunction%":re,"%AsyncGenerator%":re,"%AsyncGeneratorFunction%":re,"%AsyncIteratorPrototype%":re,"%Atomics%":typeof Atomics>"u"?S:Atomics,"%BigInt%":typeof BigInt>"u"?S:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?S:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?S:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?S:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":hp,"%eval%":eval,"%EvalError%":bp,"%Float32Array%":typeof Float32Array>"u"?S:Float32Array,"%Float64Array%":typeof Float64Array>"u"?S:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?S:FinalizationRegistry,"%Function%":So,"%GeneratorFunction%":re,"%Int8Array%":typeof Int8Array>"u"?S:Int8Array,"%Int16Array%":typeof Int16Array>"u"?S:Int16Array,"%Int32Array%":typeof Int32Array>"u"?S:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ee&&A?A(A([][Symbol.iterator]())):S,"%JSON%":typeof JSON=="object"?JSON:S,"%Map%":typeof Map>"u"?S:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ee||!A?S:A(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?S:Promise,"%Proxy%":typeof Proxy>"u"?S:Proxy,"%RangeError%":Sp,"%ReferenceError%":xp,"%Reflect%":typeof Reflect>"u"?S:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?S:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ee||!A?S:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?S:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ee&&A?A(""[Symbol.iterator]()):S,"%Symbol%":ee?Symbol:S,"%SyntaxError%":ne,"%ThrowTypeError%":wp,"%TypedArray%":Tp,"%TypeError%":te,"%Uint8Array%":typeof Uint8Array>"u"?S:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?S:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?S:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?S:Uint32Array,"%URIError%":Ep,"%WeakMap%":typeof WeakMap>"u"?S:WeakMap,"%WeakRef%":typeof WeakRef>"u"?S:WeakRef,"%WeakSet%":typeof WeakSet>"u"?S:WeakSet};if(A)try{null.error}catch(r){vo=A(A(r)),K["%Error.prototype%"]=vo}var vo,Ap=function r(e){var t;if(e==="%AsyncFunction%")t=Pr("async function () {}");else if(e==="%GeneratorFunction%")t=Pr("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Pr("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var o=r("%AsyncGenerator%");o&&A&&(t=A(o.prototype))}return K[e]=t,t},ho={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ge=Le(),Re=X(),Pp=ge.call(Function.call,Array.prototype.concat),Op=ge.call(Function.apply,Array.prototype.splice),bo=ge.call(Function.call,String.prototype.replace),Ue=ge.call(Function.call,String.prototype.slice),$p=ge.call(Function.call,RegExp.prototype.exec),Ip=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Cp=/\\(\\)?/g,kp=function(e){var t=Ue(e,0,1),n=Ue(e,-1);if(t==="%"&&n!=="%")throw new ne("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new ne("invalid intrinsic syntax, expected opening `%`");var o=[];return bo(e,Ip,function(i,a,u,l){o[o.length]=u?bo(l,Cp,"$1"):a||i}),o},_p=function(e,t){var n=e,o;if(Re(ho,n)&&(o=ho[n],n="%"+o[0]+"%"),Re(K,n)){var i=K[n];if(i===re&&(i=Ap(n)),typeof i>"u"&&!t)throw new te("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:o,name:n,value:i}}throw new ne("intrinsic "+e+" does not exist!")};xo.exports=function(e,t){if(typeof e!="string"||e.length===0)throw new te("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new te('"allowMissing" argument must be a boolean');if($p(/^%?[^%]*%?$/,e)===null)throw new ne("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=kp(e),o=n.length>0?n[0]:"",i=_p("%"+o+"%",t),a=i.name,u=i.value,l=!1,y=i.alias;y&&(o=y[0],Op(n,Pp([0,1],y)));for(var d=1,f=!0;d<n.length;d+=1){var c=n[d],b=Ue(c,0,1),m=Ue(c,-1);if((b==='"'||b==="'"||b==="`"||m==='"'||m==="'"||m==="`")&&b!==m)throw new ne("property names with quotes must have matching quotes");if((c==="constructor"||!f)&&(l=!0),o+="."+c,a="%"+o+"%",Re(K,a))u=K[a];else if(u!=null){if(!(c in u)){if(!t)throw new te("base intrinsic for "+e+" exists, but the property is not available.");return}if(z&&d+1>=n.length){var p=z(u,c);f=!!p,f&&"get"in p&&!("originalValue"in p.get)?u=p.get:u=u[c]}else f=Re(u,c),u=u[c];f&&!l&&(K[a]=u)}}return u}});var ve=s(($h,Eo)=>{"use strict";var Fp=O(),Ve=Fp("%Object.defineProperty%",!0)||!1;if(Ve)try{Ve({},"a",{value:1})}catch{Ve=!1}Eo.exports=Ve});var Je=s((Ih,wo)=>{"use strict";var Np=O(),De=Np("%Object.getOwnPropertyDescriptor%",!0);if(De)try{De([],"length")}catch{De=null}wo.exports=De});var $r=s((Ch,Ao)=>{"use strict";var qo=ve(),jp=ye(),oe=x(),To=Je();Ao.exports=function(e,t,n){if(!e||typeof e!="object"&&typeof e!="function")throw new oe("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new oe("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new oe("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new oe("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new oe("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new oe("`loose`, if provided, must be a boolean");var o=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,u=arguments.length>6?arguments[6]:!1,l=!!To&&To(e,t);if(qo)qo(e,t,{configurable:a===null&&l?l.configurable:!a,enumerable:o===null&&l?l.enumerable:!o,value:n,writable:i===null&&l?l.writable:!i});else if(u||!o&&!i&&!a)e[t]=n;else throw new jp("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Be=s((kh,Oo)=>{"use strict";var Ir=ve(),Po=function(){return!!Ir};Po.hasArrayLengthDefineBug=function(){if(!Ir)return null;try{return Ir([],"length",{value:1}).length!==1}catch{return!0}};Oo.exports=Po});var N=s((_h,ko)=>{"use strict";var Mp=Er(),Lp=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",Rp=Object.prototype.toString,Up=Array.prototype.concat,$o=$r(),Vp=function(r){return typeof r=="function"&&Rp.call(r)==="[object Function]"},Io=Be()(),Dp=function(r,e,t,n){if(e in r){if(n===!0){if(r[e]===t)return}else if(!Vp(n)||!n())return}Io?$o(r,e,t,!0):$o(r,e,t)},Co=function(r,e){var t=arguments.length>2?arguments[2]:{},n=Mp(e);Lp&&(n=Up.call(n,Object.getOwnPropertySymbols(e)));for(var o=0;o<n.length;o+=1)Dp(r,n[o],e[n[o]],t[n[o]])};Co.supportsDescriptors=!!Io;ko.exports=Co});var Mo=s((Fh,jo)=>{"use strict";var Jp=O(),_o=$r(),Bp=Be()(),Fo=Je(),No=x(),Wp=Jp("%Math.floor%");jo.exports=function(e,t){if(typeof e!="function")throw new No("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||Wp(t)!==t)throw new No("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],o=!0,i=!0;if("length"in e&&Fo){var a=Fo(e,"length");a&&!a.configurable&&(o=!1),a&&!a.writable&&(i=!1)}return(o||i||!n)&&(Bp?_o(e,"length",t,!0,!0):_o(e,"length",t)),e}});var ie=s((Nh,We)=>{"use strict";var Cr=Le(),Ge=O(),Gp=Mo(),Hp=x(),Uo=Ge("%Function.prototype.apply%"),Vo=Ge("%Function.prototype.call%"),Do=Ge("%Reflect.apply%",!0)||Cr.call(Vo,Uo),Lo=ve(),Xp=Ge("%Math.max%");We.exports=function(e){if(typeof e!="function")throw new Hp("a function is required");var t=Do(Cr,Vo,arguments);return Gp(t,1+Xp(0,e.length-(arguments.length-1)),!0)};var Ro=function(){return Do(Cr,Uo,arguments)};Lo?Lo(We.exports,"apply",{value:Ro}):We.exports.apply=Ro});var he=s((jh,Jo)=>{"use strict";Jo.exports=Number.isNaN||function(e){return e!==e}});var kr=s((Mh,Bo)=>{"use strict";var zp=he();Bo.exports=function(r){return(typeof r=="number"||typeof r=="bigint")&&!zp(r)&&r!==1/0&&r!==-1/0}});var _r=s((Lh,Go)=>{"use strict";var Wo=O(),Kp=Wo("%Math.abs%"),Qp=Wo("%Math.floor%"),Yp=he(),Zp=kr();Go.exports=function(e){if(typeof e!="number"||Yp(e)||!Zp(e))return!1;var t=Kp(e);return Qp(t)===t}});var Qo=s((Rh,Ko)=>{"use strict";var zo=O(),Ho=zo("%Array.prototype%"),ec=wr(),rc=ye(),tc=x(),nc=_r(),oc=Math.pow(2,32)-1,ic=Ar()(),Xo=zo("%Object.setPrototypeOf%",!0)||(ic?function(r,e){return r.__proto__=e,r}:null);Ko.exports=function(e){if(!nc(e)||e<0)throw new tc("Assertion failed: `length` must be an integer Number >= 0");if(e>oc)throw new ec("length is greater than (2**32 - 1)");var t=arguments.length>1?arguments[1]:Ho,n=[];if(t!==Ho){if(!Xo)throw new rc("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");Xo(n,t)}return e!==0&&(n.length=e),n}});var Zo=s((Uh,Yo)=>{Yo.exports=require("util").inspect});var bi=s((Vh,hi)=>{var Jr=typeof Map=="function"&&Map.prototype,Fr=Object.getOwnPropertyDescriptor&&Jr?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Xe=Jr&&Fr&&typeof Fr.get=="function"?Fr.get:null,ei=Jr&&Map.prototype.forEach,Br=typeof Set=="function"&&Set.prototype,Nr=Object.getOwnPropertyDescriptor&&Br?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ze=Br&&Nr&&typeof Nr.get=="function"?Nr.get:null,ri=Br&&Set.prototype.forEach,ac=typeof WeakMap=="function"&&WeakMap.prototype,Se=ac?WeakMap.prototype.has:null,sc=typeof WeakSet=="function"&&WeakSet.prototype,xe=sc?WeakSet.prototype.has:null,uc=typeof WeakRef=="function"&&WeakRef.prototype,ti=uc?WeakRef.prototype.deref:null,lc=Boolean.prototype.valueOf,pc=Object.prototype.toString,cc=Function.prototype.toString,fc=String.prototype.match,Wr=String.prototype.slice,R=String.prototype.replace,dc=String.prototype.toUpperCase,ni=String.prototype.toLowerCase,fi=RegExp.prototype.test,oi=Array.prototype.concat,C=Array.prototype.join,mc=Array.prototype.slice,ii=Math.floor,Lr=typeof BigInt=="function"?BigInt.prototype.valueOf:null,jr=Object.getOwnPropertySymbols,Rr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ae=typeof Symbol=="function"&&typeof Symbol.iterator=="object",$=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ae||!0)?Symbol.toStringTag:null,di=Object.prototype.propertyIsEnumerable,ai=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function si(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||fi.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-ii(-r):ii(r);if(n!==r){var o=String(n),i=Wr.call(e,o.length+1);return R.call(o,t,"$&_")+"."+R.call(R.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return R.call(e,t,"$&_")}var Ur=Zo(),ui=Ur.custom,li=yi(ui)?ui:null;hi.exports=function r(e,t,n,o){var i=t||{};if(L(i,"quoteStyle")&&i.quoteStyle!=="single"&&i.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(L(i,"maxStringLength")&&(typeof i.maxStringLength=="number"?i.maxStringLength<0&&i.maxStringLength!==1/0:i.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var a=L(i,"customInspect")?i.customInspect:!0;if(typeof a!="boolean"&&a!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(L(i,"indent")&&i.indent!==null&&i.indent!==" "&&!(parseInt(i.indent,10)===i.indent&&i.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(L(i,"numericSeparator")&&typeof i.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var u=i.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return vi(e,i);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return u?si(e,l):l}if(typeof e=="bigint"){var y=String(e)+"n";return u?si(e,y):y}var d=typeof i.depth>"u"?5:i.depth;if(typeof n>"u"&&(n=0),n>=d&&d>0&&typeof e=="object")return Vr(e)?"[Array]":"[Object]";var f=kc(i,n);if(typeof o>"u")o=[];else if(gi(o,e)>=0)return"[Circular]";function c(Z,ke,Ul){if(ke&&(o=mc.call(o),o.push(ke)),Ul){var An={depth:i.depth};return L(i,"quoteStyle")&&(An.quoteStyle=i.quoteStyle),r(Z,An,n+1,o)}return r(Z,i,n+1,o)}if(typeof e=="function"&&!pi(e)){var b=wc(e),m=He(e,c);return"[Function"+(b?": "+b:" (anonymous)")+"]"+(m.length>0?" { "+C.call(m,", ")+" }":"")}if(yi(e)){var p=ae?R.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Rr.call(e);return typeof e=="object"&&!ae?be(p):p}if($c(e)){for(var v="<"+ni.call(String(e.nodeName)),h=e.attributes||[],g=0;g<h.length;g++)v+=" "+h[g].name+"="+mi(yc(h[g].value),"double",i);return v+=">",e.childNodes&&e.childNodes.length&&(v+="..."),v+="</"+ni.call(String(e.nodeName))+">",v}if(Vr(e)){if(e.length===0)return"[]";var E=He(e,c);return f&&!Cc(E)?"["+Dr(E,f)+"]":"[ "+C.call(E,", ")+" ]"}if(vc(e)){var T=He(e,c);return!("cause"in Error.prototype)&&"cause"in e&&!di.call(e,"cause")?"{ ["+String(e)+"] "+C.call(oi.call("[cause]: "+c(e.cause),T),", ")+" }":T.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+C.call(T,", ")+" }"}if(typeof e=="object"&&a){if(li&&typeof e[li]=="function"&&Ur)return Ur(e,{depth:d-n});if(a!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(qc(e)){var G=[];return ei&&ei.call(e,function(Z,ke){G.push(c(ke,e,!0)+" => "+c(Z,e))}),ci("Map",Xe.call(e),G,f)}if(Pc(e)){var M=[];return ri&&ri.call(e,function(Z){M.push(c(Z,e))}),ci("Set",ze.call(e),M,f)}if(Tc(e))return Mr("WeakMap");if(Oc(e))return Mr("WeakSet");if(Ac(e))return Mr("WeakRef");if(bc(e))return be(c(Number(e)));if(xc(e))return be(c(Lr.call(e)));if(Sc(e))return be(lc.call(e));if(hc(e))return be(c(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(e===global)return"{ [object globalThis] }";if(!gc(e)&&!pi(e)){var Y=He(e,c),qn=ai?ai(e)===Object.prototype:e instanceof Object||e.constructor===Object,dr=e instanceof Object?"":"null prototype",Tn=!qn&&$&&Object(e)===e&&$ in e?Wr.call(U(e),8,-1):dr?"Object":"",Rl=qn||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",mr=Rl+(Tn||dr?"["+C.call(oi.call([],Tn||[],dr||[]),": ")+"] ":"");return Y.length===0?mr+"{}":f?mr+"{"+Dr(Y,f)+"}":mr+"{ "+C.call(Y,", ")+" }"}return String(e)};function mi(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function yc(r){return R.call(String(r),/"/g,"&quot;")}function Vr(r){return U(r)==="[object Array]"&&(!$||!(typeof r=="object"&&$ in r))}function gc(r){return U(r)==="[object Date]"&&(!$||!(typeof r=="object"&&$ in r))}function pi(r){return U(r)==="[object RegExp]"&&(!$||!(typeof r=="object"&&$ in r))}function vc(r){return U(r)==="[object Error]"&&(!$||!(typeof r=="object"&&$ in r))}function hc(r){return U(r)==="[object String]"&&(!$||!(typeof r=="object"&&$ in r))}function bc(r){return U(r)==="[object Number]"&&(!$||!(typeof r=="object"&&$ in r))}function Sc(r){return U(r)==="[object Boolean]"&&(!$||!(typeof r=="object"&&$ in r))}function yi(r){if(ae)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!Rr)return!1;try{return Rr.call(r),!0}catch{}return!1}function xc(r){if(!r||typeof r!="object"||!Lr)return!1;try{return Lr.call(r),!0}catch{}return!1}var Ec=Object.prototype.hasOwnProperty||function(r){return r in this};function L(r,e){return Ec.call(r,e)}function U(r){return pc.call(r)}function wc(r){if(r.name)return r.name;var e=fc.call(cc.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function gi(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function qc(r){if(!Xe||!r||typeof r!="object")return!1;try{Xe.call(r);try{ze.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function Tc(r){if(!Se||!r||typeof r!="object")return!1;try{Se.call(r,Se);try{xe.call(r,xe)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function Ac(r){if(!ti||!r||typeof r!="object")return!1;try{return ti.call(r),!0}catch{}return!1}function Pc(r){if(!ze||!r||typeof r!="object")return!1;try{ze.call(r);try{Xe.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function Oc(r){if(!xe||!r||typeof r!="object")return!1;try{xe.call(r,xe);try{Se.call(r,Se)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function $c(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function vi(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return vi(Wr.call(r,0,e.maxStringLength),e)+n}var o=R.call(R.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ic);return mi(o,"single",e)}function Ic(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+dc.call(e.toString(16))}function be(r){return"Object("+r+")"}function Mr(r){return r+" { ? }"}function ci(r,e,t,n){var o=n?Dr(t,n):C.call(t,", ");return r+" ("+e+") {"+o+"}"}function Cc(r){for(var e=0;e<r.length;e++)if(gi(r[e],`
2
- `)>=0)return!1;return!0}function kc(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=C.call(Array(r.indent+1)," ");else return null;return{base:t,prev:C.call(Array(e+1),t)}}function Dr(r,e){if(r.length===0)return"";var t=`
3
- `+e.prev+e.base;return t+C.call(r,","+t)+`
4
- `+e.prev}function He(r,e){var t=Vr(r),n=[];if(t){n.length=r.length;for(var o=0;o<r.length;o++)n[o]=L(r,o)?e(r[o],r):""}var i=typeof jr=="function"?jr(r):[],a;if(ae){a={};for(var u=0;u<i.length;u++)a["$"+i[u]]=i[u]}for(var l in r)L(r,l)&&(t&&String(Number(l))===l&&l<r.length||ae&&a["$"+l]instanceof Symbol||(fi.call(/[^\w$]/,l)?n.push(e(l,r)+": "+e(r[l],r)):n.push(l+": "+e(r[l],r))));if(typeof jr=="function")for(var y=0;y<i.length;y++)di.call(r,i[y])&&n.push("["+e(i[y])+"]: "+e(r[i[y]],r));return n}});var V=s((Dh,Si)=>{"use strict";Si.exports=function(e){return typeof e=="string"||typeof e=="symbol"}});var Ei=s((Jh,xi)=>{"use strict";xi.exports=function(e){if(e===null)return"Null";if(typeof e>"u")return"Undefined";if(typeof e=="function"||typeof e=="object")return"Object";if(typeof e=="number")return"Number";if(typeof e=="boolean")return"Boolean";if(typeof e=="string")return"String"}});var I=s((Bh,wi)=>{"use strict";var _c=Ei();wi.exports=function(e){return typeof e=="symbol"?"Symbol":typeof e=="bigint"?"BigInt":_c(e)}});var Ee=s((Wh,Ti)=>{"use strict";var qi=x(),Fc=bi(),Nc=V(),jc=I();Ti.exports=function(e,t){if(jc(e)!=="Object")throw new qi("Assertion failed: Type(O) is not Object");if(!Nc(t))throw new qi("Assertion failed: IsPropertyKey(P) is not true, got "+Fc(t));return e[t]}});var k=s((Gh,Oi)=>{"use strict";var Ai=O(),Pi=ie(),Mc=Pi(Ai("String.prototype.indexOf"));Oi.exports=function(e,t){var n=Ai(e,!!t);return typeof n=="function"&&Mc(e,".prototype.")>-1?Pi(n):n}});var Gr=s((Hh,Ii)=>{"use strict";var Lc=O(),$i=Lc("%Array%"),Rc=!$i.isArray&&k()("Object.prototype.toString");Ii.exports=$i.isArray||function(e){return Rc(e)==="[object Array]"}});var Ke=s((Xh,Ci)=>{"use strict";Ci.exports=Gr()});var _i=s((zh,ki)=>{"use strict";ki.exports=O()});var j=s((Kh,Fi)=>{"use strict";var Uc=x(),we=X(),Vc={__proto__:null,"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};Fi.exports=function(e){if(!e||typeof e!="object")return!1;for(var t in e)if(we(e,t)&&!Vc[t])return!1;var n=we(e,"[[Value]]")||we(e,"[[Writable]]"),o=we(e,"[[Get]]")||we(e,"[[Set]]");if(n&&o)throw new Uc("Property Descriptors may not be both accessor and data descriptors");return!0}});var Hr=s((Qh,Mi)=>{"use strict";var Dc=Be(),Ni=ve(),ji=Dc.hasArrayLengthDefineBug(),Jc=ji&&Gr(),Bc=k(),Wc=Bc("Object.prototype.propertyIsEnumerable");Mi.exports=function(e,t,n,o,i,a){if(!Ni){if(!e(a)||!a["[[Configurable]]"]||!a["[[Writable]]"]||i in o&&Wc(o,i)!==!!a["[[Enumerable]]"])return!1;var u=a["[[Value]]"];return o[i]=u,t(o[i],u)}return ji&&i==="length"&&"[[Value]]"in a&&Jc(o)&&o.length!==a["[[Value]]"]?(o.length=a["[[Value]]"],o.length===a["[[Value]]"]):(Ni(o,i,n(a)),!0)}});var Ri=s((Yh,Li)=>{"use strict";Li.exports=function(e){if(typeof e>"u")return e;var t={};return"[[Value]]"in e&&(t.value=e["[[Value]]"]),"[[Writable]]"in e&&(t.writable=!!e["[[Writable]]"]),"[[Get]]"in e&&(t.get=e["[[Get]]"]),"[[Set]]"in e&&(t.set=e["[[Set]]"]),"[[Enumerable]]"in e&&(t.enumerable=!!e["[[Enumerable]]"]),"[[Configurable]]"in e&&(t.configurable=!!e["[[Configurable]]"]),t}});var Xr=s((Zh,Ui)=>{"use strict";var Gc=x(),Hc=j(),Xc=Ri();Ui.exports=function(e){if(typeof e<"u"&&!Hc(e))throw new Gc("Assertion failed: `Desc` must be a Property Descriptor");return Xc(e)}});var Qe=s((eb,Di)=>{"use strict";var zc=x(),Vi=X(),Kc=j();Di.exports=function(e){if(typeof e>"u")return!1;if(!Kc(e))throw new zc("Assertion failed: `Desc` must be a Property Descriptor");return!(!Vi(e,"[[Value]]")&&!Vi(e,"[[Writable]]"))}});var Ye=s((rb,Bi)=>{"use strict";var Ji=he();Bi.exports=function(e,t){return e===t?e===0?1/e===1/t:!0:Ji(e)&&Ji(t)}});var Gi=s((tb,Wi)=>{"use strict";Wi.exports=function(e){return!!e}});var Zr=s((nb,zi)=>{"use strict";var Xi=Function.prototype.toString,se=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,Kr,Ze;if(typeof se=="function"&&typeof Object.defineProperty=="function")try{Kr=Object.defineProperty({},"length",{get:function(){throw Ze}}),Ze={},se(function(){throw 42},null,Kr)}catch(r){r!==Ze&&(se=null)}else se=null;var Qc=/^\s*class\b/,Qr=function(e){try{var t=Xi.call(e);return Qc.test(t)}catch{return!1}},zr=function(e){try{return Qr(e)?!1:(Xi.call(e),!0)}catch{return!1}},er=Object.prototype.toString,Yc="[object Object]",Zc="[object Function]",ef="[object GeneratorFunction]",rf="[object HTMLAllCollection]",tf="[object HTML document.all class]",nf="[object HTMLCollection]",of=typeof Symbol=="function"&&!!Symbol.toStringTag,af=!(0 in[,]),Yr=function(){return!1};typeof document=="object"&&(Hi=document.all,er.call(Hi)===er.call(document.all)&&(Yr=function(e){if((af||!e)&&(typeof e>"u"||typeof e=="object"))try{var t=er.call(e);return(t===rf||t===tf||t===nf||t===Yc)&&e("")==null}catch{}return!1}));var Hi;zi.exports=se?function(e){if(Yr(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{se(e,null,Kr)}catch(t){if(t!==Ze)return!1}return!Qr(e)&&zr(e)}:function(e){if(Yr(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(of)return zr(e);if(Qr(e))return!1;var t=er.call(e);return t!==Zc&&t!==ef&&!/^\[object HTML/.test(t)?!1:zr(e)}});var Qi=s((ob,Ki)=>{"use strict";Ki.exports=Zr()});var rt=s((ib,Zi)=>{"use strict";var _=X(),rr=x(),sf=I(),et=Gi(),Yi=Qi();Zi.exports=function(e){if(sf(e)!=="Object")throw new rr("ToPropertyDescriptor requires an object");var t={};if(_(e,"enumerable")&&(t["[[Enumerable]]"]=et(e.enumerable)),_(e,"configurable")&&(t["[[Configurable]]"]=et(e.configurable)),_(e,"value")&&(t["[[Value]]"]=e.value),_(e,"writable")&&(t["[[Writable]]"]=et(e.writable)),_(e,"get")){var n=e.get;if(typeof n<"u"&&!Yi(n))throw new rr("getter must be a function");t["[[Get]]"]=n}if(_(e,"set")){var o=e.set;if(typeof o<"u"&&!Yi(o))throw new rr("setter must be a function");t["[[Set]]"]=o}if((_(t,"[[Get]]")||_(t,"[[Set]]"))&&(_(t,"[[Value]]")||_(t,"[[Writable]]")))throw new rr("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}});var ta=s((ab,ra)=>{"use strict";var tt=x(),ea=j(),uf=Hr(),lf=Xr(),pf=Qe(),cf=V(),ff=Ye(),df=rt(),mf=I();ra.exports=function(e,t,n){if(mf(e)!=="Object")throw new tt("Assertion failed: Type(O) is not Object");if(!cf(t))throw new tt("Assertion failed: IsPropertyKey(P) is not true");var o=ea(n)?n:df(n);if(!ea(o))throw new tt("Assertion failed: Desc is not a valid Property Descriptor");return uf(pf,ff,lf,e,t,o)}});var oa=s((sb,it)=>{"use strict";var yf=_i(),na=yf("%Reflect.construct%",!0),tr=ta();try{tr({},"",{"[[Get]]":function(){}})}catch{tr=null}tr&&na?(nt={},ot={},tr(ot,"length",{"[[Get]]":function(){throw nt},"[[Enumerable]]":!0}),it.exports=function(e){try{na(e,ot)}catch(t){return t===nt}}):it.exports=function(e){return typeof e=="function"&&!!e.prototype};var nt,ot});var pa=s((ub,la)=>{"use strict";var gf=O(),ia=gf("%Symbol.species%",!0),aa=x(),sa=Qo(),ua=Ee(),vf=Ke(),hf=oa(),bf=I(),Sf=_r();la.exports=function(e,t){if(!Sf(t)||t<0)throw new aa("Assertion failed: length must be an integer >= 0");var n=vf(e);if(!n)return sa(t);var o=ua(e,"constructor");if(ia&&bf(o)==="Object"&&(o=ua(o,ia),o===null&&(o=void 0)),typeof o>"u")return sa(t);if(!hf(o))throw new aa("C must be a constructor");return new o(t)}});var at=s((lb,ca)=>{"use strict";ca.exports=Number.MAX_SAFE_INTEGER||9007199254740991});var da=s((pb,fa)=>{"use strict";var xf=O(),Ef=k(),wf=x(),qf=Ke(),Tf=xf("%Reflect.apply%",!0)||Ef("Function.prototype.apply");fa.exports=function(e,t){var n=arguments.length>2?arguments[2]:[];if(!qf(n))throw new wf("Assertion failed: optional `argumentsList`, if provided, must be a List");return Tf(e,t,n)}});var nr=s((cb,ya)=>{"use strict";var Af=x(),ma=X(),Pf=j();ya.exports=function(e){if(typeof e>"u")return!1;if(!Pf(e))throw new Af("Assertion failed: `Desc` must be a Property Descriptor");return!(!ma(e,"[[Get]]")&&!ma(e,"[[Set]]"))}});var st=s((fb,ga)=>{"use strict";ga.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var Sa=s((db,ba)=>{"use strict";var ha=O(),Of=ha("%Object.preventExtensions%",!0),$f=ha("%Object.isExtensible%",!0),va=st();ba.exports=Of?function(e){return!va(e)&&$f(e)}:function(e){return!va(e)}});var Ea=s((mb,xa)=>{"use strict";var If=j();xa.exports=function(e,t){return If(t)&&typeof t=="object"&&"[[Enumerable]]"in t&&"[[Configurable]]"in t&&(e.IsAccessorDescriptor(t)||e.IsDataDescriptor(t))}});var qa=s((yb,wa)=>{"use strict";var Cf=x(),kf=nr(),_f=Qe(),Ff=j();wa.exports=function(e){if(typeof e>"u")return!1;if(!Ff(e))throw new Cf("Assertion failed: `Desc` must be a Property Descriptor");return!kf(e)&&!_f(e)}});var Pa=s((gb,Aa)=>{"use strict";var ue=x(),qe=Hr(),Nf=Ea(),Ta=j(),Te=Xr(),Q=nr(),D=Qe(),jf=qa(),Mf=V(),F=Ye(),Lf=I();Aa.exports=function(e,t,n,o,i){var a=Lf(e);if(a!=="Undefined"&&a!=="Object")throw new ue("Assertion failed: O must be undefined or an Object");if(!Mf(t))throw new ue("Assertion failed: P must be a Property Key");if(typeof n!="boolean")throw new ue("Assertion failed: extensible must be a Boolean");if(!Ta(o))throw new ue("Assertion failed: Desc must be a Property Descriptor");if(typeof i<"u"&&!Ta(i))throw new ue("Assertion failed: current must be a Property Descriptor, or undefined");if(typeof i>"u")return n?a==="Undefined"?!0:Q(o)?qe(D,F,Te,e,t,o):qe(D,F,Te,e,t,{"[[Configurable]]":!!o["[[Configurable]]"],"[[Enumerable]]":!!o["[[Enumerable]]"],"[[Value]]":o["[[Value]]"],"[[Writable]]":!!o["[[Writable]]"]}):!1;if(!Nf({IsAccessorDescriptor:Q,IsDataDescriptor:D},i))throw new ue("`current`, when present, must be a fully populated and valid Property Descriptor");if(!i["[[Configurable]]"]){if("[[Configurable]]"in o&&o["[[Configurable]]"]||"[[Enumerable]]"in o&&!F(o["[[Enumerable]]"],i["[[Enumerable]]"])||!jf(o)&&!F(Q(o),Q(i)))return!1;if(Q(i)){if("[[Get]]"in o&&!F(o["[[Get]]"],i["[[Get]]"])||"[[Set]]"in o&&!F(o["[[Set]]"],i["[[Set]]"]))return!1}else if(!i["[[Writable]]"]&&("[[Writable]]"in o&&o["[[Writable]]"]||"[[Value]]"in o&&!F(o["[[Value]]"],i["[[Value]]"])))return!1}if(a!=="Undefined"){var u,l;return D(i)&&Q(o)?(u=("[[Configurable]]"in o?o:i)["[[Configurable]]"],l=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],qe(D,F,Te,e,t,{"[[Configurable]]":!!u,"[[Enumerable]]":!!l,"[[Get]]":("[[Get]]"in o?o:i)["[[Get]]"],"[[Set]]":("[[Set]]"in o?o:i)["[[Set]]"]})):Q(i)&&D(o)?(u=("[[Configurable]]"in o?o:i)["[[Configurable]]"],l=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],qe(D,F,Te,e,t,{"[[Configurable]]":!!u,"[[Enumerable]]":!!l,"[[Value]]":("[[Value]]"in o?o:i)["[[Value]]"],"[[Writable]]":!!("[[Writable]]"in o?o:i)["[[Writable]]"]})):qe(D,F,Te,e,t,o)}return!0}});var Ca=s((vb,Ia)=>{"use strict";var Oa=Je(),$a=ye(),ut=x(),Rf=j(),Uf=nr(),Vf=Sa(),Df=V(),Jf=rt(),Bf=Ye(),Wf=I(),Gf=Pa();Ia.exports=function(e,t,n){if(Wf(e)!=="Object")throw new ut("Assertion failed: O must be an Object");if(!Df(t))throw new ut("Assertion failed: P must be a Property Key");if(!Rf(n))throw new ut("Assertion failed: Desc must be a Property Descriptor");if(!Oa){if(Uf(n))throw new $a("This environment does not support accessor property descriptors.");var o=!(t in e)&&n["[[Writable]]"]&&n["[[Enumerable]]"]&&n["[[Configurable]]"]&&"[[Value]]"in n,i=t in e&&(!("[[Configurable]]"in n)||n["[[Configurable]]"])&&(!("[[Enumerable]]"in n)||n["[[Enumerable]]"])&&(!("[[Writable]]"in n)||n["[[Writable]]"])&&"[[Value]]"in n;if(o||i)return e[t]=n["[[Value]]"],Bf(e[t],n["[[Value]]"]);throw new $a("This environment does not support defining non-writable, non-enumerable, or non-configurable properties")}var a=Oa(e,t),u=a&&Jf(a),l=Vf(e);return Gf(e,t,l,n,u)}});var Fa=s((hb,_a)=>{"use strict";var ka=x(),Hf=V(),Xf=Ca(),zf=I();_a.exports=function(e,t,n){if(zf(e)!=="Object")throw new ka("Assertion failed: Type(O) is not Object");if(!Hf(t))throw new ka("Assertion failed: IsPropertyKey(P) is not true");var o={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0};return Xf(e,t,o)}});var ja=s((bb,Na)=>{"use strict";var lt=x(),Kf=Fa(),Qf=V(),Yf=I();Na.exports=function(e,t,n){if(Yf(e)!=="Object")throw new lt("Assertion failed: Type(O) is not Object");if(!Qf(t))throw new lt("Assertion failed: IsPropertyKey(P) is not true");var o=Kf(e,t,n);if(!o)throw new lt("unable to create data property")}});var Ra=s((Sb,La)=>{"use strict";var Ma=x(),Zf=V(),ed=I();La.exports=function(e,t){if(ed(e)!=="Object")throw new Ma("Assertion failed: `O` must be an Object");if(!Zf(t))throw new Ma("Assertion failed: `P` must be a Property Key");return t in e}});var Va=s((xb,Ua)=>{"use strict";Ua.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var pt=s((Eb,Da)=>{"use strict";var rd=Me();Da.exports=function(){return rd()&&!!Symbol.toStringTag}});var Ba=s((wb,Ja)=>{"use strict";var td=Date.prototype.getDay,nd=function(e){try{return td.call(e),!0}catch{return!1}},od=Object.prototype.toString,id="[object Date]",ad=pt()();Ja.exports=function(e){return typeof e!="object"||e===null?!1:ad?nd(e):od.call(e)===id}});var Xa=s((qb,ct)=>{"use strict";var sd=Object.prototype.toString,ud=qr()();ud?(Wa=Symbol.prototype.toString,Ga=/^Symbol\(.*\)$/,Ha=function(e){return typeof e.valueOf()!="symbol"?!1:Ga.test(Wa.call(e))},ct.exports=function(e){if(typeof e=="symbol")return!0;if(sd.call(e)!=="[object Symbol]")return!1;try{return Ha(e)}catch{return!1}}):ct.exports=function(e){return!1};var Wa,Ga,Ha});var Ya=s((Tb,Qa)=>{"use strict";var ld=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol",ft=Va(),Ka=Zr(),pd=Ba(),za=Xa(),cd=function(e,t){if(typeof e>"u"||e===null)throw new TypeError("Cannot call method on "+e);if(typeof t!="string"||t!=="number"&&t!=="string")throw new TypeError('hint must be "string" or "number"');var n=t==="string"?["toString","valueOf"]:["valueOf","toString"],o,i,a;for(a=0;a<n.length;++a)if(o=e[n[a]],Ka(o)&&(i=o.call(e),ft(i)))return i;throw new TypeError("No default value")},fd=function(e,t){var n=e[t];if(n!==null&&typeof n<"u"){if(!Ka(n))throw new TypeError(n+" returned for property "+t+" of object "+e+" is not a function");return n}};Qa.exports=function(e){if(ft(e))return e;var t="default";arguments.length>1&&(arguments[1]===String?t="string":arguments[1]===Number&&(t="number"));var n;if(ld&&(Symbol.toPrimitive?n=fd(e,Symbol.toPrimitive):za(e)&&(n=Symbol.prototype.valueOf)),typeof n<"u"){var o=n.call(e,t);if(ft(o))return o;throw new TypeError("unable to convert exotic object to primitive")}return t==="default"&&(pd(e)||za(e))&&(t="string"),cd(e,t==="default"?"number":t)}});var rs=s((Ab,es)=>{"use strict";var Za=Ya();es.exports=function(e){return arguments.length>1?Za(e,arguments[1]):Za(e)}});var as=s((Pb,is)=>{"use strict";var dt=k(),ts=pt()(),ns,os,mt,yt;ts&&(ns=dt("Object.prototype.hasOwnProperty"),os=dt("RegExp.prototype.exec"),mt={},or=function(){throw mt},yt={toString:or,valueOf:or},typeof Symbol.toPrimitive=="symbol"&&(yt[Symbol.toPrimitive]=or));var or,dd=dt("Object.prototype.toString"),md=Object.getOwnPropertyDescriptor,yd="[object RegExp]";is.exports=ts?function(e){if(!e||typeof e!="object")return!1;var t=md(e,"lastIndex"),n=t&&ns(t,"value");if(!n)return!1;try{os(e,yt)}catch(o){return o===mt}}:function(e){return!e||typeof e!="object"&&typeof e!="function"?!1:dd(e)===yd}});var us=s((Ob,ss)=>{"use strict";var gd=k(),vd=as(),hd=gd("RegExp.prototype.exec"),bd=x();ss.exports=function(e){if(!vd(e))throw new bd("`regex` must be a RegExp");return function(n){return hd(e,n)!==null}}});var Ae=s(($b,ls)=>{"use strict";var Sd=x();ls.exports=function(e){if(e==null)throw new Sd(arguments.length>0&&arguments[1]||"Cannot call method on "+e);return e}});var cs=s((Ib,ps)=>{"use strict";var xd=O(),Ed=xd("%String%"),wd=x();ps.exports=function(e){if(typeof e=="symbol")throw new wd("Cannot convert a Symbol value to a string");return Ed(e)}});var gt=s((Cb,ms)=>{"use strict";var qd=Ae(),Td=cs(),Ad=k(),fs=Ad("String.prototype.replace"),ds=/^\s$/.test("\u180E"),Pd=ds?/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/:/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/,Od=ds?/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/:/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;ms.exports=function(){var e=Td(qd(this));return fs(fs(e,Pd,""),Od,"")}});var vt=s((kb,gs)=>{"use strict";var $d=gt(),ys="\u200B",le="\u180E";gs.exports=function(){return String.prototype.trim&&ys.trim()===ys&&le.trim()===le&&("_"+le).trim()==="_"+le&&(le+"_").trim()===le+"_"?String.prototype.trim:$d}});var hs=s((_b,vs)=>{"use strict";var Id=N(),Cd=vt();vs.exports=function(){var e=Cd();return Id(String.prototype,{trim:e},{trim:function(){return String.prototype.trim!==e}}),e}});var Es=s((Fb,xs)=>{"use strict";var kd=ie(),_d=N(),Fd=Ae(),Nd=gt(),bs=vt(),jd=hs(),Md=kd(bs()),Ss=function(e){return Fd(e),Md(e)};_d(Ss,{getPolyfill:bs,implementation:Nd,shim:jd});xs.exports=Ss});var As=s((Nb,Ts)=>{"use strict";var bt=O(),ht=bt("%Number%"),Ld=bt("%RegExp%"),Rd=x(),ws=bt("%parseInt%"),Ud=k(),ir=us(),qs=Ud("String.prototype.slice"),Vd=ir(/^0b[01]+$/i),Dd=ir(/^0o[0-7]+$/i),Jd=ir(/^[-+]0x[0-9a-f]+$/i),Bd=["\x85","\u200B","\uFFFE"].join(""),Wd=new Ld("["+Bd+"]","g"),Gd=ir(Wd),Hd=Es();Ts.exports=function r(e){if(typeof e!="string")throw new Rd("Assertion failed: `argument` is not a String");if(Vd(e))return ht(ws(qs(e,2),2));if(Dd(e))return ht(ws(qs(e,2),8));if(Gd(e)||Jd(e))return NaN;var t=Hd(e);return t!==e?r(t):ht(e)}});var Is=s((jb,$s)=>{"use strict";var Xd=O(),Ps=x(),Os=Xd("%Number%"),zd=st(),Kd=rs(),Qd=As();$s.exports=function(e){var t=zd(e)?e:Kd(e,Os);if(typeof t=="symbol")throw new Ps("Cannot convert a Symbol value to a number");if(typeof t=="bigint")throw new Ps("Conversion from 'BigInt' to 'number' is not allowed.");return typeof t=="string"?Qd(t):Os(t)}});var ks=s((Mb,Cs)=>{"use strict";var Yd=Math.floor;Cs.exports=function(e){return typeof e=="bigint"?e:Yd(e)}});var Ns=s((Lb,Fs)=>{"use strict";var _s=ks(),Zd=x();Fs.exports=function(e){if(typeof e!="number"&&typeof e!="bigint")throw new Zd("argument must be a Number or a BigInt");var t=e<0?-_s(-e):_s(e);return t===0?0:t}});var St=s((Rb,js)=>{"use strict";var em=Is(),rm=Ns(),tm=he(),nm=kr();js.exports=function(e){var t=em(e);return tm(t)||t===0?0:nm(t)?rm(t):t}});var xt=s((Ub,Ls)=>{"use strict";var Ms=at(),om=St();Ls.exports=function(e){var t=om(e);return t<=0?0:t>Ms?Ms:t}});var Us=s((Vb,Rs)=>{"use strict";var im=x(),am=Ee(),sm=xt(),um=I();Rs.exports=function(e){if(um(e)!=="Object")throw new im("Assertion failed: `obj` must be an Object");return sm(am(e,"length"))}});var Ds=s((Db,Vs)=>{"use strict";var lm=O(),pm=lm("%String%"),cm=x();Vs.exports=function(e){if(typeof e=="symbol")throw new cm("Cannot convert a Symbol value to a string");return pm(e)}});var Gs=s((Jb,Ws)=>{"use strict";var Js=x(),fm=at(),dm=da(),mm=ja(),ym=Ee(),gm=Ra(),vm=Ke(),hm=Us(),Bs=Ds();Ws.exports=function r(e,t,n,o,i){var a;arguments.length>5&&(a=arguments[5]);for(var u=o,l=0;l<n;){var y=Bs(l),d=gm(t,y);if(d===!0){var f=ym(t,y);if(typeof a<"u"){if(arguments.length<=6)throw new Js("Assertion failed: thisArg is required when mapperFunction is provided");f=dm(a,arguments[6],[f,l,t])}var c=!1;if(i>0&&(c=vm(f)),c){var b=hm(f);u=r(e,f,b,u,i-1)}else{if(u>=fm)throw new Js("index too large");mm(e,Bs(u),f),u+=1}}l+=1}return u}});var Xs=s((Bb,Hs)=>{"use strict";Hs.exports=Object});var Ks=s((Wb,zs)=>{"use strict";var bm=Xs(),Sm=Ae();zs.exports=function(e){return Sm(e),bm(e)}});var Ys=s((Gb,Qs)=>{"use strict";Qs.exports=Ks()});var Et=s((Hb,Zs)=>{"use strict";var xm=pa(),Em=Gs(),wm=Ee(),qm=St(),Tm=xt(),Am=Ys();Zs.exports=function(){var e=Am(this),t=Tm(wm(e,"length")),n=1;arguments.length>0&&typeof arguments[0]<"u"&&(n=qm(arguments[0]));var o=xm(e,0);return Em(o,e,t,0,n),o}});var wt=s((Xb,eu)=>{"use strict";var Pm=Et();eu.exports=function(){return Array.prototype.flat||Pm}});var ou=s((zb,nu)=>{"use strict";var Om=X(),tu=typeof Symbol=="function"&&typeof Symbol.unscopables=="symbol",$m=tu&&Array.prototype[Symbol.unscopables],ru=TypeError;nu.exports=function(e){if(typeof e!="string"||!e)throw new ru("method must be a non-empty string");if(!Om(Array.prototype,e))throw new ru("method must be on Array.prototype");tu&&($m[e]=!0)}});var au=s((Kb,iu)=>{"use strict";var Im=N(),Cm=ou(),km=wt();iu.exports=function(){var e=km();return Im(Array.prototype,{flat:e},{flat:function(){return Array.prototype.flat!==e}}),Cm("flat"),e}});var pu=s((Qb,lu)=>{"use strict";var _m=N(),Fm=ie(),Nm=Et(),su=wt(),jm=su(),Mm=au(),uu=Fm(jm);_m(uu,{getPolyfill:su,implementation:Nm,shim:Mm});lu.exports=uu});var qt=s((Yb,fu)=>{"use strict";var Lm=Ae(),cu=k(),Rm=cu("Object.prototype.propertyIsEnumerable"),Um=cu("Array.prototype.push");fu.exports=function(e){var t=Lm(e),n=[];for(var o in t)Rm(t,o)&&Um(n,t[o]);return n}});var Tt=s((Zb,du)=>{"use strict";var Vm=qt();du.exports=function(){return typeof Object.values=="function"?Object.values:Vm}});var yu=s((eS,mu)=>{"use strict";var Dm=Tt(),Jm=N();mu.exports=function(){var e=Dm();return Jm(Object,{values:e},{values:function(){return Object.values!==e}}),e}});var bu=s((rS,hu)=>{"use strict";var Bm=N(),Wm=ie(),Gm=qt(),gu=Tt(),Hm=yu(),vu=Wm(gu(),Object);Bm(vu,{getPolyfill:gu,implementation:Gm,shim:Hm});hu.exports=vu});var Eu=s(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.eventHandlersByType=void 0;var Xm=pu(),zm=Su(Xm),Km=bu(),Qm=Su(Km);function Su(r){return r&&r.__esModule?r:{default:r}}var xu={clipboard:["onCopy","onCut","onPaste"],composition:["onCompositionEnd","onCompositionStart","onCompositionUpdate"],keyboard:["onKeyDown","onKeyPress","onKeyUp"],focus:["onFocus","onBlur"],form:["onChange","onInput","onSubmit"],mouse:["onClick","onContextMenu","onDblClick","onDoubleClick","onDrag","onDragEnd","onDragEnter","onDragExit","onDragLeave","onDragOver","onDragStart","onDrop","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp"],selection:["onSelect"],touch:["onTouchCancel","onTouchEnd","onTouchMove","onTouchStart"],ui:["onScroll"],wheel:["onWheel"],media:["onAbort","onCanPlay","onCanPlayThrough","onDurationChange","onEmptied","onEncrypted","onEnded","onError","onLoadedData","onLoadedMetadata","onLoadStart","onPause","onPlay","onPlaying","onProgress","onRateChange","onSeeked","onSeeking","onStalled","onSuspend","onTimeUpdate","onVolumeChange","onWaiting"],image:["onLoad","onError"],animation:["onAnimationStart","onAnimationEnd","onAnimationIteration"],transition:["onTransitionEnd"]};Pe.default=(0,zm.default)((0,Qm.default)(xu));Pe.eventHandlersByType=xu});var qu=s(Pt=>{"use strict";Object.defineProperty(Pt,"__esModule",{value:!0});var Ym=function(){function r(e,t){var n=[],o=!0,i=!1,a=void 0;try{for(var u=e[Symbol.iterator](),l;!(o=(l=u.next()).done)&&(n.push(l.value),!(t&&n.length===t));o=!0);}catch(y){i=!0,a=y}finally{try{!o&&u.return&&u.return()}finally{if(i)throw a}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),pe=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};Pt.default=ny;var Zm=Fe(),ey=ry(Zm);function ry(r){return r&&r.__esModule?r:{default:r}}function wu(r,e){var t={};for(var n in r)e.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t}var ty={ignoreCase:!0};function ny(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ty;function n(u){return t.ignoreCase?u.toUpperCase():u}var o=n(e);function i(u){return u.type==="Property"&&u.key.type==="Identifier"&&o===n(u.key.name)}var a=r.find(function(u){return u.type==="JSXSpreadAttribute"?u.argument.type==="ObjectExpression"&&o!==n("key")&&u.argument.properties.some(i):o===n((0,ey.default)(u))});return a&&a.type==="JSXSpreadAttribute"?oy(a.argument.properties.find(i)):a}function oy(r){var e=r.key,t=r.value;return pe({type:"JSXAttribute",name:pe({type:"JSXIdentifier",name:e.name},At(e)),value:t.type==="Literal"?Oe(t):pe({type:"JSXExpressionContainer",expression:iy(t)},At(t))},At(r))}function Oe(r){var e=r.range||[r.start,r.end],t=Ym(e,2),n=t[0],o=t[1];return pe({},r,{end:void 0,range:[n,o],start:void 0})}function iy(r){var e=r.expressions,t=r.quasis,n=wu(r,["expressions","quasis"]);return pe({},Oe(n),e?{expressions:e.map(Oe)}:{},t?{quasis:t.map(Oe)}:{})}function At(r){var e=r.loc,t=wu(r,["loc"]),n=Oe(t),o=n.range;return{loc:ay(e),range:o}}function ay(r){var e=r.start,t=r.end,n=r.source,o=r.filename;return pe({start:e,end:t},n!==void 0?{source:n}:{},o!==void 0?{filename:o}:{})}});var $t=s(Ot=>{"use strict";Object.defineProperty(Ot,"__esModule",{value:!0});Ot.default=sy;function sy(r){var e=r.value,t=typeof e=="string"&&e.toLowerCase();return t==="true"?!0:t==="false"?!1:e}});var Ct=s(It=>{"use strict";Object.defineProperty(It,"__esModule",{value:!0});It.default=uy;function uy(r){var e=ar().default,t=r.openingElement.name.name;return r.openingElement.selfClosing?"<"+t+" />":"<"+t+">"+[].concat(r.children).map(function(n){return e(n)}).join("")+"</"+t+">"}});var _t=s(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.default=ly;function ly(r){return r.raw}});var Nt=s(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.default=py;function py(r){var e=ar().default;return r.children.length===0?"<></>":"<>"+[].concat(r.children).map(function(t){return e(t)}).join("")+"</>"}});var Au=s(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});jt.default=cy;var Tu={Array,Date,Infinity:1/0,Math,Number,Object,String,undefined:void 0};function cy(r){var e=r.name;return Object.hasOwnProperty.call(Tu,e)?Tu[e]:e}});var Lt=s(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.default=dy;function fy(r,e){return(r.range?r.range[0]:r.start)-(e.range?e.range[0]:e.start)}function dy(r){var e=r.quasis,t=r.expressions,n=e.concat(t);return n.sort(fy).map(function(o){var i=o.type,a=o.value;a=a===void 0?{}:a;var u=a.raw,l=o.name;return i==="TemplateElement"?u:i==="Identifier"?l==="undefined"?l:"{"+l+"}":i.indexOf("Expression")>-1?"{"+i+"}":""}).join("")}});var Pu=s(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.default=vy;var my=Lt(),yy=gy(my);function gy(r){return r&&r.__esModule?r:{default:r}}function vy(r){return(0,yy.default)(r.quasi)}});var Ou=s(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.default=hy;function hy(r){return function(){return r}}});var $u=s(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.default=by;function by(r){var e=P().default,t=r.operator,n=r.left,o=r.right,i=e(n),a=e(o);return t==="&&"?i&&a:t==="??"?i===null||typeof i>"u"?a:i:i||a}});var Iu=s(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.default=Sy;function Sy(r){var e=P().default;return""+e(r.object)+(r.optional?"?.":".")+e(r.property)}});var Cu=s(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.default=xy;function xy(r){var e=P().default;return e(r.expression||r)}});var ku=s(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.default=Ey;function Ey(r){var e=P().default;return e(r.callee)+"?.("+r.arguments.map(function(t){return e(t)}).join(", ")+")"}});var _u=s(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.default=wy;function wy(r){var e=P().default;return e(r.object)+"?."+e(r.property)}});var Ht=s(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.default=qy;function qy(r){var e=P().default,t=Array.isArray(r.arguments)?r.arguments.map(function(n){return e(n)}).join(", "):"";return""+e(r.callee)+(r.optional?"?.":"")+"("+t+")"}});var Fu=s(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.default=Ty;function Ty(r){var e=P().default,t=r.operator,n=r.argument;switch(t){case"-":return-e(n);case"+":return+e(n);case"!":return!e(n);case"~":return~e(n);case"delete":return!0;case"typeof":case"void":default:return}}});var Kt=s(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{value:!0});zt.default=Ay;function Ay(){return"this"}});var Nu=s(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.default=Py;function Py(r){var e=P().default,t=r.test,n=r.alternate,o=r.consequent;return e(t)?e(o):e(n)}});var ju=s(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.default=Oy;function Oy(r){var e=P().default,t=r.operator,n=r.left,o=r.right,i=e(n),a=e(o);switch(t){case"==":return i==a;case"!=":return i!=a;case"===":return i===a;case"!==":return i!==a;case"<":return i<a;case"<=":return i<=a;case">":return i>a;case">=":return i>=a;case"<<":return i<<a;case">>":return i>>a;case">>>":return i>>>a;case"+":return i+a;case"-":return i-a;case"*":return i*a;case"/":return i/a;case"%":return i%a;case"|":return i|a;case"^":return i^a;case"&":return i&a;case"in":try{return i in a}catch{return!1}case"instanceof":return typeof a!="function"?!1:i instanceof a;default:return}}});var Zt=s((ES,Vu)=>{"use strict";var $y=Er(),Ru=Me()(),Uu=k(),Mu=Object,Iy=Uu("Array.prototype.push"),Lu=Uu("Object.prototype.propertyIsEnumerable"),Cy=Ru?Object.getOwnPropertySymbols:null;Vu.exports=function(e,t){if(e==null)throw new TypeError("target must be an object");var n=Mu(e);if(arguments.length===1)return n;for(var o=1;o<arguments.length;++o){var i=Mu(arguments[o]),a=$y(i),u=Ru&&(Object.getOwnPropertySymbols||Cy);if(u)for(var l=u(i),y=0;y<l.length;++y){var d=l[y];Lu(i,d)&&Iy(a,d)}for(var f=0;f<a.length;++f){var c=a[f];if(Lu(i,c)){var b=i[c];n[c]=b}}}return n}});var rn=s((wS,Du)=>{"use strict";var en=Zt(),ky=function(){if(!Object.assign)return!1;for(var r="abcdefghijklmnopqrst",e=r.split(""),t={},n=0;n<e.length;++n)t[e[n]]=e[n];var o=Object.assign({},t),i="";for(var a in o)i+=a;return r!==i},_y=function(){if(!Object.assign||!Object.preventExtensions)return!1;var r=Object.preventExtensions({1:2});try{Object.assign(r,"xy")}catch{return r[1]==="y"}return!1};Du.exports=function(){return!Object.assign||ky()||_y()?en:Object.assign}});var Bu=s((qS,Ju)=>{"use strict";var Fy=N(),Ny=rn();Ju.exports=function(){var e=Ny();return Fy(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}});var Xu=s((TS,Hu)=>{"use strict";var jy=N(),My=ie(),Ly=Zt(),Wu=rn(),Ry=Bu(),Uy=My.apply(Wu()),Gu=function(e,t){return Uy(Object,arguments)};jy(Gu,{getPolyfill:Wu,implementation:Ly,shim:Ry});Hu.exports=Gu});var Qu=s(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.default=Ku;var Vy=Xu(),zu=Dy(Vy);function Dy(r){return r&&r.__esModule?r:{default:r}}function Jy(r,e,t){return e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Ku(r){var e=P().default;return r.properties.reduce(function(t,n){if(/^(?:Experimental)?Spread(?:Property|Element)$/.test(n.type)){if(n.argument.type==="ObjectExpression")return(0,zu.default)({},t,Ku(n.argument))}else return(0,zu.default)({},t,Jy({},e(n.key),e(n.value)));return t},{})}});var Yu=s(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.default=By;function By(){return new Object}});var Zu=s(on=>{"use strict";Object.defineProperty(on,"__esModule",{value:!0});on.default=Wy;function Wy(r){var e=P().default,t=r.operator,n=r.argument,o=r.prefix,i=e(n);switch(t){case"++":return o?++i:i++;case"--":return o?--i:i--;default:return}}});var el=s(an=>{"use strict";Object.defineProperty(an,"__esModule",{value:!0});an.default=Gy;function Gy(r){var e=P().default;return r.elements.map(function(t){if(t!==null)return e(t)})}});var rl=s(sn=>{"use strict";Object.defineProperty(sn,"__esModule",{value:!0});sn.default=Hy;function Hy(r){var e=P().default,t=e(r.callee),n=r.object===null?e(r.callee.object):e(r.object);return r.object&&r.object.property?n+"."+t+".bind("+n+")":t+".bind("+n+")"}});var tl=s(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.default=Xy;function Xy(){}});var nl=s(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.default=zy;function zy(r){var e=P().default;return e(r.expression)}});var ol=s(pn=>{"use strict";Object.defineProperty(pn,"__esModule",{value:!0});pn.default=Ky;function Ky(r){var e=P().default;return r.expressions.map(function(t){return e(t)})}});var al=s(cn=>{"use strict";Object.defineProperty(cn,"__esModule",{value:!0});cn.default=J;var Qy=Kt().default,Yy=Ht().default;function il(r,e,t){return t.computed?t.optional?r+"?.["+e+"]":r+"["+e+"]":t.optional?r+"?."+e:r+"."+e}function J(r){var e="The prop value with an expression type of TSNonNullExpression could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.";if(r.type==="Identifier"){var t=r.name;return t}if(r.type==="Literal")return r.value;if(r.type==="TSAsExpression")return J(r.expression);if(r.type==="CallExpression")return Yy(r);if(r.type==="ThisExpression")return Qy();if(r.type==="TSNonNullExpression"&&(!r.extra||r.extra.parenthesized===!1)){var n=r.expression;return J(n)+"!"}if(r.type==="TSNonNullExpression"&&r.extra&&r.extra.parenthesized===!0){var o=r.expression;return"("+J(o)+"!)"}if(r.type==="MemberExpression"){if(!r.extra||r.extra.parenthesized===!1)return il(J(r.object),J(r.property),r);if(r.extra&&r.extra.parenthesized===!0){var i=il(J(r.object),J(r.property),r);return"("+i+")"}}if(r.expression)for(var a=r.expression;a;){if(a.type==="Identifier")return console.error(e),a.name;var u=a;a=u.expression}return console.error(e),""}});var sl=s(fn=>{"use strict";Object.defineProperty(fn,"__esModule",{value:!0});fn.default=Zy;function Zy(r){var e=P().default;return e(r.left)+" "+r.operator+" "+e(r.right)}});var P=s(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});var eg=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};sr.default=tv;sr.extractLiteral=nv;var rg=$t(),tg=w(rg),ng=Ct(),og=w(ng),ig=Nt(),ag=w(ig),sg=_t(),ug=w(sg),lg=Au(),pg=w(lg),cg=Pu(),fg=w(cg),dg=Lt(),mg=w(dg),yg=Ou(),ul=w(yg),gg=$u(),vg=w(gg),hg=Iu(),bg=w(hg),Sg=Cu(),xg=w(Sg),Eg=ku(),wg=w(Eg),qg=_u(),Tg=w(qg),Ag=Ht(),Pg=w(Ag),Og=Fu(),$g=w(Og),Ig=Kt(),Cg=w(Ig),kg=Nu(),_g=w(kg),Fg=ju(),Ng=w(Fg),jg=Qu(),Mg=w(jg),Lg=Yu(),Rg=w(Lg),Ug=Zu(),Vg=w(Ug),Dg=el(),Jg=w(Dg),Bg=rl(),Wg=w(Bg),Gg=tl(),Hg=w(Gg),Xg=nl(),zg=w(Xg),Kg=ol(),Qg=w(Kg),Yg=al(),Zg=w(Yg),ev=sl(),rv=w(ev);function w(r){return r&&r.__esModule?r:{default:r}}var B={Identifier:pg.default,Literal:tg.default,JSXElement:og.default,JSXFragment:ag.default,JSXText:ug.default,TaggedTemplateExpression:fg.default,TemplateLiteral:mg.default,ArrowFunctionExpression:ul.default,FunctionExpression:ul.default,LogicalExpression:vg.default,MemberExpression:bg.default,ChainExpression:xg.default,OptionalCallExpression:wg.default,OptionalMemberExpression:Tg.default,CallExpression:Pg.default,UnaryExpression:$g.default,ThisExpression:Cg.default,ConditionalExpression:_g.default,BinaryExpression:Ng.default,ObjectExpression:Mg.default,NewExpression:Rg.default,UpdateExpression:Vg.default,ArrayExpression:Jg.default,BindExpression:Wg.default,SpreadElement:Hg.default,TypeCastExpression:zg.default,SequenceExpression:Qg.default,TSNonNullExpression:Zg.default,AssignmentExpression:rv.default},q=function(){return null},pl=function(e){return"The prop value with an expression type of "+e+" could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately."};function tv(r){var e=void 0;typeof r.expression!="boolean"&&r.expression?e=r.expression:e=r;var t=e,n=t.type;for(e.object&&e.object.type==="TSNonNullExpression"&&(n="TSNonNullExpression");n==="TSAsExpression";){var o=e;if(n=o.type,e.expression){var i=e;e=i.expression}}return B[n]===void 0?(console.error(pl(n)),null):B[n](e)}var ll=eg({},B,{Literal:function(e){var t=B.Literal.call(void 0,e),n=t===null;return n?"null":t},Identifier:function(e){var t=B.Identifier.call(void 0,e)===void 0;return t?void 0:null},JSXElement:q,JSXFragment:q,JSXText:q,ArrowFunctionExpression:q,FunctionExpression:q,LogicalExpression:q,MemberExpression:q,OptionalCallExpression:q,OptionalMemberExpression:q,CallExpression:q,UnaryExpression:function(e){var t=B.UnaryExpression.call(void 0,e);return t===void 0?null:t},UpdateExpression:function(e){var t=B.UpdateExpression.call(void 0,e);return t===void 0?null:t},ThisExpression:q,ConditionalExpression:q,BinaryExpression:q,ObjectExpression:q,NewExpression:q,ArrayExpression:function(e){var t=B.ArrayExpression.call(void 0,e);return t.filter(function(n){return n!==null})},BindExpression:q,SpreadElement:q,TSNonNullExpression:q,TSAsExpression:q,TypeCastExpression:q,SequenceExpression:q,ChainExpression:q});function nv(r){var e=r.expression||r,t=e.type;return ll[t]===void 0?(console.error(pl(t)),null):ll[t](e)}});var ar=s(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});var ov=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};ur.default=yv;ur.getLiteralValue=gv;var iv=$t(),av=$e(iv),sv=Ct(),uv=$e(sv),lv=_t(),pv=$e(lv),cv=Nt(),fv=$e(cv),cl=P(),dv=$e(cl);function $e(r){return r&&r.__esModule?r:{default:r}}var dn={Literal:av.default,JSXElement:uv.default,JSXExpressionContainer:dv.default,JSXText:pv.default,JSXFragment:fv.default},mv=ov({},dn,{JSXElement:function(){return null},JSXExpressionContainer:cl.extractLiteral});function yv(r){return dn[r.type]||console.log(r.type),dn[r.type](r)}function gv(r){return mv[r.type](r)}});var ml=s(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.default=bv;lr.getLiteralPropValue=Sv;var fl=ar(),vv=hv(fl);function hv(r){return r&&r.__esModule?r:{default:r}}var dl=function(e,t){if(e&&e.type==="JSXAttribute")return e.value===null?!0:t(e.value)};function bv(r){return dl(r,vv.default)}function Sv(r){return dl(r,fl.getLiteralValue)}});var pr=s((RS,vl)=>{"use strict";var mn=_n(),xv=ce(mn),Ev=Nn(),wv=ce(Ev),yl=Eu(),qv=ce(yl),Tv=qu(),Av=ce(Tv),gl=ml(),Pv=ce(gl),Ov=Fe(),$v=ce(Ov);function ce(r){return r&&r.__esModule?r:{default:r}}vl.exports={hasProp:xv.default,hasAnyProp:mn.hasAnyProp,hasEveryProp:mn.hasEveryProp,elementType:wv.default,eventHandlers:qv.default,eventHandlersByType:yl.eventHandlersByType,getProp:Av.default,getPropValue:Pv.default,getLiteralPropValue:gl.getLiteralPropValue,propName:$v.default}});var $l=s((hx,Ol)=>{"use strict";Ol.exports=r=>{let e=r.match(/^[ \t]*(?=\S)/gm);return e?e.reduce((t,n)=>Math.min(t,n.length),1/0):0}});var Zv={};Gl(Zv,{configs:()=>Kv,qwikEslint9Plugin:()=>wn,rules:()=>jl});module.exports=Hl(Zv);var On=require("@typescript-eslint/utils"),Xl=On.ESLintUtils.RuleCreator(()=>"https://qwik.dev/docs/advanced/dollar/"),$n=Xl({defaultOptions:[],name:"jsx-a-tag",meta:{type:"problem",docs:{description:"For a perfect SEO score, always provide href attribute for <a> elements.",recommended:"warn"},fixable:"code",schema:[],messages:{noHref:"For a perfect SEO score, always provide href attribute for <a> elements."}},create(r){return{JSXElement(e){e.openingElement.name.type==="JSXIdentifier"&&e.openingElement.name.name==="a"&&(e.openingElement.attributes.some(n=>n.type==="JSXSpreadAttribute")||e.openingElement.attributes.some(o=>o.type==="JSXAttribute"&&o.name.type==="JSXIdentifier"&&o.name.name==="href")||r.report({node:e,messageId:"noHref"}))}}}});var In=require("@typescript-eslint/utils"),zl=In.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Cn=zl({defaultOptions:[],name:"jsx-img",meta:{type:"problem",docs:{description:"For performance reasons, always provide width and height attributes for <img> elements, it will help to prevent layout shifts.",recommended:"warn"},fixable:"code",schema:[],messages:{noLocalSrc:`Local images can be optimized by importing using ESM, like this:
1
+ "use strict";var Vp=Object.create;var Ve=Object.defineProperty;var Dp=Object.getOwnPropertyDescriptor;var Up=Object.getOwnPropertyNames;var Bp=Object.getPrototypeOf,Jp=Object.prototype.hasOwnProperty;var s=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Wp=(r,e)=>{for(var t in e)Ve(r,t,{get:e[t],enumerable:!0})},Mn=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Up(e))!Jp.call(r,o)&&o!==t&&Ve(r,o,{get:()=>e[o],enumerable:!(n=Dp(e,o))||n.enumerable});return r};var ee=(r,e,t)=>(t=r!=null?Vp(Bp(r)):{},Mn(e||!r||!r.__esModule?Ve(t,"default",{value:r,enumerable:!0}):t,r)),Gp=r=>Mn(Ve({},"__esModule",{value:!0}),r);var De=s(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});wr.default=Qp;function Qp(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!r.type||r.type!=="JSXAttribute")throw new Error("The prop must be a JSXAttribute collected by the AST parser.");return r.name.type==="JSXNamespacedName"?r.name.namespace.name+":"+r.name.name.name:r.name.name}});var Jn=s(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.default=Tr;ge.hasAnyProp=ec;ge.hasEveryProp=rc;var Yp=De(),Bn=Zp(Yp);function Zp(r){return r&&r.__esModule?r:{default:r}}var qr={spreadStrict:!0,ignoreCase:!0};function Tr(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:qr,n=t.ignoreCase?e.toUpperCase():e;return r.some(function(o){if(o.type==="JSXSpreadAttribute")return!t.spreadStrict;var i=t.ignoreCase?(0,Bn.default)(o).toUpperCase():(0,Bn.default)(o);return n===i})}function ec(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:qr,n=typeof e=="string"?e.split(" "):e;return n.some(function(o){return Tr(r,o,t)})}function rc(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:qr,n=typeof e=="string"?e.split(" "):e;return n.every(function(o){return Tr(r,o,t)})}});var Gn=s(Ar=>{"use strict";Object.defineProperty(Ar,"__esModule",{value:!0});Ar.default=tc;function Wn(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return r.type==="JSXMemberExpression"?Wn(r.object,r.property)+"."+e.name:r.name+"."+e.name}function tc(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=r.name;if(r.type==="JSXOpeningFragment")return"<>";if(!e)throw new Error("The argument provided is not a JSXElement node.");if(e.type==="JSXMemberExpression"){var t=e.object,n=t===void 0?{}:t,o=e.property,i=o===void 0?{}:o;return Wn(n,i)}return e.type==="JSXNamespacedName"?e.namespace.name+":"+e.name.name:r.name.name}});var Pr=s((Rb,Xn)=>{"use strict";var Hn=Object.prototype.toString;Xn.exports=function(e){var t=Hn.call(e),n=t==="[object Arguments]";return n||(n=t!=="[object Array]"&&e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&Hn.call(e.callee)==="[object Function]"),n}});var no=s((jb,to)=>{"use strict";var ro;Object.keys||(ve=Object.prototype.hasOwnProperty,Or=Object.prototype.toString,zn=Pr(),$r=Object.prototype.propertyIsEnumerable,Kn=!$r.call({toString:null},"toString"),Qn=$r.call(function(){},"prototype"),he=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],Ue=function(r){var e=r.constructor;return e&&e.prototype===r},Yn={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},Zn=(function(){if(typeof window>"u")return!1;for(var r in window)try{if(!Yn["$"+r]&&ve.call(window,r)&&window[r]!==null&&typeof window[r]=="object")try{Ue(window[r])}catch{return!0}}catch{return!0}return!1})(),eo=function(r){if(typeof window>"u"||!Zn)return Ue(r);try{return Ue(r)}catch{return!1}},ro=function(e){var t=e!==null&&typeof e=="object",n=Or.call(e)==="[object Function]",o=zn(e),i=t&&Or.call(e)==="[object String]",a=[];if(!t&&!n&&!o)throw new TypeError("Object.keys called on a non-object");var u=Qn&&n;if(i&&e.length>0&&!ve.call(e,0))for(var c=0;c<e.length;++c)a.push(String(c));if(o&&e.length>0)for(var l=0;l<e.length;++l)a.push(String(l));else for(var d in e)!(u&&d==="prototype")&&ve.call(e,d)&&a.push(String(d));if(Kn)for(var f=eo(e),y=0;y<he.length;++y)!(f&&he[y]==="constructor")&&ve.call(e,he[y])&&a.push(he[y]);return a});var ve,Or,zn,$r,Kn,Qn,he,Ue,Yn,Zn,eo;to.exports=ro});var _r=s((Mb,ao)=>{"use strict";var nc=Array.prototype.slice,oc=Pr(),oo=Object.keys,Be=oo?function(e){return oo(e)}:no(),io=Object.keys;Be.shim=function(){if(Object.keys){var e=(function(){var t=Object.keys(arguments);return t&&t.length===arguments.length})(1,2);e||(Object.keys=function(n){return oc(n)?io(nc.call(n)):io(n)})}else Object.keys=Be;return Object.keys||Be};ao.exports=Be});var re=s((Lb,so)=>{"use strict";var Je=Object.defineProperty||!1;if(Je)try{Je({},"a",{value:1})}catch{Je=!1}so.exports=Je});var be=s((Vb,uo)=>{"use strict";uo.exports=SyntaxError});var x=s((Db,lo)=>{"use strict";lo.exports=TypeError});var co=s((Ub,po)=>{"use strict";po.exports=Object.getOwnPropertyDescriptor});var M=s((Bb,fo)=>{"use strict";var We=co();if(We)try{We([],"length")}catch{We=null}fo.exports=We});var Ge=s((Jb,go)=>{"use strict";var yo=re(),ic=be(),te=x(),mo=M();go.exports=function(e,t,n){if(!e||typeof e!="object"&&typeof e!="function")throw new te("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new te("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new te("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new te("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new te("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new te("`loose`, if provided, must be a boolean");var o=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,u=arguments.length>6?arguments[6]:!1,c=!!mo&&mo(e,t);if(yo)yo(e,t,{configurable:a===null&&c?c.configurable:!a,enumerable:o===null&&c?c.enumerable:!o,value:n,writable:i===null&&c?c.writable:!i});else if(u||!o&&!i&&!a)e[t]=n;else throw new ic("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Se=s((Wb,ho)=>{"use strict";var kr=re(),vo=function(){return!!kr};vo.hasArrayLengthDefineBug=function(){if(!kr)return null;try{return kr([],"length",{value:1}).length!==1}catch{return!0}};ho.exports=vo});var L=s((Gb,Eo)=>{"use strict";var ac=_r(),sc=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",uc=Object.prototype.toString,lc=Array.prototype.concat,bo=Ge(),pc=function(r){return typeof r=="function"&&uc.call(r)==="[object Function]"},So=Se()(),cc=function(r,e,t,n){if(e in r){if(n===!0){if(r[e]===t)return}else if(!pc(n)||!n())return}So?bo(r,e,t,!0):bo(r,e,t)},xo=function(r,e){var t=arguments.length>2?arguments[2]:{},n=ac(e);sc&&(n=lc.call(n,Object.getOwnPropertySymbols(e)));for(var o=0;o<n.length;o+=1)cc(r,n[o],e[n[o]],t[n[o]])};xo.supportsDescriptors=!!So;Eo.exports=xo});var ne=s((Hb,wo)=>{"use strict";wo.exports=Object});var To=s((Xb,qo)=>{"use strict";qo.exports=Error});var Po=s((zb,Ao)=>{"use strict";Ao.exports=EvalError});var Ir=s((Kb,Oo)=>{"use strict";Oo.exports=RangeError});var _o=s((Qb,$o)=>{"use strict";$o.exports=ReferenceError});var Io=s((Yb,ko)=>{"use strict";ko.exports=URIError});var Cr=s((Zb,Co)=>{"use strict";Co.exports=Math.abs});var He=s((eS,Fo)=>{"use strict";Fo.exports=Math.floor});var Ro=s((rS,No)=>{"use strict";No.exports=Math.max});var Mo=s((tS,jo)=>{"use strict";jo.exports=Math.min});var Vo=s((nS,Lo)=>{"use strict";Lo.exports=Math.pow});var Uo=s((oS,Do)=>{"use strict";Do.exports=Math.round});var oe=s((iS,Bo)=>{"use strict";Bo.exports=Number.isNaN||function(e){return e!==e}});var Wo=s((aS,Jo)=>{"use strict";var fc=oe();Jo.exports=function(e){return fc(e)||e===0?e:e<0?-1:1}});var Xe=s((sS,Go)=>{"use strict";Go.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;e[t]=o;for(var i in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var u=Object.getOwnPropertyDescriptor(e,t);if(u.value!==o||u.enumerable!==!0)return!1}return!0}});var Fr=s((uS,Xo)=>{"use strict";var Ho=typeof Symbol<"u"&&Symbol,dc=Xe();Xo.exports=function(){return typeof Ho!="function"||typeof Symbol!="function"||typeof Ho("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:dc()}});var Nr=s((lS,zo)=>{"use strict";zo.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Rr=s((pS,Ko)=>{"use strict";var yc=ne();Ko.exports=yc.getPrototypeOf||null});var Zo=s((cS,Yo)=>{"use strict";var mc="Function.prototype.bind called on incompatible ",gc=Object.prototype.toString,vc=Math.max,hc="[object Function]",Qo=function(e,t){for(var n=[],o=0;o<e.length;o+=1)n[o]=e[o];for(var i=0;i<t.length;i+=1)n[i+e.length]=t[i];return n},bc=function(e,t){for(var n=[],o=t||0,i=0;o<e.length;o+=1,i+=1)n[i]=e[o];return n},Sc=function(r,e){for(var t="",n=0;n<r.length;n+=1)t+=r[n],n+1<r.length&&(t+=e);return t};Yo.exports=function(e){var t=this;if(typeof t!="function"||gc.apply(t)!==hc)throw new TypeError(mc+t);for(var n=bc(arguments,1),o,i=function(){if(this instanceof o){var d=t.apply(this,Qo(n,arguments));return Object(d)===d?d:this}return t.apply(e,Qo(n,arguments))},a=vc(0,t.length-n.length),u=[],c=0;c<a;c++)u[c]="$"+c;if(o=Function("binder","return function ("+Sc(u,",")+"){ return binder.apply(this,arguments); }")(i),t.prototype){var l=function(){};l.prototype=t.prototype,o.prototype=new l,l.prototype=null}return o}});var ie=s((fS,ei)=>{"use strict";var xc=Zo();ei.exports=Function.prototype.bind||xc});var ze=s((dS,ri)=>{"use strict";ri.exports=Function.prototype.call});var Ke=s((yS,ti)=>{"use strict";ti.exports=Function.prototype.apply});var oi=s((mS,ni)=>{"use strict";ni.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var jr=s((gS,ii)=>{"use strict";var Ec=ie(),wc=Ke(),qc=ze(),Tc=oi();ii.exports=Tc||Ec.call(qc,wc)});var xe=s((vS,ai)=>{"use strict";var Ac=ie(),Pc=x(),Oc=ze(),$c=jr();ai.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new Pc("a function is required");return $c(Ac,Oc,e)}});var fi=s((hS,ci)=>{"use strict";var _c=xe(),si=M(),li;try{li=[].__proto__===Array.prototype}catch(r){if(!r||typeof r!="object"||!("code"in r)||r.code!=="ERR_PROTO_ACCESS")throw r}var Mr=!!li&&si&&si(Object.prototype,"__proto__"),pi=Object,ui=pi.getPrototypeOf;ci.exports=Mr&&typeof Mr.get=="function"?_c([Mr.get]):typeof ui=="function"?function(e){return ui(e==null?e:pi(e))}:!1});var vi=s((bS,gi)=>{"use strict";var di=Nr(),yi=Rr(),mi=fi();gi.exports=di?function(e){return di(e)}:yi?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return yi(e)}:mi?function(e){return mi(e)}:null});var V=s((SS,hi)=>{"use strict";var kc=Function.prototype.call,Ic=Object.prototype.hasOwnProperty,Cc=ie();hi.exports=Cc.call(kc,Ic)});var $=s((xS,qi)=>{"use strict";var S,Fc=ne(),Nc=To(),Rc=Po(),jc=Ir(),Mc=_o(),le=be(),ue=x(),Lc=Io(),Vc=Cr(),Dc=He(),Uc=Ro(),Bc=Mo(),Jc=Vo(),Wc=Uo(),Gc=Wo(),Ei=Function,Lr=function(r){try{return Ei('"use strict"; return ('+r+").constructor;")()}catch{}},Ee=M(),Hc=re(),Vr=function(){throw new ue},Xc=Ee?(function(){try{return arguments.callee,Vr}catch{try{return Ee(arguments,"callee").get}catch{return Vr}}})():Vr,ae=Fr()(),A=vi(),zc=Rr(),Kc=Nr(),wi=Ke(),we=ze(),se={},Qc=typeof Uint8Array>"u"||!A?S:A(Uint8Array),z={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?S:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?S:ArrayBuffer,"%ArrayIteratorPrototype%":ae&&A?A([][Symbol.iterator]()):S,"%AsyncFromSyncIteratorPrototype%":S,"%AsyncFunction%":se,"%AsyncGenerator%":se,"%AsyncGeneratorFunction%":se,"%AsyncIteratorPrototype%":se,"%Atomics%":typeof Atomics>"u"?S:Atomics,"%BigInt%":typeof BigInt>"u"?S:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?S:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?S:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?S:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Nc,"%eval%":eval,"%EvalError%":Rc,"%Float16Array%":typeof Float16Array>"u"?S:Float16Array,"%Float32Array%":typeof Float32Array>"u"?S:Float32Array,"%Float64Array%":typeof Float64Array>"u"?S:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?S:FinalizationRegistry,"%Function%":Ei,"%GeneratorFunction%":se,"%Int8Array%":typeof Int8Array>"u"?S:Int8Array,"%Int16Array%":typeof Int16Array>"u"?S:Int16Array,"%Int32Array%":typeof Int32Array>"u"?S:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ae&&A?A(A([][Symbol.iterator]())):S,"%JSON%":typeof JSON=="object"?JSON:S,"%Map%":typeof Map>"u"?S:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ae||!A?S:A(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Fc,"%Object.getOwnPropertyDescriptor%":Ee,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?S:Promise,"%Proxy%":typeof Proxy>"u"?S:Proxy,"%RangeError%":jc,"%ReferenceError%":Mc,"%Reflect%":typeof Reflect>"u"?S:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?S:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ae||!A?S:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?S:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ae&&A?A(""[Symbol.iterator]()):S,"%Symbol%":ae?Symbol:S,"%SyntaxError%":le,"%ThrowTypeError%":Xc,"%TypedArray%":Qc,"%TypeError%":ue,"%Uint8Array%":typeof Uint8Array>"u"?S:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?S:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?S:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?S:Uint32Array,"%URIError%":Lc,"%WeakMap%":typeof WeakMap>"u"?S:WeakMap,"%WeakRef%":typeof WeakRef>"u"?S:WeakRef,"%WeakSet%":typeof WeakSet>"u"?S:WeakSet,"%Function.prototype.call%":we,"%Function.prototype.apply%":wi,"%Object.defineProperty%":Hc,"%Object.getPrototypeOf%":zc,"%Math.abs%":Vc,"%Math.floor%":Dc,"%Math.max%":Uc,"%Math.min%":Bc,"%Math.pow%":Jc,"%Math.round%":Wc,"%Math.sign%":Gc,"%Reflect.getPrototypeOf%":Kc};if(A)try{null.error}catch(r){bi=A(A(r)),z["%Error.prototype%"]=bi}var bi,Yc=function r(e){var t;if(e==="%AsyncFunction%")t=Lr("async function () {}");else if(e==="%GeneratorFunction%")t=Lr("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Lr("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var o=r("%AsyncGenerator%");o&&A&&(t=A(o.prototype))}return z[e]=t,t},Si={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},qe=ie(),Qe=V(),Zc=qe.call(we,Array.prototype.concat),ef=qe.call(wi,Array.prototype.splice),xi=qe.call(we,String.prototype.replace),Ye=qe.call(we,String.prototype.slice),rf=qe.call(we,RegExp.prototype.exec),tf=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,nf=/\\(\\)?/g,of=function(e){var t=Ye(e,0,1),n=Ye(e,-1);if(t==="%"&&n!=="%")throw new le("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new le("invalid intrinsic syntax, expected opening `%`");var o=[];return xi(e,tf,function(i,a,u,c){o[o.length]=u?xi(c,nf,"$1"):a||i}),o},af=function(e,t){var n=e,o;if(Qe(Si,n)&&(o=Si[n],n="%"+o[0]+"%"),Qe(z,n)){var i=z[n];if(i===se&&(i=Yc(n)),typeof i>"u"&&!t)throw new ue("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:o,name:n,value:i}}throw new le("intrinsic "+e+" does not exist!")};qi.exports=function(e,t){if(typeof e!="string"||e.length===0)throw new ue("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new ue('"allowMissing" argument must be a boolean');if(rf(/^%?[^%]*%?$/,e)===null)throw new le("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=of(e),o=n.length>0?n[0]:"",i=af("%"+o+"%",t),a=i.name,u=i.value,c=!1,l=i.alias;l&&(o=l[0],ef(n,Zc([0,1],l)));for(var d=1,f=!0;d<n.length;d+=1){var y=n[d],m=Ye(y,0,1),v=Ye(y,-1);if((m==='"'||m==="'"||m==="`"||v==='"'||v==="'"||v==="`")&&m!==v)throw new le("property names with quotes must have matching quotes");if((y==="constructor"||!f)&&(c=!0),o+="."+y,a="%"+o+"%",Qe(z,a))u=z[a];else if(u!=null){if(!(y in u)){if(!t)throw new ue("base intrinsic for "+e+" exists, but the property is not available.");return}if(Ee&&d+1>=n.length){var p=Ee(u,y);f=!!p,f&&"get"in p&&!("originalValue"in p.get)?u=p.get:u=u[y]}else f=Qe(u,y),u=u[y];f&&!c&&(z[a]=u)}}return u}});var $i=s((ES,Oi)=>{"use strict";var sf=$(),Ti=Ge(),uf=Se()(),Ai=M(),Pi=x(),lf=sf("%Math.floor%");Oi.exports=function(e,t){if(typeof e!="function")throw new Pi("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||lf(t)!==t)throw new Pi("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],o=!0,i=!0;if("length"in e&&Ai){var a=Ai(e,"length");a&&!a.configurable&&(o=!1),a&&!a.writable&&(i=!1)}return(o||i||!n)&&(uf?Ti(e,"length",t,!0,!0):Ti(e,"length",t)),e}});var ki=s((wS,_i)=>{"use strict";var pf=ie(),cf=Ke(),ff=jr();_i.exports=function(){return ff(pf,cf,arguments)}});var Te=s((qS,Ze)=>{"use strict";var df=$i(),Ii=re(),yf=xe(),Ci=ki();Ze.exports=function(e){var t=yf(arguments),n=e.length-(arguments.length-1);return df(t,1+(n>0?n:0),!0)};Ii?Ii(Ze.exports,"apply",{value:Ci}):Ze.exports.apply=Ci});var Dr=s((TS,Fi)=>{"use strict";var mf=oe();Fi.exports=function(e){return(typeof e=="number"||typeof e=="bigint")&&!mf(e)&&e!==1/0&&e!==-1/0}});var Ur=s((AS,Ni)=>{"use strict";var gf=Cr(),vf=He(),hf=oe(),bf=Dr();Ni.exports=function(e){if(typeof e!="number"||hf(e)||!bf(e))return!1;var t=gf(e);return vf(t)===t}});var k=s((PS,Ri)=>{"use strict";Ri.exports=function(e){return!!e&&(typeof e=="function"||typeof e=="object")}});var Mi=s((OS,ji)=>{"use strict";ji.exports=4294967295});var Vi=s(($S,Li)=>{"use strict";Li.exports=typeof Reflect<"u"&&Reflect.setPrototypeOf||null});var Ui=s((_S,Di)=>{"use strict";var Sf=ne();Di.exports=Sf.setPrototypeOf||null});var Gi=s((kS,Wi)=>{"use strict";var xf=xe(),Bi=M(),Ef=x(),Ji={};try{Ji.__proto__=null}catch(r){if(!r||typeof r!="object"||!("code"in r)||r.code!=="ERR_PROTO_ACCESS")throw r}var wf=!("toString"in Ji),Br=Bi&&Bi(Object.prototype,"__proto__");Wi.exports=wf&&(!!Br&&typeof Br.set=="function"&&xf([Br.set])||function(e,t){if(e==null)throw new Ef("set Object.prototype.__proto__ called on null or undefined");return e.__proto__=t,t})});var Ki=s((IS,zi)=>{"use strict";var Hi=Vi(),qf=Ui(),Xi=Gi(),Tf=x();zi.exports=Hi?function(e,t){if(Hi(e,t))return e;throw new Tf("Reflect.setPrototypeOf: failed to set [[Prototype]]")}:qf||(Xi?function(e,t){return Xi(e,t),e}:null)});var ea=s((CS,Zi)=>{"use strict";var Af=$(),Qi=Af("%Array.prototype%"),Pf=Ir(),Of=be(),$f=x(),_f=Ur(),kf=Mi(),Yi=Ki();Zi.exports=function(e){if(!_f(e)||e<0)throw new $f("Assertion failed: `length` must be an integer Number >= 0");if(e>kf)throw new Pf("length is greater than (2**32 - 1)");var t=arguments.length>1?arguments[1]:Qi,n=[];if(t!==Qi){if(!Yi)throw new Of("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");Yi(n,t)}return e!==0&&(n.length=e),n}});var ta=s((FS,ra)=>{ra.exports=require("util").inspect});var wa=s((NS,Ea)=>{var Zr=typeof Map=="function"&&Map.prototype,Jr=Object.getOwnPropertyDescriptor&&Zr?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,rr=Zr&&Jr&&typeof Jr.get=="function"?Jr.get:null,na=Zr&&Map.prototype.forEach,et=typeof Set=="function"&&Set.prototype,Wr=Object.getOwnPropertyDescriptor&&et?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,tr=et&&Wr&&typeof Wr.get=="function"?Wr.get:null,oa=et&&Set.prototype.forEach,If=typeof WeakMap=="function"&&WeakMap.prototype,Pe=If?WeakMap.prototype.has:null,Cf=typeof WeakSet=="function"&&WeakSet.prototype,Oe=Cf?WeakSet.prototype.has:null,Ff=typeof WeakRef=="function"&&WeakRef.prototype,ia=Ff?WeakRef.prototype.deref:null,Nf=Boolean.prototype.valueOf,Rf=Object.prototype.toString,jf=Function.prototype.toString,Mf=String.prototype.match,rt=String.prototype.slice,D=String.prototype.replace,Lf=String.prototype.toUpperCase,aa=String.prototype.toLowerCase,ma=RegExp.prototype.test,sa=Array.prototype.concat,I=Array.prototype.join,Vf=Array.prototype.slice,ua=Math.floor,Xr=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Gr=Object.getOwnPropertySymbols,zr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,pe=typeof Symbol=="function"&&typeof Symbol.iterator=="object",$e=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===pe||!0)?Symbol.toStringTag:null,ga=Object.prototype.propertyIsEnumerable,la=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function pa(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||ma.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-ua(-r):ua(r);if(n!==r){var o=String(n),i=rt.call(e,o.length+1);return D.call(o,t,"$&_")+"."+D.call(D.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return D.call(e,t,"$&_")}var Kr=ta(),ca=Kr.custom,fa=ba(ca)?ca:null,va={__proto__:null,double:'"',single:"'"},Df={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};Ea.exports=function r(e,t,n,o){var i=t||{};if(N(i,"quoteStyle")&&!N(va,i.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(N(i,"maxStringLength")&&(typeof i.maxStringLength=="number"?i.maxStringLength<0&&i.maxStringLength!==1/0:i.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var a=N(i,"customInspect")?i.customInspect:!0;if(typeof a!="boolean"&&a!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(N(i,"indent")&&i.indent!==null&&i.indent!==" "&&!(parseInt(i.indent,10)===i.indent&&i.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(N(i,"numericSeparator")&&typeof i.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var u=i.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return xa(e,i);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var c=String(e);return u?pa(e,c):c}if(typeof e=="bigint"){var l=String(e)+"n";return u?pa(e,l):l}var d=typeof i.depth>"u"?5:i.depth;if(typeof n>"u"&&(n=0),n>=d&&d>0&&typeof e=="object")return Qr(e)?"[Array]":"[Object]";var f=id(i,n);if(typeof o>"u")o=[];else if(Sa(o,e)>=0)return"[Circular]";function y(Z,Le,Lp){if(Le&&(o=Vf.call(o),o.push(Le)),Lp){var jn={depth:i.depth};return N(i,"quoteStyle")&&(jn.quoteStyle=i.quoteStyle),r(Z,jn,n+1,o)}return r(Z,i,n+1,o)}if(typeof e=="function"&&!da(e)){var m=Kf(e),v=er(e,y);return"[Function"+(m?": "+m:" (anonymous)")+"]"+(v.length>0?" { "+I.call(v,", ")+" }":"")}if(ba(e)){var p=pe?D.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):zr.call(e);return typeof e=="object"&&!pe?Ae(p):p}if(td(e)){for(var g="<"+aa.call(String(e.nodeName)),h=e.attributes||[],b=0;b<h.length;b++)g+=" "+h[b].name+"="+ha(Uf(h[b].value),"double",i);return g+=">",e.childNodes&&e.childNodes.length&&(g+="..."),g+="</"+aa.call(String(e.nodeName))+">",g}if(Qr(e)){if(e.length===0)return"[]";var T=er(e,y);return f&&!od(T)?"["+Yr(T,f)+"]":"[ "+I.call(T,", ")+" ]"}if(Jf(e)){var O=er(e,y);return!("cause"in Error.prototype)&&"cause"in e&&!ga.call(e,"cause")?"{ ["+String(e)+"] "+I.call(sa.call("[cause]: "+y(e.cause),O),", ")+" }":O.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+I.call(O,", ")+" }"}if(typeof e=="object"&&a){if(fa&&typeof e[fa]=="function"&&Kr)return Kr(e,{depth:d-n});if(a!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(Qf(e)){var X=[];return na&&na.call(e,function(Z,Le){X.push(y(Le,e,!0)+" => "+y(Z,e))}),ya("Map",rr.call(e),X,f)}if(ed(e)){var j=[];return oa&&oa.call(e,function(Z){j.push(y(Z,e))}),ya("Set",tr.call(e),j,f)}if(Yf(e))return Hr("WeakMap");if(rd(e))return Hr("WeakSet");if(Zf(e))return Hr("WeakRef");if(Gf(e))return Ae(y(Number(e)));if(Xf(e))return Ae(y(Xr.call(e)));if(Hf(e))return Ae(Nf.call(e));if(Wf(e))return Ae(y(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(typeof globalThis<"u"&&e===globalThis||typeof global<"u"&&e===global)return"{ [object globalThis] }";if(!Bf(e)&&!da(e)){var Y=er(e,y),Nn=la?la(e)===Object.prototype:e instanceof Object||e.constructor===Object,xr=e instanceof Object?"":"null prototype",Rn=!Nn&&$e&&Object(e)===e&&$e in e?rt.call(U(e),8,-1):xr?"Object":"",Mp=Nn||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",Er=Mp+(Rn||xr?"["+I.call(sa.call([],Rn||[],xr||[]),": ")+"] ":"");return Y.length===0?Er+"{}":f?Er+"{"+Yr(Y,f)+"}":Er+"{ "+I.call(Y,", ")+" }"}return String(e)};function ha(r,e,t){var n=t.quoteStyle||e,o=va[n];return o+r+o}function Uf(r){return D.call(String(r),/"/g,"&quot;")}function K(r){return!$e||!(typeof r=="object"&&($e in r||typeof r[$e]<"u"))}function Qr(r){return U(r)==="[object Array]"&&K(r)}function Bf(r){return U(r)==="[object Date]"&&K(r)}function da(r){return U(r)==="[object RegExp]"&&K(r)}function Jf(r){return U(r)==="[object Error]"&&K(r)}function Wf(r){return U(r)==="[object String]"&&K(r)}function Gf(r){return U(r)==="[object Number]"&&K(r)}function Hf(r){return U(r)==="[object Boolean]"&&K(r)}function ba(r){if(pe)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!zr)return!1;try{return zr.call(r),!0}catch{}return!1}function Xf(r){if(!r||typeof r!="object"||!Xr)return!1;try{return Xr.call(r),!0}catch{}return!1}var zf=Object.prototype.hasOwnProperty||function(r){return r in this};function N(r,e){return zf.call(r,e)}function U(r){return Rf.call(r)}function Kf(r){if(r.name)return r.name;var e=Mf.call(jf.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function Sa(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function Qf(r){if(!rr||!r||typeof r!="object")return!1;try{rr.call(r);try{tr.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function Yf(r){if(!Pe||!r||typeof r!="object")return!1;try{Pe.call(r,Pe);try{Oe.call(r,Oe)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function Zf(r){if(!ia||!r||typeof r!="object")return!1;try{return ia.call(r),!0}catch{}return!1}function ed(r){if(!tr||!r||typeof r!="object")return!1;try{tr.call(r);try{rr.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function rd(r){if(!Oe||!r||typeof r!="object")return!1;try{Oe.call(r,Oe);try{Pe.call(r,Pe)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function td(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function xa(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return xa(rt.call(r,0,e.maxStringLength),e)+n}var o=Df[e.quoteStyle||"single"];o.lastIndex=0;var i=D.call(D.call(r,o,"\\$1"),/[\x00-\x1f]/g,nd);return ha(i,"single",e)}function nd(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+Lf.call(e.toString(16))}function Ae(r){return"Object("+r+")"}function Hr(r){return r+" { ? }"}function ya(r,e,t,n){var o=n?Yr(t,n):I.call(t,", ");return r+" ("+e+") {"+o+"}"}function od(r){for(var e=0;e<r.length;e++)if(Sa(r[e],`
2
+ `)>=0)return!1;return!0}function id(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=I.call(Array(r.indent+1)," ");else return null;return{base:t,prev:I.call(Array(e+1),t)}}function Yr(r,e){if(r.length===0)return"";var t=`
3
+ `+e.prev+e.base;return t+I.call(r,","+t)+`
4
+ `+e.prev}function er(r,e){var t=Qr(r),n=[];if(t){n.length=r.length;for(var o=0;o<r.length;o++)n[o]=N(r,o)?e(r[o],r):""}var i=typeof Gr=="function"?Gr(r):[],a;if(pe){a={};for(var u=0;u<i.length;u++)a["$"+i[u]]=i[u]}for(var c in r)N(r,c)&&(t&&String(Number(c))===c&&c<r.length||pe&&a["$"+c]instanceof Symbol||(ma.call(/[^\w$]/,c)?n.push(e(c,r)+": "+e(r[c],r)):n.push(c+": "+e(r[c],r))));if(typeof Gr=="function")for(var l=0;l<i.length;l++)ga.call(r,i[l])&&n.push("["+e(i[l])+"]: "+e(r[i[l]],r));return n}});var B=s((RS,qa)=>{"use strict";qa.exports=function(e){return typeof e=="string"||typeof e=="symbol"}});var _e=s((jS,Aa)=>{"use strict";var Ta=x(),ad=wa(),sd=B(),ud=k();Aa.exports=function(e,t){if(!ud(e))throw new Ta("Assertion failed: Type(O) is not Object");if(!sd(t))throw new Ta("Assertion failed: P is not a Property Key, got "+ad(t));return e[t]}});var _=s((MS,$a)=>{"use strict";var Pa=$(),Oa=xe(),ld=Oa([Pa("%String.prototype.indexOf%")]);$a.exports=function(e,t){var n=Pa(e,!!t);return typeof n=="function"&&ld(e,".prototype.")>-1?Oa([n]):n}});var tt=s((LS,ka)=>{"use strict";var pd=$(),_a=pd("%Array%"),cd=!_a.isArray&&_()("Object.prototype.toString");ka.exports=_a.isArray||function(e){return cd(e)==="[object Array]"}});var nr=s((VS,Ia)=>{"use strict";Ia.exports=tt()});var Fa=s((DS,Ca)=>{"use strict";Ca.exports=$()});var R=s((US,Na)=>{"use strict";var fd=x(),ke=V(),dd={__proto__:null,"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};Na.exports=function(e){if(!e||typeof e!="object")return!1;for(var t in e)if(ke(e,t)&&!dd[t])return!1;var n=ke(e,"[[Value]]")||ke(e,"[[Writable]]"),o=ke(e,"[[Get]]")||ke(e,"[[Set]]");if(n&&o)throw new fd("Property Descriptors may not be both accessor and data descriptors");return!0}});var nt=s((BS,Ma)=>{"use strict";var yd=Se(),Ra=re(),ja=yd.hasArrayLengthDefineBug(),md=ja&&tt(),gd=_(),vd=gd("Object.prototype.propertyIsEnumerable");Ma.exports=function(e,t,n,o,i,a){if(!Ra){if(!e(a)||!a["[[Configurable]]"]||!a["[[Writable]]"]||i in o&&vd(o,i)!==!!a["[[Enumerable]]"])return!1;var u=a["[[Value]]"];return o[i]=u,t(o[i],u)}return ja&&i==="length"&&"[[Value]]"in a&&md(o)&&o.length!==a["[[Value]]"]?(o.length=a["[[Value]]"],o.length===a["[[Value]]"]):(Ra(o,i,n(a)),!0)}});var Va=s((JS,La)=>{"use strict";La.exports=function(e){if(typeof e>"u")return e;var t={};return"[[Value]]"in e&&(t.value=e["[[Value]]"]),"[[Writable]]"in e&&(t.writable=!!e["[[Writable]]"]),"[[Get]]"in e&&(t.get=e["[[Get]]"]),"[[Set]]"in e&&(t.set=e["[[Set]]"]),"[[Enumerable]]"in e&&(t.enumerable=!!e["[[Enumerable]]"]),"[[Configurable]]"in e&&(t.configurable=!!e["[[Configurable]]"]),t}});var ot=s((WS,Da)=>{"use strict";var hd=x(),bd=R(),Sd=Va();Da.exports=function(e){if(typeof e<"u"&&!bd(e))throw new hd("Assertion failed: `Desc` must be a Property Descriptor");return Sd(e)}});var or=s((GS,Ba)=>{"use strict";var xd=x(),Ua=V(),Ed=R();Ba.exports=function(e){if(typeof e>"u")return!1;if(!Ed(e))throw new xd("Assertion failed: `Desc` must be a Property Descriptor");return!(!Ua(e,"[[Value]]")&&!Ua(e,"[[Writable]]"))}});var ir=s((HS,Wa)=>{"use strict";var Ja=oe();Wa.exports=function(e,t){return e===t?e===0?1/e===1/t:!0:Ja(e)&&Ja(t)}});var lt=s((XS,Xa)=>{"use strict";var Ha=Function.prototype.toString,ce=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,at,ar;if(typeof ce=="function"&&typeof Object.defineProperty=="function")try{at=Object.defineProperty({},"length",{get:function(){throw ar}}),ar={},ce(function(){throw 42},null,at)}catch(r){r!==ar&&(ce=null)}else ce=null;var wd=/^\s*class\b/,st=function(e){try{var t=Ha.call(e);return wd.test(t)}catch{return!1}},it=function(e){try{return st(e)?!1:(Ha.call(e),!0)}catch{return!1}},sr=Object.prototype.toString,qd="[object Object]",Td="[object Function]",Ad="[object GeneratorFunction]",Pd="[object HTMLAllCollection]",Od="[object HTML document.all class]",$d="[object HTMLCollection]",_d=typeof Symbol=="function"&&!!Symbol.toStringTag,kd=!(0 in[,]),ut=function(){return!1};typeof document=="object"&&(Ga=document.all,sr.call(Ga)===sr.call(document.all)&&(ut=function(e){if((kd||!e)&&(typeof e>"u"||typeof e=="object"))try{var t=sr.call(e);return(t===Pd||t===Od||t===$d||t===qd)&&e("")==null}catch{}return!1}));var Ga;Xa.exports=ce?function(e){if(ut(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{ce(e,null,at)}catch(t){if(t!==ar)return!1}return!st(e)&&it(e)}:function(e){if(ut(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;if(_d)return it(e);if(st(e))return!1;var t=sr.call(e);return t!==Td&&t!==Ad&&!/^\[object HTML/.test(t)?!1:it(e)}});var Ka=s((zS,za)=>{"use strict";za.exports=lt()});var Ya=s((KS,Qa)=>{"use strict";Qa.exports=function(e){return!!e}});var ct=s((QS,es)=>{"use strict";var C=V(),ur=x(),Id=k(),Za=Ka(),pt=Ya();es.exports=function(e){if(!Id(e))throw new ur("ToPropertyDescriptor requires an object");var t={};if(C(e,"enumerable")&&(t["[[Enumerable]]"]=pt(e.enumerable)),C(e,"configurable")&&(t["[[Configurable]]"]=pt(e.configurable)),C(e,"value")&&(t["[[Value]]"]=e.value),C(e,"writable")&&(t["[[Writable]]"]=pt(e.writable)),C(e,"get")){var n=e.get;if(typeof n<"u"&&!Za(n))throw new ur("getter must be a function");t["[[Get]]"]=n}if(C(e,"set")){var o=e.set;if(typeof o<"u"&&!Za(o))throw new ur("setter must be a function");t["[[Set]]"]=o}if((C(t,"[[Get]]")||C(t,"[[Set]]"))&&(C(t,"[[Value]]")||C(t,"[[Writable]]")))throw new ur("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}});var ns=s((YS,ts)=>{"use strict";var ft=x(),Cd=k(),rs=R(),Fd=nt(),Nd=ot(),Rd=or(),jd=B(),Md=ir(),Ld=ct();ts.exports=function(e,t,n){if(!Cd(e))throw new ft("Assertion failed: Type(O) is not Object");if(!jd(t))throw new ft("Assertion failed: P is not a Property Key");var o=rs(n)?n:Ld(n);if(!rs(o))throw new ft("Assertion failed: Desc is not a valid Property Descriptor");return Fd(Rd,Md,Nd,e,t,o)}});var is=s((ZS,mt)=>{"use strict";var Vd=Fa(),os=Vd("%Reflect.construct%",!0),lr=ns();try{lr({},"",{"[[Get]]":function(){}})}catch{lr=null}lr&&os?(dt={},yt={},lr(yt,"length",{"[[Get]]":function(){throw dt},"[[Enumerable]]":!0}),mt.exports=function(e){try{os(e,yt)}catch(t){return t===dt}}):mt.exports=function(e){return typeof e=="function"&&!!e.prototype};var dt,yt});var cs=s((ex,ps)=>{"use strict";var Dd=$(),as=Dd("%Symbol.species%",!0),ss=x(),Ud=Ur(),Bd=k(),us=ea(),ls=_e(),Jd=nr(),Wd=is();ps.exports=function(e,t){if(!Ud(t)||t<0)throw new ss("Assertion failed: length must be an integer >= 0");var n=Jd(e);if(!n)return us(t);var o=ls(e,"constructor");if(as&&Bd(o)&&(o=ls(o,as),o===null&&(o=void 0)),typeof o>"u")return us(t);if(!Wd(o))throw new ss("C must be a constructor");return new o(t)}});var gt=s((rx,fs)=>{"use strict";fs.exports=Number.MAX_SAFE_INTEGER||9007199254740991});var ys=s((tx,ds)=>{"use strict";var Gd=$(),Hd=_(),Xd=x(),zd=nr(),Kd=Gd("%Reflect.apply%",!0)||Hd("Function.prototype.apply");ds.exports=function(e,t){var n=arguments.length>2?arguments[2]:[];if(!zd(n))throw new Xd("Assertion failed: optional `argumentsList`, if provided, must be a List");return Kd(e,t,n)}});var pr=s((nx,gs)=>{"use strict";var Qd=x(),ms=V(),Yd=R();gs.exports=function(e){if(typeof e>"u")return!1;if(!Yd(e))throw new Qd("Assertion failed: `Desc` must be a Property Descriptor");return!(!ms(e,"[[Get]]")&&!ms(e,"[[Set]]"))}});var vt=s((ox,vs)=>{"use strict";vs.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var xs=s((ix,Ss)=>{"use strict";var bs=$(),Zd=bs("%Object.preventExtensions%",!0),ey=bs("%Object.isExtensible%",!0),hs=vt();Ss.exports=Zd?function(e){return!hs(e)&&ey(e)}:function(e){return!hs(e)}});var ws=s((ax,Es)=>{"use strict";var ry=R();Es.exports=function(e,t){return ry(t)&&"[[Enumerable]]"in t&&"[[Configurable]]"in t&&(e.IsAccessorDescriptor(t)||e.IsDataDescriptor(t))}});var Ts=s((sx,qs)=>{"use strict";var ty=x(),ny=pr(),oy=or(),iy=R();qs.exports=function(e){if(typeof e>"u")return!1;if(!iy(e))throw new ty("Assertion failed: `Desc` must be a Property Descriptor");return!ny(e)&&!oy(e)}});var Os=s((ux,Ps)=>{"use strict";var fe=x(),ay=k(),Ie=nt(),sy=ws(),As=R(),Ce=ot(),Q=pr(),J=or(),uy=Ts(),ly=B(),F=ir();Ps.exports=function(e,t,n,o,i){if(typeof e<"u"&&!ay(e))throw new fe("Assertion failed: O must be undefined or an Object");if(!ly(t))throw new fe("Assertion failed: P must be a Property Key");if(typeof n!="boolean")throw new fe("Assertion failed: extensible must be a Boolean");if(!As(o))throw new fe("Assertion failed: Desc must be a Property Descriptor");if(typeof i<"u"&&!As(i))throw new fe("Assertion failed: current must be a Property Descriptor, or undefined");if(typeof i>"u")return n?typeof e>"u"?!0:Q(o)?Ie(J,F,Ce,e,t,o):Ie(J,F,Ce,e,t,{"[[Configurable]]":!!o["[[Configurable]]"],"[[Enumerable]]":!!o["[[Enumerable]]"],"[[Value]]":o["[[Value]]"],"[[Writable]]":!!o["[[Writable]]"]}):!1;if(!sy({IsAccessorDescriptor:Q,IsDataDescriptor:J},i))throw new fe("`current`, when present, must be a fully populated and valid Property Descriptor");if(!i["[[Configurable]]"]){if("[[Configurable]]"in o&&o["[[Configurable]]"]||"[[Enumerable]]"in o&&!F(o["[[Enumerable]]"],i["[[Enumerable]]"])||!uy(o)&&!F(Q(o),Q(i)))return!1;if(Q(i)){if("[[Get]]"in o&&!F(o["[[Get]]"],i["[[Get]]"])||"[[Set]]"in o&&!F(o["[[Set]]"],i["[[Set]]"]))return!1}else if(!i["[[Writable]]"]&&("[[Writable]]"in o&&o["[[Writable]]"]||"[[Value]]"in o&&!F(o["[[Value]]"],i["[[Value]]"])))return!1}if(typeof e<"u"){var a,u;return J(i)&&Q(o)?(a=("[[Configurable]]"in o?o:i)["[[Configurable]]"],u=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],Ie(J,F,Ce,e,t,{"[[Configurable]]":!!a,"[[Enumerable]]":!!u,"[[Get]]":("[[Get]]"in o?o:i)["[[Get]]"],"[[Set]]":("[[Set]]"in o?o:i)["[[Set]]"]})):Q(i)&&J(o)?(a=("[[Configurable]]"in o?o:i)["[[Configurable]]"],u=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],Ie(J,F,Ce,e,t,{"[[Configurable]]":!!a,"[[Enumerable]]":!!u,"[[Value]]":("[[Value]]"in o?o:i)["[[Value]]"],"[[Writable]]":!!("[[Writable]]"in o?o:i)["[[Writable]]"]})):Ie(J,F,Ce,e,t,o)}return!0}});var Is=s((lx,ks)=>{"use strict";var $s=M(),_s=be(),ht=x(),py=k(),cy=R(),fy=pr(),dy=xs(),yy=B(),my=ct(),gy=ir(),vy=Os();ks.exports=function(e,t,n){if(!py(e))throw new ht("Assertion failed: O must be an Object");if(!yy(t))throw new ht("Assertion failed: P must be a Property Key");if(!cy(n))throw new ht("Assertion failed: Desc must be a Property Descriptor");if(!$s){if(fy(n))throw new _s("This environment does not support accessor property descriptors.");var o=!(t in e)&&n["[[Writable]]"]&&n["[[Enumerable]]"]&&n["[[Configurable]]"]&&"[[Value]]"in n,i=t in e&&(!("[[Configurable]]"in n)||n["[[Configurable]]"])&&(!("[[Enumerable]]"in n)||n["[[Enumerable]]"])&&(!("[[Writable]]"in n)||n["[[Writable]]"])&&"[[Value]]"in n;if(o||i)return e[t]=n["[[Value]]"],gy(e[t],n["[[Value]]"]);throw new _s("This environment does not support defining non-writable, non-enumerable, or non-configurable properties")}var a=$s(e,t),u=a&&my(a),c=dy(e);return vy(e,t,c,n,u)}});var Ns=s((px,Fs)=>{"use strict";var Cs=x(),hy=k(),by=B(),Sy=Is();Fs.exports=function(e,t,n){if(!hy(e))throw new Cs("Assertion failed: Type(O) is not Object");if(!by(t))throw new Cs("Assertion failed: P is not a Property Key");var o={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0};return Sy(e,t,o)}});var js=s((cx,Rs)=>{"use strict";var bt=x(),xy=k(),Ey=Ns(),wy=B();Rs.exports=function(e,t,n){if(!xy(e))throw new bt("Assertion failed: Type(O) is not Object");if(!wy(t))throw new bt("Assertion failed: P is not a Property Key");var o=Ey(e,t,n);if(!o)throw new bt("unable to create data property")}});var Vs=s((fx,Ls)=>{"use strict";var Ms=x(),qy=k(),Ty=B();Ls.exports=function(e,t){if(!qy(e))throw new Ms("Assertion failed: `O` must be an Object");if(!Ty(t))throw new Ms("Assertion failed: `P` must be a Property Key");return t in e}});var Us=s((dx,Ds)=>{"use strict";Ds.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var St=s((yx,Bs)=>{"use strict";var Ay=Xe();Bs.exports=function(){return Ay()&&!!Symbol.toStringTag}});var Gs=s((mx,Ws)=>{"use strict";var Js=_(),Py=Js("Date.prototype.getDay"),Oy=function(e){try{return Py(e),!0}catch{return!1}},$y=Js("Object.prototype.toString"),_y="[object Date]",ky=St()();Ws.exports=function(e){return typeof e!="object"||e===null?!1:ky?Oy(e):$y(e)===_y}});var Ys=s((gx,Qs)=>{"use strict";var Hs=_(),Iy=St()(),Cy=V(),Fy=M(),wt;Iy?(Xs=Hs("RegExp.prototype.exec"),xt={},cr=function(){throw xt},Et={toString:cr,valueOf:cr},typeof Symbol.toPrimitive=="symbol"&&(Et[Symbol.toPrimitive]=cr),wt=function(e){if(!e||typeof e!="object")return!1;var t=Fy(e,"lastIndex"),n=t&&Cy(t,"value");if(!n)return!1;try{Xs(e,Et)}catch(o){return o===xt}}):(zs=Hs("Object.prototype.toString"),Ks="[object RegExp]",wt=function(e){return!e||typeof e!="object"&&typeof e!="function"?!1:zs(e)===Ks});var Xs,xt,cr,Et,zs,Ks;Qs.exports=wt});var qt=s((vx,Zs)=>{"use strict";var Ny=_(),Ry=Ys(),jy=Ny("RegExp.prototype.exec"),My=x();Zs.exports=function(e){if(!Ry(e))throw new My("`regex` must be a RegExp");return function(n){return jy(e,n)!==null}}});var ou=s((hx,Tt)=>{"use strict";var nu=_(),Ly=nu("Object.prototype.toString"),Vy=Fr()(),Dy=qt();Vy?(eu=nu("Symbol.prototype.toString"),ru=Dy(/^Symbol\(.*\)$/),tu=function(e){return typeof e.valueOf()!="symbol"?!1:ru(eu(e))},Tt.exports=function(e){if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||Ly(e)!=="[object Symbol]")return!1;try{return tu(e)}catch{return!1}}):Tt.exports=function(e){return!1};var eu,ru,tu});var uu=s((bx,su)=>{"use strict";var Uy=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol",At=Us(),au=lt(),By=Gs(),iu=ou(),Jy=function(e,t){if(typeof e>"u"||e===null)throw new TypeError("Cannot call method on "+e);if(typeof t!="string"||t!=="number"&&t!=="string")throw new TypeError('hint must be "string" or "number"');var n=t==="string"?["toString","valueOf"]:["valueOf","toString"],o,i,a;for(a=0;a<n.length;++a)if(o=e[n[a]],au(o)&&(i=o.call(e),At(i)))return i;throw new TypeError("No default value")},Wy=function(e,t){var n=e[t];if(n!==null&&typeof n<"u"){if(!au(n))throw new TypeError(n+" returned for property "+String(t)+" of object "+e+" is not a function");return n}};su.exports=function(e){if(At(e))return e;var t="default";arguments.length>1&&(arguments[1]===String?t="string":arguments[1]===Number&&(t="number"));var n;if(Uy&&(Symbol.toPrimitive?n=Wy(e,Symbol.toPrimitive):iu(e)&&(n=Symbol.prototype.valueOf)),typeof n<"u"){var o=n.call(e,t);if(At(o))return o;throw new TypeError("unable to convert exotic object to primitive")}return t==="default"&&(By(e)||iu(e))&&(t="string"),Jy(e,t==="default"?"number":t)}});var cu=s((Sx,pu)=>{"use strict";var lu=uu();pu.exports=function(e){return arguments.length>1?lu(e,arguments[1]):lu(e)}});var Fe=s((xx,fu)=>{"use strict";var Gy=x();fu.exports=function(e){if(e==null)throw new Gy(arguments.length>0&&arguments[1]||"Cannot call method on "+e);return e}});var Pt=s((Ex,du)=>{"use strict";var Hy=$(),Xy=Hy("%String%"),zy=x();du.exports=function(e){if(typeof e=="symbol")throw new zy("Cannot convert a Symbol value to a string");return Xy(e)}});var Ot=s((wx,gu)=>{"use strict";var Ky=Fe(),Qy=Pt(),Yy=_(),yu=Yy("String.prototype.replace"),mu=/^\s$/.test("\u180E"),Zy=mu?/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/:/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/,em=mu?/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/:/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;gu.exports=function(){var e=Qy(Ky(this));return yu(yu(e,Zy,""),em,"")}});var $t=s((qx,hu)=>{"use strict";var rm=Ot(),vu="\u200B",de="\u180E";hu.exports=function(){return String.prototype.trim&&vu.trim()===vu&&de.trim()===de&&("_"+de).trim()==="_"+de&&(de+"_").trim()===de+"_"?String.prototype.trim:rm}});var xu=s((Tx,Su)=>{"use strict";var tm=Se()(),bu=Ge(),nm=$t();Su.exports=function(){var e=nm();return String.prototype.trim!==e&&(tm?bu(String.prototype,"trim",e,!0):bu(String.prototype,"trim",e)),e}});var Tu=s((Ax,qu)=>{"use strict";var om=Te(),im=L(),am=Fe(),sm=Ot(),Eu=$t(),um=xu(),lm=om(Eu()),wu=function(e){return am(e),lm(e)};im(wu,{getPolyfill:Eu,implementation:sm,shim:um});qu.exports=wu});var _u=s((Px,$u)=>{"use strict";var Ou=$(),pm=Ou("%RegExp%"),cm=x(),Au=Ou("%parseInt%"),fm=_(),fr=qt(),Pu=fm("String.prototype.slice"),dm=fr(/^0b[01]+$/i),ym=fr(/^0o[0-7]+$/i),mm=fr(/^[-+]0x[0-9a-f]+$/i),gm=["\x85","\u200B","\uFFFE"].join(""),vm=new pm("["+gm+"]","g"),hm=fr(vm),bm=Tu();$u.exports=function r(e){if(typeof e!="string")throw new cm("Assertion failed: `argument` is not a String");if(dm(e))return+Au(Pu(e,2),2);if(ym(e))return+Au(Pu(e,2),8);if(hm(e)||mm(e))return NaN;var t=bm(e);return t!==e?r(t):+e}});var Cu=s((Ox,Iu)=>{"use strict";var Sm=$(),ku=x(),xm=Sm("%Number%"),Em=vt(),wm=cu(),qm=_u();Iu.exports=function(e){var t=Em(e)?e:wm(e,xm);if(typeof t=="symbol")throw new ku("Cannot convert a Symbol value to a number");if(typeof t=="bigint")throw new ku("Conversion from 'BigInt' to 'number' is not allowed.");return typeof t=="string"?qm(t):+t}});var Nu=s(($x,Fu)=>{"use strict";var Tm=He();Fu.exports=function(e){return typeof e=="bigint"?e:Tm(e)}});var Mu=s((_x,ju)=>{"use strict";var Ru=Nu(),Am=x();ju.exports=function(e){if(typeof e!="number"&&typeof e!="bigint")throw new Am("argument must be a Number or a BigInt");var t=e<0?-Ru(-e):Ru(e);return t===0?0:t}});var _t=s((kx,Lu)=>{"use strict";var Pm=Cu(),Om=Mu(),$m=oe(),_m=Dr();Lu.exports=function(e){var t=Pm(e);return $m(t)||t===0?0:_m(t)?Om(t):t}});var kt=s((Ix,Du)=>{"use strict";var Vu=gt(),km=_t();Du.exports=function(e){var t=km(e);return t<=0?0:t>Vu?Vu:t}});var Bu=s((Cx,Uu)=>{"use strict";var Im=x(),Cm=k(),Fm=_e(),Nm=kt();Uu.exports=function(e){if(!Cm(e))throw new Im("Assertion failed: `obj` must be an Object");return Nm(Fm(e,"length"))}});var Hu=s((Fx,Gu)=>{"use strict";var Ju=x(),Rm=gt(),jm=ys(),Mm=js(),Lm=_e(),Vm=Vs(),Dm=nr(),Um=Bu(),Wu=Pt();Gu.exports=function r(e,t,n,o,i){var a;arguments.length>5&&(a=arguments[5]);for(var u=o,c=0;c<n;){var l=Wu(c),d=Vm(t,l);if(d===!0){var f=Lm(t,l);if(typeof a<"u"){if(arguments.length<=6)throw new Ju("Assertion failed: thisArg is required when mapperFunction is provided");f=jm(a,arguments[6],[f,c,t])}var y=!1;if(i>0&&(y=Dm(f)),y){var m=Um(f);u=r(e,f,m,u,i-1)}else{if(u>=Rm)throw new Ju("index too large");Mm(e,Wu(u),f),u+=1}}c+=1}return u}});var zu=s((Nx,Xu)=>{"use strict";var Bm=ne(),Jm=Fe();Xu.exports=function(e){return Jm(e),Bm(e)}});var Qu=s((Rx,Ku)=>{"use strict";Ku.exports=zu()});var It=s((jx,Yu)=>{"use strict";var Wm=cs(),Gm=Hu(),Hm=_e(),Xm=_t(),zm=kt(),Km=Qu();Yu.exports=function(){var e=Km(this),t=zm(Hm(e,"length")),n=1;arguments.length>0&&typeof arguments[0]<"u"&&(n=Xm(arguments[0]));var o=Wm(e,0);return Gm(o,e,t,0,n),o}});var Ct=s((Mx,Zu)=>{"use strict";var Qm=It();Zu.exports=function(){return Array.prototype.flat||Qm}});var ol=s((Lx,nl)=>{"use strict";var Ym=V(),tl=typeof Symbol=="function"&&typeof Symbol.unscopables=="symbol",el=tl&&Array.prototype[Symbol.unscopables],rl=TypeError;nl.exports=function(e){if(typeof e!="string"||!e)throw new rl("method must be a non-empty string");if(!Ym(Array.prototype,e))throw new rl("method must be on Array.prototype");tl&&el&&(el[e]=!0)}});var al=s((Vx,il)=>{"use strict";var Zm=L(),eg=ol(),rg=Ct();il.exports=function(){var e=rg();return Zm(Array.prototype,{flat:e},{flat:function(){return Array.prototype.flat!==e}}),eg("flat"),e}});var pl=s((Dx,ll)=>{"use strict";var tg=L(),ng=Te(),og=It(),sl=Ct(),ig=sl(),ag=al(),ul=ng(ig);tg(ul,{getPolyfill:sl,implementation:og,shim:ag});ll.exports=ul});var Ft=s((Ux,cl)=>{"use strict";var sg=Fe(),ug=_(),lg=ug("Object.prototype.propertyIsEnumerable");cl.exports=function(e){var t=sg(e),n=[];for(var o in t)lg(t,o)&&(n[n.length]=t[o]);return n}});var Nt=s((Bx,fl)=>{"use strict";var pg=Ft();fl.exports=function(){return typeof Object.values=="function"?Object.values:pg}});var yl=s((Jx,dl)=>{"use strict";var cg=Nt(),fg=L();dl.exports=function(){var e=cg();return fg(Object,{values:e},{values:function(){return Object.values!==e}}),e}});var hl=s((Wx,vl)=>{"use strict";var dg=L(),yg=Te(),mg=Ft(),ml=Nt(),gg=yl(),gl=yg(ml(),Object);dg(gl,{getPolyfill:ml,implementation:mg,shim:gg});vl.exports=gl});var xl=s(Ne=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.eventHandlersByType=void 0;var vg=pl(),hg=bl(vg),bg=hl(),Sg=bl(bg);function bl(r){return r&&r.__esModule?r:{default:r}}var Sl={clipboard:["onCopy","onCut","onPaste"],composition:["onCompositionEnd","onCompositionStart","onCompositionUpdate"],keyboard:["onKeyDown","onKeyPress","onKeyUp"],focus:["onFocus","onBlur"],form:["onChange","onInput","onSubmit"],mouse:["onClick","onContextMenu","onDblClick","onDoubleClick","onDrag","onDragEnd","onDragEnter","onDragExit","onDragLeave","onDragOver","onDragStart","onDrop","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp"],selection:["onSelect"],touch:["onTouchCancel","onTouchEnd","onTouchMove","onTouchStart"],ui:["onScroll"],wheel:["onWheel"],media:["onAbort","onCanPlay","onCanPlayThrough","onDurationChange","onEmptied","onEncrypted","onEnded","onError","onLoadedData","onLoadedMetadata","onLoadStart","onPause","onPlay","onPlaying","onProgress","onRateChange","onSeeked","onSeeking","onStalled","onSuspend","onTimeUpdate","onVolumeChange","onWaiting"],image:["onLoad","onError"],animation:["onAnimationStart","onAnimationEnd","onAnimationIteration"],transition:["onTransitionEnd"]};Ne.default=(0,hg.default)((0,Sg.default)(Sl));Ne.eventHandlersByType=Sl});var wl=s(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});var xg=(function(){function r(e,t){var n=[],o=!0,i=!1,a=void 0;try{for(var u=e[Symbol.iterator](),c;!(o=(c=u.next()).done)&&(n.push(c.value),!(t&&n.length===t));o=!0);}catch(l){i=!0,a=l}finally{try{!o&&u.return&&u.return()}finally{if(i)throw a}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}})(),ye=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};jt.default=Ag;var Eg=De(),wg=qg(Eg);function qg(r){return r&&r.__esModule?r:{default:r}}function El(r,e){var t={};for(var n in r)e.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t}var Tg={ignoreCase:!0};function Ag(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Tg;function n(u){return t.ignoreCase?u.toUpperCase():u}var o=n(e);function i(u){return u.type==="Property"&&u.key.type==="Identifier"&&o===n(u.key.name)}var a=r.find(function(u){return u.type==="JSXSpreadAttribute"?u.argument.type==="ObjectExpression"&&o!==n("key")&&u.argument.properties.some(i):o===n((0,wg.default)(u))});return a&&a.type==="JSXSpreadAttribute"?Pg(a.argument.properties.find(i)):a}function Pg(r){var e=r.key,t=r.value;return ye({type:"JSXAttribute",name:ye({type:"JSXIdentifier",name:e.name},Rt(e)),value:t.type==="Literal"?Re(t):ye({type:"JSXExpressionContainer",expression:Og(t)},Rt(t))},Rt(r))}function Re(r){var e=r.range||[r.start,r.end],t=xg(e,2),n=t[0],o=t[1];return ye({},r,{end:void 0,range:[n,o],start:void 0})}function Og(r){var e=r.expressions,t=r.quasis,n=El(r,["expressions","quasis"]);return ye({},Re(n),e?{expressions:e.map(Re)}:{},t?{quasis:t.map(Re)}:{})}function Rt(r){var e=r.loc,t=El(r,["loc"]),n=Re(t),o=n.range;return{loc:$g(e),range:o}}function $g(r){var e=r.start,t=r.end,n=r.source,o=r.filename;return ye({start:e,end:t},n!==void 0?{source:n}:{},o!==void 0?{filename:o}:{})}});var Lt=s(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.default=_g;function _g(r){var e=r.value,t=typeof e=="string"&&e.toLowerCase();return t==="true"?!0:t==="false"?!1:e}});var Dt=s(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.default=kg;function kg(r){var e=dr().default,t=r.openingElement.name.name;return r.openingElement.selfClosing?"<"+t+" />":"<"+t+">"+[].concat(r.children).map(function(n){return e(n)}).join("")+"</"+t+">"}});var Bt=s(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.default=Ig;function Ig(r){return r.raw}});var Wt=s(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.default=Cg;function Cg(r){var e=dr().default;return r.children.length===0?"<></>":"<>"+[].concat(r.children).map(function(t){return e(t)}).join("")+"</>"}});var Tl=s(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.default=Fg;var ql={Array,Date,Infinity:1/0,Math,Number,Object,String,undefined:void 0};function Fg(r){var e=r.name;return Object.hasOwnProperty.call(ql,e)?ql[e]:e}});var Xt=s(Ht=>{"use strict";Object.defineProperty(Ht,"__esModule",{value:!0});Ht.default=Rg;function Ng(r,e){return(r.range?r.range[0]:r.start)-(e.range?e.range[0]:e.start)}function Rg(r){var e=r.quasis,t=r.expressions,n=e.concat(t);return n.sort(Ng).map(function(o){var i=o.type,a=o.value;a=a===void 0?{}:a;var u=a.raw,c=o.name;return i==="TemplateElement"?u:i==="Identifier"?c==="undefined"?c:"{"+c+"}":i.indexOf("Expression")>-1?"{"+i+"}":""}).join("")}});var Al=s(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{value:!0});zt.default=Vg;var jg=Xt(),Mg=Lg(jg);function Lg(r){return r&&r.__esModule?r:{default:r}}function Vg(r){return(0,Mg.default)(r.quasi)}});var Pl=s(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.default=Dg;function Dg(r){return function(){return r}}});var Ol=s(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.default=Ug;function Ug(r){var e=P().default,t=r.operator,n=r.left,o=r.right,i=e(n),a=e(o);return t==="&&"?i&&a:t==="??"?i===null||typeof i>"u"?a:i:i||a}});var $l=s(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.default=Bg;function Bg(r){var e=P().default;return""+e(r.object)+(r.optional?"?.":".")+e(r.property)}});var _l=s(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.default=Jg;function Jg(r){var e=P().default;return e(r.expression||r)}});var kl=s(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.default=Wg;function Wg(r){var e=P().default;return e(r.callee)+"?.("+r.arguments.map(function(t){return e(t)}).join(", ")+")"}});var Il=s(rn=>{"use strict";Object.defineProperty(rn,"__esModule",{value:!0});rn.default=Gg;function Gg(r){var e=P().default;return e(r.object)+"?."+e(r.property)}});var nn=s(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.default=Hg;function Hg(r){var e=P().default,t=Array.isArray(r.arguments)?r.arguments.map(function(n){return e(n)}).join(", "):"";return""+e(r.callee)+(r.optional?"?.":"")+"("+t+")"}});var Cl=s(on=>{"use strict";Object.defineProperty(on,"__esModule",{value:!0});on.default=Xg;function Xg(r){var e=P().default,t=r.operator,n=r.argument;switch(t){case"-":return-e(n);case"+":return+e(n);case"!":return!e(n);case"~":return~e(n);case"delete":return!0;case"typeof":case"void":default:return}}});var sn=s(an=>{"use strict";Object.defineProperty(an,"__esModule",{value:!0});an.default=zg;function zg(){return"this"}});var Fl=s(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.default=Kg;function Kg(r){var e=P().default,t=r.test,n=r.alternate,o=r.consequent;return e(t)?e(o):e(n)}});var Nl=s(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.default=Qg;function Qg(r){var e=P().default,t=r.operator,n=r.left,o=r.right,i=e(n),a=e(o);switch(t){case"==":return i==a;case"!=":return i!=a;case"===":return i===a;case"!==":return i!==a;case"<":return i<a;case"<=":return i<=a;case">":return i>a;case">=":return i>=a;case"<<":return i<<a;case">>":return i>>a;case">>>":return i>>>a;case"+":return i+a;case"-":return i-a;case"*":return i*a;case"/":return i/a;case"%":return i%a;case"|":return i|a;case"^":return i^a;case"&":return i&a;case"in":try{return i in a}catch{return!1}case"instanceof":return typeof a!="function"?!1:i instanceof a;default:return}}});var pn=s((fE,Ll)=>{"use strict";var Yg=_r(),jl=Xe()(),Ml=_(),yr=ne(),Zg=Ml("Array.prototype.push"),Rl=Ml("Object.prototype.propertyIsEnumerable"),ev=jl?yr.getOwnPropertySymbols:null;Ll.exports=function(e,t){if(e==null)throw new TypeError("target must be an object");var n=yr(e);if(arguments.length===1)return n;for(var o=1;o<arguments.length;++o){var i=yr(arguments[o]),a=Yg(i),u=jl&&(yr.getOwnPropertySymbols||ev);if(u)for(var c=u(i),l=0;l<c.length;++l){var d=c[l];Rl(i,d)&&Zg(a,d)}for(var f=0;f<a.length;++f){var y=a[f];if(Rl(i,y)){var m=i[y];n[y]=m}}}return n}});var fn=s((dE,Vl)=>{"use strict";var cn=pn(),rv=function(){if(!Object.assign)return!1;for(var r="abcdefghijklmnopqrst",e=r.split(""),t={},n=0;n<e.length;++n)t[e[n]]=e[n];var o=Object.assign({},t),i="";for(var a in o)i+=a;return r!==i},tv=function(){if(!Object.assign||!Object.preventExtensions)return!1;var r=Object.preventExtensions({1:2});try{Object.assign(r,"xy")}catch{return r[1]==="y"}return!1};Vl.exports=function(){return!Object.assign||rv()||tv()?cn:Object.assign}});var Ul=s((yE,Dl)=>{"use strict";var nv=L(),ov=fn();Dl.exports=function(){var e=ov();return nv(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}});var Gl=s((mE,Wl)=>{"use strict";var iv=L(),av=Te(),sv=pn(),Bl=fn(),uv=Ul(),lv=av.apply(Bl()),Jl=function(e,t){return lv(Object,arguments)};iv(Jl,{getPolyfill:Bl,implementation:sv,shim:uv});Wl.exports=Jl});var zl=s(dn=>{"use strict";Object.defineProperty(dn,"__esModule",{value:!0});dn.default=Xl;var pv=Gl(),Hl=cv(pv);function cv(r){return r&&r.__esModule?r:{default:r}}function fv(r,e,t){return e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Xl(r){var e=P().default;return r.properties.reduce(function(t,n){if(/^(?:Experimental)?Spread(?:Property|Element)$/.test(n.type)){if(n.argument.type==="ObjectExpression")return(0,Hl.default)({},t,Xl(n.argument))}else return(0,Hl.default)({},t,fv({},e(n.key),e(n.value)));return t},{})}});var Kl=s(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.default=dv;function dv(){return new Object}});var Ql=s(mn=>{"use strict";Object.defineProperty(mn,"__esModule",{value:!0});mn.default=yv;function yv(r){var e=P().default,t=r.operator,n=r.argument,o=r.prefix,i=e(n);switch(t){case"++":return o?++i:i++;case"--":return o?--i:i--;default:return}}});var Yl=s(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.default=mv;function mv(r){var e=P().default;return r.elements.map(function(t){if(t!==null)return e(t)})}});var Zl=s(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.default=gv;function gv(r){var e=P().default,t=e(r.callee),n=r.object===null?e(r.callee.object):e(r.object);return r.object&&r.object.property?n+"."+t+".bind("+n+")":t+".bind("+n+")"}});var ep=s(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});hn.default=vv;function vv(){}});var rp=s(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.default=hv;function hv(r){var e=P().default;return e(r.expression)}});var tp=s(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.default=bv;function bv(r){var e=P().default;return r.expressions.map(function(t){return e(t)})}});var op=s(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.default=W;var Sv=sn().default,xv=nn().default;function np(r,e,t){return t.computed?t.optional?r+"?.["+e+"]":r+"["+e+"]":t.optional?r+"?."+e:r+"."+e}function W(r){var e="The prop value with an expression type of TSNonNullExpression could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.";if(r.type==="Identifier"){var t=r.name;return t}if(r.type==="Literal")return r.value;if(r.type==="TSAsExpression")return W(r.expression);if(r.type==="CallExpression")return xv(r);if(r.type==="ThisExpression")return Sv();if(r.type==="TSNonNullExpression"&&(!r.extra||r.extra.parenthesized===!1)){var n=r.expression;return W(n)+"!"}if(r.type==="TSNonNullExpression"&&r.extra&&r.extra.parenthesized===!0){var o=r.expression;return"("+W(o)+"!)"}if(r.type==="MemberExpression"){if(!r.extra||r.extra.parenthesized===!1)return np(W(r.object),W(r.property),r);if(r.extra&&r.extra.parenthesized===!0){var i=np(W(r.object),W(r.property),r);return"("+i+")"}}if(r.expression)for(var a=r.expression;a;){if(a.type==="Identifier")return console.error(e),a.name;var u=a;a=u.expression}return console.error(e),""}});var ip=s(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.default=Ev;function Ev(r){var e=P().default;return e(r.left)+" "+r.operator+" "+e(r.right)}});var P=s(mr=>{"use strict";Object.defineProperty(mr,"__esModule",{value:!0});var wv=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};mr.default=Th;mr.extractLiteral=Ah;var qv=Lt(),Tv=E(qv),Av=Dt(),Pv=E(Av),Ov=Wt(),$v=E(Ov),_v=Bt(),kv=E(_v),Iv=Tl(),Cv=E(Iv),Fv=Al(),Nv=E(Fv),Rv=Xt(),jv=E(Rv),Mv=Pl(),ap=E(Mv),Lv=Ol(),Vv=E(Lv),Dv=$l(),Uv=E(Dv),Bv=_l(),Jv=E(Bv),Wv=kl(),Gv=E(Wv),Hv=Il(),Xv=E(Hv),zv=nn(),Kv=E(zv),Qv=Cl(),Yv=E(Qv),Zv=sn(),eh=E(Zv),rh=Fl(),th=E(rh),nh=Nl(),oh=E(nh),ih=zl(),ah=E(ih),sh=Kl(),uh=E(sh),lh=Ql(),ph=E(lh),ch=Yl(),fh=E(ch),dh=Zl(),yh=E(dh),mh=ep(),gh=E(mh),vh=rp(),hh=E(vh),bh=tp(),Sh=E(bh),xh=op(),Eh=E(xh),wh=ip(),qh=E(wh);function E(r){return r&&r.__esModule?r:{default:r}}var G={Identifier:Cv.default,Literal:Tv.default,JSXElement:Pv.default,JSXFragment:$v.default,JSXText:kv.default,TaggedTemplateExpression:Nv.default,TemplateLiteral:jv.default,ArrowFunctionExpression:ap.default,FunctionExpression:ap.default,LogicalExpression:Vv.default,MemberExpression:Uv.default,ChainExpression:Jv.default,OptionalCallExpression:Gv.default,OptionalMemberExpression:Xv.default,CallExpression:Kv.default,UnaryExpression:Yv.default,ThisExpression:eh.default,ConditionalExpression:th.default,BinaryExpression:oh.default,ObjectExpression:ah.default,NewExpression:uh.default,UpdateExpression:ph.default,ArrayExpression:fh.default,BindExpression:yh.default,SpreadElement:gh.default,TypeCastExpression:hh.default,SequenceExpression:Sh.default,TSNonNullExpression:Eh.default,AssignmentExpression:qh.default},w=function(){return null},up=function(e){return"The prop value with an expression type of "+e+" could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately."};function Th(r){var e=void 0;typeof r.expression!="boolean"&&r.expression?e=r.expression:e=r;var t=e,n=t.type;for(e.object&&e.object.type==="TSNonNullExpression"&&(n="TSNonNullExpression");n==="TSAsExpression";){var o=e;if(n=o.type,e.expression){var i=e;e=i.expression}}return G[n]===void 0?(console.error(up(n)),null):G[n](e)}var sp=wv({},G,{Literal:function(e){var t=G.Literal.call(void 0,e),n=t===null;return n?"null":t},Identifier:function(e){var t=G.Identifier.call(void 0,e)===void 0;return t?void 0:null},JSXElement:w,JSXFragment:w,JSXText:w,ArrowFunctionExpression:w,FunctionExpression:w,LogicalExpression:w,MemberExpression:w,OptionalCallExpression:w,OptionalMemberExpression:w,CallExpression:w,UnaryExpression:function(e){var t=G.UnaryExpression.call(void 0,e);return t===void 0?null:t},UpdateExpression:function(e){var t=G.UpdateExpression.call(void 0,e);return t===void 0?null:t},ThisExpression:w,ConditionalExpression:w,BinaryExpression:w,ObjectExpression:w,NewExpression:w,ArrayExpression:function(e){var t=G.ArrayExpression.call(void 0,e);return t.filter(function(n){return n!==null})},BindExpression:w,SpreadElement:w,TSNonNullExpression:w,TSAsExpression:w,TypeCastExpression:w,SequenceExpression:w,ChainExpression:w});function Ah(r){var e=r.expression||r,t=e.type;return sp[t]===void 0?(console.error(up(t)),null):sp[t](e)}});var dr=s(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});var Ph=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r};gr.default=Mh;gr.getLiteralValue=Lh;var Oh=Lt(),$h=je(Oh),_h=Dt(),kh=je(_h),Ih=Bt(),Ch=je(Ih),Fh=Wt(),Nh=je(Fh),lp=P(),Rh=je(lp);function je(r){return r&&r.__esModule?r:{default:r}}var wn={Literal:$h.default,JSXElement:kh.default,JSXExpressionContainer:Rh.default,JSXText:Ch.default,JSXFragment:Nh.default},jh=Ph({},wn,{JSXElement:function(){return null},JSXExpressionContainer:lp.extractLiteral});function Mh(r){return wn[r.type]||console.log(r.type),wn[r.type](r)}function Lh(r){return jh[r.type](r)}});var fp=s(vr=>{"use strict";Object.defineProperty(vr,"__esModule",{value:!0});vr.default=Uh;vr.getLiteralPropValue=Bh;var pp=dr(),Vh=Dh(pp);function Dh(r){return r&&r.__esModule?r:{default:r}}var cp=function(e,t){if(e&&e.type==="JSXAttribute")return e.value===null?!0:t(e.value)};function Uh(r){return cp(r,Vh.default)}function Bh(r){return cp(r,pp.getLiteralValue)}});var hr=s(($E,mp)=>{"use strict";var qn=Jn(),Jh=me(qn),Wh=Gn(),Gh=me(Wh),dp=xl(),Hh=me(dp),Xh=wl(),zh=me(Xh),yp=fp(),Kh=me(yp),Qh=De(),Yh=me(Qh);function me(r){return r&&r.__esModule?r:{default:r}}mp.exports={hasProp:Jh.default,hasAnyProp:qn.hasAnyProp,hasEveryProp:qn.hasEveryProp,elementType:Gh.default,eventHandlers:Hh.default,eventHandlersByType:dp.eventHandlersByType,getProp:zh.default,getPropValue:Kh.default,getLiteralPropValue:yp.getLiteralPropValue,propName:Yh.default}});var Pp=s((uw,Ap)=>{"use strict";Ap.exports=r=>{let e=r.match(/^[ \t]*(?=\S)/gm);return e?e.reduce((t,n)=>Math.min(t,n.length),1/0):0}});var wb={};Wp(wb,{configs:()=>Sb,qwikEslint9Plugin:()=>Fn,rules:()=>Np});module.exports=Gp(wb);var Ln=require("@typescript-eslint/utils"),Hp=Ln.ESLintUtils.RuleCreator(()=>"https://qwik.dev/docs/advanced/dollar/"),Vn=Hp({defaultOptions:[],name:"jsx-a-tag",meta:{type:"problem",docs:{description:"For a perfect SEO score, always provide href attribute for <a> elements.",recommended:"warn"},fixable:"code",schema:[],messages:{noHref:"For a perfect SEO score, always provide href attribute for <a> elements."}},create(r){return{JSXElement(e){e.openingElement.name.type==="JSXIdentifier"&&e.openingElement.name.name==="a"&&(e.openingElement.attributes.some(n=>n.type==="JSXSpreadAttribute")||e.openingElement.attributes.some(o=>o.type==="JSXAttribute"&&o.name.type==="JSXIdentifier"&&o.name.name==="href")||r.report({node:e,messageId:"noHref"}))}}}});var Dn=require("@typescript-eslint/utils"),Xp=Dn.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Un=Xp({defaultOptions:[],name:"jsx-img",meta:{type:"problem",docs:{description:"For performance reasons, always provide width and height attributes for <img> elements, it will help to prevent layout shifts.",recommended:"warn"},fixable:"code",schema:[],messages:{noLocalSrc:`Local images can be optimized by importing using ESM, like this:
5
5
 
6
6
  import {{importName}} from '{{importSrc}}';
7
7
  <{{importName}} />
8
8
 
9
9
  See https://qwik.dev/docs/integrations/image-optimization/#responsive-images`,noWidthHeight:`Missing "width" or "height" attribute.
10
- For performance reasons, always provide width and height attributes for <img> elements, it will prevent layout shifts, boosting performance and UX.`}},create(r){return{JSXElement(e){if(e.openingElement.name.type==="JSXIdentifier"&&e.openingElement.name.name==="img"&&!e.openingElement.attributes.some(n=>n.type==="JSXSpreadAttribute")){let n=e.openingElement.attributes.find(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="src");if(n&&n.value){let a=n.value.type==="Literal"?n.value:n.value.type==="JSXExpressionContainer"&&n.value.expression.type==="Literal"?n.value.expression:void 0;if(a&&typeof a.value=="string"&&a.value.startsWith("/")){let l=`~/media${a.value}?jsx`,y=Kl(a.value);r.report({node:n,messageId:"noLocalSrc",data:{importSrc:l,importName:y}});return}}let o=e.openingElement.attributes.some(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="width"),i=e.openingElement.attributes.some(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="height");(!o||!i)&&r.report({node:e,messageId:"noWidthHeight"})}}}}}),oh=`
10
+ For performance reasons, always provide width and height attributes for <img> elements, it will prevent layout shifts, boosting performance and UX.`}},create(r){return{JSXElement(e){if(e.openingElement.name.type==="JSXIdentifier"&&e.openingElement.name.name==="img"&&!e.openingElement.attributes.some(n=>n.type==="JSXSpreadAttribute")){let n=e.openingElement.attributes.find(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="src");if(n&&n.value){let a=n.value.type==="Literal"?n.value:n.value.type==="JSXExpressionContainer"&&n.value.expression.type==="Literal"?n.value.expression:void 0;if(a&&typeof a.value=="string"&&a.value.startsWith("/")){let c=`~/media${a.value}?jsx`,l=zp(a.value);r.report({node:n,messageId:"noLocalSrc",data:{importSrc:c,importName:l}});return}}let o=e.openingElement.attributes.some(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="width"),i=e.openingElement.attributes.some(a=>a.type==="JSXAttribute"&&a.name.type==="JSXIdentifier"&&a.name.name==="height");(!o||!i)&&r.report({node:e,messageId:"noWidthHeight"})}}}}}),Ob=`
11
11
  import Image from '~/media/image.png';
12
- <Image />`.trim(),ih=`
13
- <img src="/image.png">`.trim(),ah=`
14
- <img width="200" height="600" src="/static/images/portrait-01.webp">`.trim(),sh=`
15
- <img src="/static/images/portrait-01.webp">`.trim();function Kl(r){let e=r.lastIndexOf("."),t=r.lastIndexOf("/");return r=r.substring(t+1,e),`Img${Ql(r)}`}function Ql(r){return`${r}`.toLowerCase().replace(new RegExp(/[-_]+/,"g")," ").replace(new RegExp(/[^\w\s]/,"g"),"").replace(new RegExp(/\s+(.)(\w*)/,"g"),(e,t,n)=>`${t.toUpperCase()+n}`).replace(new RegExp(/\w/),e=>e.toUpperCase())}var gn=H(pr());function yn(r){return r.type==="FunctionExpression"||r.type==="ArrowFunctionExpression"}var cr={checkFragmentShorthand:!1,checkKeyMustBeforeSpread:!1,warnOnDuplicates:!1},Iv={missingIterKey:'Missing "key" prop for element in iterator.',missingIterKeyUsePrag:'Missing "key" prop for element in iterator. The key prop allows for improved rendering performance. Shorthand fragment syntax does not support providing keys. Use <Fragment> instead',missingArrayKey:'Missing "key" prop for element in array. The key prop allows for improved rendering performance.',missingArrayKeyUsePrag:'Missing "key" prop for element in array. The key prop allows for improved rendering performance. Shorthand fragment syntax does not support providing keys. Use <Fragment> instead',nonUniqueKeys:"`key` prop must be unique"},hl={meta:{docs:{description:"Disallow missing `key` props in iterators/collection literals",category:"Possible Errors",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#jsx-key"},messages:Iv,schema:[{type:"object",properties:{checkFragmentShorthand:{type:"boolean",default:cr.checkFragmentShorthand},checkKeyMustBeforeSpread:{type:"boolean",default:cr.checkKeyMustBeforeSpread},warnOnDuplicates:{type:"boolean",default:cr.warnOnDuplicates}},additionalProperties:!1}]},create(r){if((r.sourceCode??r.getSourceCode()).getAllComments().some(p=>p.value.includes("@jsxImportSource")))return{};let n=Object.assign({},cr,r.options[0]),o=n.checkFragmentShorthand,i=n.checkKeyMustBeforeSpread,a=n.warnOnDuplicates;function u(p){p.type==="JSXElement"&&!gn.default.hasProp(p.openingElement.attributes,"key")?r.report({node:p,messageId:"missingIterKey"}):o&&p.type==="JSXFragment"&&r.report({node:p,messageId:"missingIterKeyUsePrag"})}function l(p,v=[]){return p.type==="IfStatement"?(p.consequent&&l(p.consequent,v),p.alternate&&l(p.alternate,v)):Array.isArray(p.body)&&p.body.forEach(h=>{h.type==="IfStatement"&&l(h,v),h.type==="ReturnStatement"&&v.push(h)}),v}function y(p){let v=!1;return p.some(h=>h.type==="JSXSpreadAttribute"?(v=!0,!1):h.type!=="JSXAttribute"?!1:v&&gn.default.propName(h)==="key")}function d(p){yn(p)&&p.body.type==="BlockStatement"&&l(p.body).filter(v=>v&&v.argument).forEach(v=>{u(v.argument)})}function f(p){let v=p&&p.type==="ArrowFunctionExpression",h=g=>g&&(g.type==="JSXElement"||g.type==="JSXFragment");v&&h(p.body)&&u(p.body),p.body.type==="ConditionalExpression"?(h(p.body.consequent)&&u(p.body.consequent),h(p.body.alternate)&&u(p.body.alternate)):p.body.type==="LogicalExpression"&&h(p.body.right)&&u(p.body.right)}let c=`:matches(
12
+ <Image />`.trim(),$b=`
13
+ <img src="/image.png">`.trim(),_b=`
14
+ <img width="200" height="600" src="/static/images/portrait-01.webp">`.trim(),kb=`
15
+ <img src="/static/images/portrait-01.webp">`.trim();function zp(r){let e=r.lastIndexOf("."),t=r.lastIndexOf("/");return r=r.substring(t+1,e),`Img${Kp(r)}`}function Kp(r){return`${r}`.toLowerCase().replace(new RegExp(/[-_]+/,"g")," ").replace(new RegExp(/[^\w\s]/,"g"),"").replace(new RegExp(/\s+(.)(\w*)/,"g"),(e,t,n)=>`${t.toUpperCase()+n}`).replace(new RegExp(/\w/),e=>e.toUpperCase())}var An=ee(hr());function Tn(r){return r.type==="FunctionExpression"||r.type==="ArrowFunctionExpression"}var br={checkFragmentShorthand:!1,checkKeyMustBeforeSpread:!1,warnOnDuplicates:!1},Zh={missingIterKey:'Missing "key" prop for element in iterator.',missingIterKeyUsePrag:'Missing "key" prop for element in iterator. The key prop allows for improved rendering performance. Shorthand fragment syntax does not support providing keys. Use <Fragment> instead',missingArrayKey:'Missing "key" prop for element in array. The key prop allows for improved rendering performance.',missingArrayKeyUsePrag:'Missing "key" prop for element in array. The key prop allows for improved rendering performance. Shorthand fragment syntax does not support providing keys. Use <Fragment> instead',nonUniqueKeys:"`key` prop must be unique"},gp={meta:{docs:{description:"Disallow missing `key` props in iterators/collection literals",category:"Possible Errors",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#jsx-key"},messages:Zh,schema:[{type:"object",properties:{checkFragmentShorthand:{type:"boolean",default:br.checkFragmentShorthand},checkKeyMustBeforeSpread:{type:"boolean",default:br.checkKeyMustBeforeSpread},warnOnDuplicates:{type:"boolean",default:br.warnOnDuplicates}},additionalProperties:!1}]},create(r){if((r.sourceCode??r.getSourceCode()).getAllComments().some(p=>p.value.includes("@jsxImportSource")))return{};let n=Object.assign({},br,r.options[0]),o=n.checkFragmentShorthand,i=n.checkKeyMustBeforeSpread,a=n.warnOnDuplicates;function u(p){p.type==="JSXElement"&&!An.default.hasProp(p.openingElement.attributes,"key")?r.report({node:p,messageId:"missingIterKey"}):o&&p.type==="JSXFragment"&&r.report({node:p,messageId:"missingIterKeyUsePrag"})}function c(p,g=[]){return p.type==="IfStatement"?(p.consequent&&c(p.consequent,g),p.alternate&&c(p.alternate,g)):Array.isArray(p.body)&&p.body.forEach(h=>{h.type==="IfStatement"&&c(h,g),h.type==="ReturnStatement"&&g.push(h)}),g}function l(p){let g=!1;return p.some(h=>h.type==="JSXSpreadAttribute"?(g=!0,!1):h.type!=="JSXAttribute"?!1:g&&An.default.propName(h)==="key")}function d(p){Tn(p)&&p.body.type==="BlockStatement"&&c(p.body).filter(g=>g&&g.argument).forEach(g=>{u(g.argument)})}function f(p){let g=p&&p.type==="ArrowFunctionExpression",h=b=>b&&(b.type==="JSXElement"||b.type==="JSXFragment");g&&h(p.body)&&u(p.body),p.body.type==="ConditionalExpression"?(h(p.body.consequent)&&u(p.body.consequent),h(p.body.alternate)&&u(p.body.alternate)):p.body.type==="LogicalExpression"&&h(p.body.right)&&u(p.body.right)}let y=`:matches(
16
16
  CallExpression
17
17
  [callee.object.object.name=Fragment]
18
18
  [callee.object.property.name=Children]
@@ -20,7 +20,7 @@ import Image from '~/media/image.png';
20
20
  CallExpression
21
21
  [callee.object.name=Children]
22
22
  [callee.property.name=toArray]
23
- )`.replace(/\s/g,""),b=!1,m=new WeakSet;return{[c](){b=!0},[`${c}:exit`](){b=!1},"ArrayExpression, JSXElement > JSXElement"(p){if(b)return;let v=(p.type==="ArrayExpression"?p.elements:p.parent.children).filter(g=>g&&g.type==="JSXElement");if(v.length===0)return;let h={};v.forEach(g=>{g.openingElement.attributes.filter(G=>G.name&&G.name.name==="key").length===0&&p.type==="ArrayExpression"&&r.report({node:g,messageId:"missingArrayKey"})}),a&&Object.values(h).filter(g=>g.length>1).forEach(g=>{g.forEach(E=>{m.has(E)||(m.add(E),r.report({node:E,messageId:"nonUniqueKeys"}))})})},JSXFragment(p){!o||b||p.parent.type==="ArrayExpression"&&r.report({node:p,messageId:"missingArrayKeyUsePrag"})},'CallExpression[callee.type="MemberExpression"][callee.property.name="map"], CallExpression[callee.type="OptionalMemberExpression"][callee.property.name="map"], OptionalCallExpression[callee.type="MemberExpression"][callee.property.name="map"], OptionalCallExpression[callee.type="OptionalMemberExpression"][callee.property.name="map"]'(p){if(b)return;let v=p.arguments.length>0&&p.arguments[0];!v||!yn(v)||(f(v),d(v))},'CallExpression[callee.type="MemberExpression"][callee.property.name="from"]'(p){if(b)return;let v=p.arguments.length>1&&p.arguments[1];yn(v)&&(f(v),d(v))}}}},US=`
23
+ )`.replace(/\s/g,""),m=!1,v=new WeakSet;return{[y](){m=!0},[`${y}:exit`](){m=!1},"ArrayExpression, JSXElement > JSXElement"(p){if(m)return;let g=(p.type==="ArrayExpression"?p.elements:p.parent.children).filter(b=>b&&b.type==="JSXElement");if(g.length===0)return;let h={};g.forEach(b=>{b.openingElement.attributes.filter(X=>X.name&&X.name.name==="key").length===0&&p.type==="ArrayExpression"&&r.report({node:b,messageId:"missingArrayKey"})}),a&&Object.values(h).filter(b=>b.length>1).forEach(b=>{b.forEach(T=>{v.has(T)||(v.add(T),r.report({node:T,messageId:"nonUniqueKeys"}))})})},JSXFragment(p){!o||m||p.parent.type==="ArrayExpression"&&r.report({node:p,messageId:"missingArrayKeyUsePrag"})},'CallExpression[callee.type="MemberExpression"][callee.property.name="map"], CallExpression[callee.type="OptionalMemberExpression"][callee.property.name="map"], OptionalCallExpression[callee.type="MemberExpression"][callee.property.name="map"], OptionalCallExpression[callee.type="OptionalMemberExpression"][callee.property.name="map"]'(p){if(m)return;let g=p.arguments.length>0&&p.arguments[0];!g||!Tn(g)||(f(g),d(g))},'CallExpression[callee.type="MemberExpression"][callee.property.name="from"]'(p){if(m)return;let g=p.arguments.length>1&&p.arguments[1];Tn(g)&&(f(g),d(g))}}}},_E=`
24
24
  import { component$ } from '@qwik.dev/core';
25
25
 
26
26
  export const Person = component$(() => {
@@ -37,7 +37,7 @@ export const Person = component$(() => {
37
37
  )}
38
38
  </ul>
39
39
  );
40
- });`.trim(),VS=`
40
+ });`.trim(),kE=`
41
41
  import { component$ } from '@qwik.dev/core';
42
42
 
43
43
  export const Person = component$(() => {
@@ -54,7 +54,7 @@ export const Person = component$(() => {
54
54
  )}
55
55
  </ul>
56
56
  );
57
- });`.trim(),DS=`
57
+ });`.trim(),IE=`
58
58
  import { component$ } from '@qwik.dev/core';
59
59
  import Card from './Card';
60
60
  import Summary from './Summary';
@@ -74,7 +74,7 @@ export const Person = component$(() => {
74
74
  </Fragment>
75
75
  )}
76
76
  );
77
- });`.trim(),JS=`
77
+ });`.trim(),CE=`
78
78
  import { component$ } from '@qwik.dev/core';
79
79
  import Card from './Card';
80
80
  import Summary from './Summary';
@@ -94,7 +94,7 @@ export const Person = component$(() => {
94
94
  </>
95
95
  )}
96
96
  );
97
- });`.trim(),BS=`
97
+ });`.trim(),FE=`
98
98
  import { component$ } from '@qwik.dev/core';
99
99
 
100
100
  export const ColorList = component$(() => {
@@ -107,7 +107,7 @@ export const ColorList = component$(() => {
107
107
  )}
108
108
  </ul>
109
109
  );
110
- });`.trim(),WS=`
110
+ });`.trim(),NE=`
111
111
  import { component$ } from '@qwik.dev/core';
112
112
 
113
113
  export const ColorList = component$(() => {
@@ -120,7 +120,7 @@ export const ColorList = component$(() => {
120
120
  )}
121
121
  </ul>
122
122
  );
123
- });`.trim(),GS=`
123
+ });`.trim(),RE=`
124
124
  import { component$, Fragment } from '@qwik.dev/core';
125
125
 
126
126
  export const ColorList = component$(() => {
@@ -134,7 +134,7 @@ export const ColorList = component$(() => {
134
134
  </Fragment>
135
135
  )}
136
136
  );
137
- });`.trim(),HS=`
137
+ });`.trim(),jE=`
138
138
  import { component$ } from '@qwik.dev/core';
139
139
 
140
140
  export const ColorList = component$(() => {
@@ -148,7 +148,7 @@ export const ColorList = component$(() => {
148
148
  </>
149
149
  )}
150
150
  );
151
- });`.trim();var XS=`
151
+ });`.trim();var ME=`
152
152
  import { component$ } from '@qwik.dev/core';
153
153
 
154
154
  export const ColorList = component$(() => {
@@ -161,9 +161,9 @@ export const ColorList = component$(() => {
161
161
  )}
162
162
  </ul>
163
163
  );
164
- });`.trim();var bl=require("@typescript-eslint/utils"),{getStaticValue:Cv}=bl.ASTUtils,kv=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,Sl={meta:{type:"problem",docs:{recommended:"error",description:"Disallow javascript: URLs.",url:"https://qwik.dev/docs/advanced/eslint/#jsx-no-script-url"},schema:[],messages:{noJSURL:"For security, don't use javascript: URLs. Use event handlers instead if you can."}},create(r){let e=r.sourceCode??r.getSourceCode();return{JSXAttribute(t){if(t.name.type==="JSXIdentifier"&&t.value){let n=Cv(t.value.type==="JSXExpressionContainer"?t.value.expression:t.value,e.getScope?e.getScope(t):r.getScope());n&&typeof n.value=="string"&&kv.test(n.value)&&r.report({node:t.value,messageId:"noJSURL"})}}}}},KS=`
165
- <button onClick$={() => alert('open the door please')>ring</button>`.trim(),QS=`
166
- <button onClick$="javascript:alert('open the door please')">ring</button>`.trim();var xl={loader$:!0,routeLoader$:!0,routeAction$:!0,routeHandler$:!0},_v={...xl,action$:!0,globalAction$:!0},El={meta:{type:"problem",docs:{description:"Detect declaration location of loader$.",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#loader-location"},schema:[{type:"object",properties:{routesDir:{type:"string",default:"src/routes"}},additionalProperties:!1}],messages:{invalidLoaderLocation:`'{{fnName}}() are typically declared in route boundary files such as layout.tsx, index.tsx and plugin.tsx inside the {{routesDir}} directory
164
+ });`.trim();var vp=require("@typescript-eslint/utils"),{getStaticValue:eb}=vp.ASTUtils,rb=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i,hp={meta:{type:"problem",docs:{recommended:"error",description:"Disallow javascript: URLs.",url:"https://qwik.dev/docs/advanced/eslint/#jsx-no-script-url"},schema:[],messages:{noJSURL:"For security, don't use javascript: URLs. Use event handlers instead if you can."}},create(r){let e=r.sourceCode??r.getSourceCode();return{JSXAttribute(t){if(t.name.type==="JSXIdentifier"&&t.value){let n=eb(t.value.type==="JSXExpressionContainer"?t.value.expression:t.value,e.getScope?e.getScope(t):r.getScope());n&&typeof n.value=="string"&&rb.test(n.value)&&r.report({node:t.value,messageId:"noJSURL"})}}}}},VE=`
165
+ <button onClick$={() => alert('open the door please')>ring</button>`.trim(),DE=`
166
+ <button onClick$="javascript:alert('open the door please')">ring</button>`.trim();var bp={loader$:!0,routeLoader$:!0,routeAction$:!0,routeHandler$:!0},tb={...bp,action$:!0,globalAction$:!0},Sp={meta:{type:"problem",docs:{description:"Detect declaration location of loader$.",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#loader-location"},schema:[{type:"object",properties:{routesDir:{type:"string",default:"src/routes"}},additionalProperties:!1}],messages:{invalidLoaderLocation:`'{{fnName}}() are typically declared in route boundary files such as layout.tsx, index.tsx and plugin.tsx inside the {{routesDir}} directory
167
167
  (docs: https://qwik.dev/docs/route-loader/).
168
168
 
169
169
  This {{fnName}}() is declared outside of the route boundaries. This may be useful when you want to create reusable logic or a library. In such a case, it is essential that this function is re-exported from within the router boundary otherwise it will not run.
@@ -171,28 +171,28 @@ This {{fnName}}() is declared outside of the route boundaries. This may be usefu
171
171
 
172
172
  If you understand this, you can disable this warning with:
173
173
  // eslint-disable-next-line qwik/loader-location
174
- `,missingExport:"The return of `{{fnName}}()` needs to be exported in the same module, like this\n```\nexport const {{id}} = {{fnName}}(() => { ... });\n```",wrongName:"The named export of `{{fnName}}()` needs to follow the `use*` naming convention. It must start with `use`, like this:\n```\nexport const {{fixed}} = {{fnName}}(() => { ... });\n```\nInstead it was named:\n```\nexport const {{id}} = ...\n```",recommendedValue:"For `{{fnName}}()` it is recommended to inline the arrow function. Instead of:\n```\nexport const {{id}} = {{fnName}}({{arg}});\n```\nDo this:\n```\nexport const {{id}} = {{fnName}}(() => { ...logic here... });\n```\nThis will help the optimizer make sure that no server code is leaked to the client build."}},create(r){var l,y;let e=((y=(l=r.options)==null?void 0:l[0])==null?void 0:y.routesDir)??"src/routes",t=Fv(r.filename??r.getFilename()),n=/\/layout(|!|-[^/]+)\.(j|t)sx?$/.test(t),o=/\/index(|!|@[^/]+)\.(j|t)sx?$/.test(t),i=/\/plugin(|@[^/]+)\.(j|t)sx?$/.test(t),u=new RegExp(`/${e}/`).test(t)&&(o||n||i);return{CallExpression(d){if(d.callee.type!=="Identifier")return;let f=d.callee.name;if(!_v[f])return;if(!u&&xl[f]){r.report({node:d.callee,messageId:"invalidLoaderLocation",data:{routesDir:e,fnName:f,path:t}});return}let c=d.parent;if(c.type!=="VariableDeclarator"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(c.id.type!=="Identifier"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(!/^use/.test(c.id.name)){let b="use"+c.id.name[0].toUpperCase()+c.id.name.slice(1);r.report({node:c.id,messageId:"wrongName",data:{fnName:f,id:c.id.name,fixed:b}});return}if(!Nv(c)){r.report({node:c.id,messageId:"missingExport",data:{fnName:f,id:c.id.name}});return}if(d.arguments.length>0&&d.arguments[0].type==="Identifier"){r.report({node:d.arguments[0],messageId:"recommendedValue",data:{fnName:f,id:c.id.name,arg:d.arguments[0].name}});return}}}}};function Fv(r){let e=/^\\\\\?\\/.test(r),t=/[^\u0000-\u0080]+/.test(r);return e||t||(r=r.replace(/\\/g,"/"),r.endsWith("/")&&(r=r.slice(0,r.length-1))),r}var ZS=`
174
+ `,missingExport:"The return of `{{fnName}}()` needs to be exported in the same module, like this\n```\nexport const {{id}} = {{fnName}}(() => { ... });\n```",wrongName:"The named export of `{{fnName}}()` needs to follow the `use*` naming convention. It must start with `use`, like this:\n```\nexport const {{fixed}} = {{fnName}}(() => { ... });\n```\nInstead it was named:\n```\nexport const {{id}} = ...\n```",recommendedValue:"For `{{fnName}}()` it is recommended to inline the arrow function. Instead of:\n```\nexport const {{id}} = {{fnName}}({{arg}});\n```\nDo this:\n```\nexport const {{id}} = {{fnName}}(() => { ...logic here... });\n```\nThis will help the optimizer make sure that no server code is leaked to the client build."}},create(r){var c,l;let e=((l=(c=r.options)==null?void 0:c[0])==null?void 0:l.routesDir)??"src/routes",t=nb(r.filename??r.getFilename()),n=/\/layout(|!|-[^/]+)\.(j|t)sx?$/.test(t),o=/\/index(|!|@[^/]+)\.(j|t)sx?$/.test(t),i=/\/plugin(|@[^/]+)\.(j|t)sx?$/.test(t),u=new RegExp(`/${e}/`).test(t)&&(o||n||i);return{CallExpression(d){if(d.callee.type!=="Identifier")return;let f=d.callee.name;if(!tb[f])return;if(!u&&bp[f]){r.report({node:d.callee,messageId:"invalidLoaderLocation",data:{routesDir:e,fnName:f,path:t}});return}let y=d.parent;if(y.type!=="VariableDeclarator"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(y.id.type!=="Identifier"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(!/^use/.test(y.id.name)){let m="use"+y.id.name[0].toUpperCase()+y.id.name.slice(1);r.report({node:y.id,messageId:"wrongName",data:{fnName:f,id:y.id.name,fixed:m}});return}if(!ob(y)){r.report({node:y.id,messageId:"missingExport",data:{fnName:f,id:y.id.name}});return}if(d.arguments.length>0&&d.arguments[0].type==="Identifier"){r.report({node:d.arguments[0],messageId:"recommendedValue",data:{fnName:f,id:y.id.name,arg:d.arguments[0].name}});return}}}}};function nb(r){let e=/^\\\\\?\\/.test(r),t=/[^\u0000-\u0080]+/.test(r);return e||t||(r=r.replace(/\\/g,"/"),r.endsWith("/")&&(r=r.slice(0,r.length-1))),r}var BE=`
175
175
  import { routeLoader$ } from '@qwik.dev/router';
176
176
 
177
177
  export const useProductDetails = routeLoader$(async (requestEvent) => {
178
178
  const res = await fetch(\`https://.../products/\${requestEvent.params.productId}\`);
179
179
  const product = await res.json();
180
180
  return product as Product;
181
- });`.trim();var ex=`
181
+ });`.trim();var JE=`
182
182
  import { routeLoader$ } from '@qwik.dev/router';
183
183
 
184
184
  const useProductDetails = routeLoader$(async (requestEvent) => {
185
185
  const res = await fetch(\`https://.../products/\${requestEvent.params.productId}\`);
186
186
  const product = await res.json();
187
187
  return product as Product;
188
- });`.trim();var rx=`
188
+ });`.trim();var WE=`
189
189
  import { routeLoader$ } from '@qwik.dev/router';
190
190
 
191
191
  export const getProductDetails = routeLoader$(async (requestEvent) => {
192
192
  const res = await fetch(\`https://.../products/\${requestEvent.params.productId}\`);
193
193
  const product = await res.json();
194
194
  return product as Product;
195
- });`.trim();var tx=`
195
+ });`.trim();var GE=`
196
196
  import { routeLoader$ } from '@qwik.dev/router';
197
197
 
198
198
  async function fetcher() {
@@ -202,9 +202,9 @@ async function fetcher() {
202
202
  }
203
203
 
204
204
  export const useProductDetails = routeLoader$(fetcher);
205
- `.trim();function Nv(r){if(r.parent.parent.type==="ExportNamedDeclaration")return!0;if(r.type==="VariableDeclarator"){let e=r.id;if("name"in e){let t=e.name,n=jv(r);for(let o=0;o<n.length;o++){let i=n[o];if(i.type=="ExportNamedDeclaration"){let a=i.specifiers;for(let u=0;u<a.length;u++){let l=a[u];if(l.type=="ExportSpecifier"&&l.exported.type=="Identifier"&&l.exported.name===t)return!0}}}}}return!1}function jv(r){let e=r;for(;e.type!=="Program";)e=e.parent;return e.body}var vn=H(pr()),Mv=[{from:"className",to:"class"},{from:"htmlFor",to:"for"}];var wl={meta:{type:"problem",docs:{recommended:"warn",description:"Disallow usage of React-specific `className`/`htmlFor` props.",url:"https://qwik.dev/docs/advanced/eslint/#no-react-props"},fixable:"code",schema:[],messages:{prefer:"Prefer the `{{ to }}` prop over the deprecated `{{ from }}` prop."}},create(r){return r.sourceCode.getAllComments().some(t=>t.value.includes("@jsxImportSource"))?{}:{JSXOpeningElement(t){for(let{from:n,to:o}of Mv){let i=vn.default.getProp(t.attributes,n);if(i){let a=vn.default.hasProp(t.attributes,o,{ignoreCase:!1})?void 0:u=>u.replaceText(i.name,o);r.report({node:i,messageId:"prefer",data:{from:n,to:o},fix:a})}}}}}},ox=`
206
- <MyReactComponent class="foo" for="#password" />;`.trim(),ix=`
207
- <MyReactComponent className="foo" htmlFor="#password" />;`.trim();var ql={meta:{type:"suggestion",docs:{description:"Detect useVisibleTask$() functions.",recommended:!0,url:"https://qwik.dev/docs/guides/best-practices/#use-usevisibletask-as-a-last-resort"},messages:{noUseVisibleTask:"useVisibleTask$() runs eagerly and blocks the main thread, preventing user interaction until the task is finished. Consider using useTask$(), useOn(), useOnDocument(), or useOnWindow() instead. If you have to use a useVisibleTask$(), you can disable the warning with a '// eslint-disable-next-line qwik/no-use-visible-task' comment."}},create(r){return{CallExpression(e){if(e.callee.type!=="Identifier")return;e.callee.name==="useVisibleTask$"&&r.report({node:e.callee,messageId:"noUseVisibleTask"})}}}};var hn=H(pr()),Tl={meta:{type:"problem",docs:{recommended:!1,description:"Enforce using the classlist prop over importing a classnames helper. The classlist prop accepts an object `{ [class: string]: boolean }` just like classnames.",url:"https://qwik.dev/docs/advanced/eslint/#prefer-classlist"},fixable:"code",schema:[{type:"object",properties:{classnames:{type:"array",description:"An array of names to treat as `classnames` functions",default:["cn","clsx","classnames"],items:{type:"string",minItems:1,uniqueItems:!0}}},additionalProperties:!1}],messages:{preferClasslist:"The classlist prop should be used instead of {{ classnames }} to efficiently set classes based on an object."}},create(r){var n;if(r.sourceCode.getAllComments().some(o=>o.value.includes("@jsxImportSource")))return{};let t=((n=r.options[0])==null?void 0:n.classnames)??["cn","clsx","classnames"];return{JSXAttribute(o){var i,a;if(!(["class","className"].indexOf(hn.default.propName(o))===-1||hn.default.hasProp((i=o.parent)==null?void 0:i.attributes,"classlist",{ignoreCase:!1}))&&((a=o.value)==null?void 0:a.type)==="JSXExpressionContainer"){let u=o.value.expression;u.type==="CallExpression"&&u.callee.type==="Identifier"&&t.indexOf(u.callee.name)!==-1&&u.arguments.length===1&&u.arguments[0].type==="ObjectExpression"&&r.report({node:o,messageId:"preferClasslist",data:{classnames:u.callee.name},fix:l=>{let y=o.range,d=u.arguments[0].range;return[l.replaceTextRange([y[0],d[0]],"classlist={"),l.replaceTextRange([d[1],y[1]],"}")]}})}}}}},ux=`
205
+ `.trim();function ob(r){if(r.parent.parent.type==="ExportNamedDeclaration")return!0;if(r.type==="VariableDeclarator"){let e=r.id;if("name"in e){let t=e.name,n=ib(r);for(let o=0;o<n.length;o++){let i=n[o];if(i.type=="ExportNamedDeclaration"){let a=i.specifiers;for(let u=0;u<a.length;u++){let c=a[u];if(c.type=="ExportSpecifier"&&c.exported.type=="Identifier"&&c.exported.name===t)return!0}}}}}return!1}function ib(r){let e=r;for(;e.type!=="Program";)e=e.parent;return e.body}var Pn=ee(hr()),ab=[{from:"className",to:"class"},{from:"htmlFor",to:"for"}];var xp={meta:{type:"problem",docs:{recommended:"warn",description:"Disallow usage of React-specific `className`/`htmlFor` props.",url:"https://qwik.dev/docs/advanced/eslint/#no-react-props"},fixable:"code",schema:[],messages:{prefer:"Prefer the `{{ to }}` prop over the deprecated `{{ from }}` prop."}},create(r){return r.sourceCode.getAllComments().some(t=>t.value.includes("@jsxImportSource"))?{}:{JSXOpeningElement(t){for(let{from:n,to:o}of ab){let i=Pn.default.getProp(t.attributes,n);if(i){let a=Pn.default.hasProp(t.attributes,o,{ignoreCase:!1})?void 0:u=>u.replaceText(i.name,o);r.report({node:i,messageId:"prefer",data:{from:n,to:o},fix:a})}}}}}},XE=`
206
+ <MyReactComponent class="foo" for="#password" />;`.trim(),zE=`
207
+ <MyReactComponent className="foo" htmlFor="#password" />;`.trim();var Ep={meta:{type:"suggestion",docs:{description:"Detect useVisibleTask$() functions.",recommended:!0,url:"https://qwik.dev/docs/guides/best-practices/#use-usevisibletask-as-a-last-resort"},messages:{noUseVisibleTask:"useVisibleTask$() runs eagerly and blocks the main thread, preventing user interaction until the task is finished. Consider using useTask$(), useOn(), useOnDocument(), or useOnWindow() instead. If you have to use a useVisibleTask$(), you can disable the warning with a '// eslint-disable-next-line qwik/no-use-visible-task' comment."}},create(r){return{CallExpression(e){if(e.callee.type!=="Identifier")return;e.callee.name==="useVisibleTask$"&&r.report({node:e.callee,messageId:"noUseVisibleTask"})}}}};var On=ee(hr()),wp={meta:{type:"problem",docs:{recommended:!1,description:"Enforce using the classlist prop over importing a classnames helper. The classlist prop accepts an object `{ [class: string]: boolean }` just like classnames.",url:"https://qwik.dev/docs/advanced/eslint/#prefer-classlist"},fixable:"code",schema:[{type:"object",properties:{classnames:{type:"array",description:"An array of names to treat as `classnames` functions",default:["cn","clsx","classnames"],items:{type:"string",minItems:1,uniqueItems:!0}}},additionalProperties:!1}],messages:{preferClasslist:"The classlist prop should be used instead of {{ classnames }} to efficiently set classes based on an object."}},create(r){var n;if(r.sourceCode.getAllComments().some(o=>o.value.includes("@jsxImportSource")))return{};let t=((n=r.options[0])==null?void 0:n.classnames)??["cn","clsx","classnames"];return{JSXAttribute(o){var i,a;if(!(["class","className"].indexOf(On.default.propName(o))===-1||On.default.hasProp((i=o.parent)==null?void 0:i.attributes,"classlist",{ignoreCase:!1}))&&((a=o.value)==null?void 0:a.type)==="JSXExpressionContainer"){let u=o.value.expression;u.type==="CallExpression"&&u.callee.type==="Identifier"&&t.indexOf(u.callee.name)!==-1&&u.arguments.length===1&&u.arguments[0].type==="ObjectExpression"&&r.report({node:o,messageId:"preferClasslist",data:{classnames:u.callee.name},fix:c=>{let l=o.range,d=u.arguments[0].range;return[c.replaceTextRange([l[0],d[0]],"classlist={"),c.replaceTextRange([d[1],l[1]],"}")]}})}}}}},YE=`
208
208
  import { component$ } from '@qwik.dev/core';
209
209
  import styles from './MyComponent.module.css';
210
210
 
@@ -222,7 +222,7 @@ export default component$((props) => {
222
222
  'text-green-500': props.isHighAttention,
223
223
  'p-4': true
224
224
  }}>Hello world</div>;
225
- });`.trim(),lx=`
225
+ });`.trim(),ZE=`
226
226
  import { component$ } from '@qwik.dev/core';
227
227
  import classnames from 'classnames';
228
228
  import styles from './MyComponent.module.css';
@@ -237,10 +237,10 @@ export default component$((props) => {
237
237
  },
238
238
  { active: true}
239
239
  )}>Hello world</div>;
240
- });`.trim();var Al={meta:{type:"problem",docs:{description:"Detect unused server$() functions.",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#unused-server"},messages:{unusedServer:`Unused server$(). Seems like you are declaring a new server$ function, but you are never calling it. You might want to do:
240
+ });`.trim();var qp={meta:{type:"problem",docs:{description:"Detect unused server$() functions.",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#unused-server"},messages:{unusedServer:`Unused server$(). Seems like you are declaring a new server$ function, but you are never calling it. You might want to do:
241
241
 
242
242
  {{ suggestion }}`}},create(r){return{CallExpression(e){if(e.callee.type!=="Identifier")return;if(e.callee.name==="server$"){let n=!1;(e.parent.type==="ExpressionStatement"||e.parent.type==="AwaitExpression"&&e.parent.parent.type==="ExpressionStatement")&&(n=!0),n&&r.report({node:e.callee,messageId:"unusedServer",data:{suggestion:`const serverFn = server$(...);
243
- await serverFn(...);`}})}}}}},cx=`
243
+ await serverFn(...);`}})}}}}},rw=`
244
244
  import { component$ } from '@qwik.dev/core';
245
245
  import { server$ } from '@qwik.dev/router';
246
246
 
@@ -259,7 +259,7 @@ export default component$(() => (
259
259
  greet
260
260
  </button>
261
261
  );
262
- );`.trim(),fx=`
262
+ );`.trim(),tw=`
263
263
  import { component$ } from '@qwik.dev/core';
264
264
  import { server$ } from '@qwik.dev/router';
265
265
 
@@ -278,35 +278,35 @@ export default component$(() => (
278
278
  greet
279
279
  </button>
280
280
  );
281
- );`.trim();var Pl={meta:{type:"problem",docs:{description:"Detect invalid use of use hooks.",category:"Variables",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#use-method-usage"},messages:{useWrongFunction:"Calling use* methods in wrong function."}},create(r){return(r.sourceCode??r.getSourceCode()).getAllComments().some(n=>n.value.includes("@jsxImportSource"))?{}:{"CallExpression[callee.name=/^use[A-Z]/]"(n){var i,a;let o=n;for(;o=o.parent;)switch(o.type){case"VariableDeclarator":case"VariableDeclaration":case"ExpressionStatement":case"MemberExpression":case"BinaryExpression":case"UnaryExpression":case"ReturnStatement":case"BlockStatement":case"ChainExpression":case"Property":case"ObjectExpression":case"CallExpression":case"TSAsExpression":break;case"ArrowFunctionExpression":case"FunctionExpression":if(o.parent.type==="VariableDeclarator"&&((i=o.parent.id)==null?void 0:i.type)==="Identifier"&&o.parent.id.name.startsWith("use")||o.parent.type==="CallExpression"&&o.parent.callee.type==="Identifier"&&o.parent.callee.name==="component$")return;r.report({node:n,messageId:"useWrongFunction"});return;case"FunctionDeclaration":(a=o.id)!=null&&a.name.startsWith("use")||r.report({node:n,messageId:"useWrongFunction"});return;default:r.report({node:n,messageId:"useWrongFunction"});return}}}}},mx=`
281
+ );`.trim();var Tp={meta:{type:"problem",docs:{description:"Detect invalid use of use hooks.",category:"Variables",recommended:!0,url:"https://qwik.dev/docs/advanced/eslint/#use-method-usage"},messages:{useWrongFunction:"Calling use* methods in wrong function."}},create(r){return(r.sourceCode??r.getSourceCode()).getAllComments().some(n=>n.value.includes("@jsxImportSource"))?{}:{"CallExpression[callee.name=/^use[A-Z]/]"(n){var i,a;let o=n;for(;o=o.parent;)switch(o.type){case"VariableDeclarator":case"VariableDeclaration":case"ExpressionStatement":case"MemberExpression":case"BinaryExpression":case"UnaryExpression":case"ReturnStatement":case"BlockStatement":case"ChainExpression":case"Property":case"ObjectExpression":case"CallExpression":case"TSAsExpression":break;case"ArrowFunctionExpression":case"FunctionExpression":if(o.parent.type==="VariableDeclarator"&&((i=o.parent.id)==null?void 0:i.type)==="Identifier"&&o.parent.id.name.startsWith("use")||o.parent.type==="CallExpression"&&o.parent.callee.type==="Identifier"&&o.parent.callee.name==="component$")return;r.report({node:n,messageId:"useWrongFunction"});return;case"FunctionDeclaration":(a=o.id)!=null&&a.name.startsWith("use")||r.report({node:n,messageId:"useWrongFunction"});return;default:r.report({node:n,messageId:"useWrongFunction"});return}}}}},ow=`
282
282
  export const Counter = component$(() => {
283
283
  const count = useSignal(0);
284
284
  });
285
- `.trim(),yx=`
285
+ `.trim(),iw=`
286
286
  export const useCounter = () => {
287
287
  const count = useSignal(0);
288
288
  return count;
289
289
  };
290
- `.trim(),gx=`
290
+ `.trim(),aw=`
291
291
  export const Counter = (() => {
292
292
  const count = useSignal(0);
293
293
  });
294
- `.trim();var fr=H(require("@typescript-eslint/utils/eslint-utils")),W=H(require("typescript"));var Il=H($l(),1);function bn(r){let e=(0,Il.default)(r);if(e===0)return r;let t=new RegExp(`^[ \\t]{${e}}`,"gm");return r.replace(t,"")}function Sn(r,e=1,t={}){let{indent:n=" ",includeEmptyLines:o=!1}=t;if(typeof r!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof r}\``);if(typeof e!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof e}\``);if(e<0)throw new RangeError(`Expected \`count\` to be at least 0, got \`${e}\``);if(typeof n!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof n}\``);if(e===0)return r;let i=o?/^/gm:/^(?!\s*$)/gm;return r.replace(i,n.repeat(e))}function xn(r,e=0,t={}){return Sn(bn(r),e,t)}var Lv=fr.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Cl=Lv({name:"valid-lexical-scope",defaultOptions:[{allowAny:!0}],meta:{type:"problem",docs:{description:"Used the tsc typechecker to detect the capture of unserializable data in dollar ($) scopes.",recommended:"recommended"},schema:[{type:"object",properties:{allowAny:{type:"boolean"}},default:{allowAny:!0}}],messages:{referencesOutside:`When referencing "{{varName}}" inside a different scope ({{dollarName}}), Qwik needs to serialize the value, however {{reason}}.
294
+ `.trim();var Sr=ee(require("@typescript-eslint/utils/eslint-utils")),H=ee(require("typescript"));var Op=ee(Pp(),1);function $n(r){let e=(0,Op.default)(r);if(e===0)return r;let t=new RegExp(`^[ \\t]{${e}}`,"gm");return r.replace(t,"")}function _n(r,e=1,t={}){let{indent:n=" ",includeEmptyLines:o=!1}=t;if(typeof r!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof r}\``);if(typeof e!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof e}\``);if(e<0)throw new RangeError(`Expected \`count\` to be at least 0, got \`${e}\``);if(typeof n!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof n}\``);if(e===0)return r;let i=o?/^/gm:/^(?!\s*$)/gm;return r.replace(i,n.repeat(e))}function kn(r,e=0,t={}){return _n($n(r),e,t)}var sb=Sr.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),$p=sb({name:"valid-lexical-scope",defaultOptions:[{allowAny:!0}],meta:{type:"problem",docs:{description:"Used the tsc typechecker to detect the capture of unserializable data in dollar ($) scopes.",recommended:"recommended"},schema:[{type:"object",properties:{allowAny:{type:"boolean"}},additionalProperties:!1,default:{allowAny:!0}}],messages:{referencesOutside:`When referencing "{{varName}}" inside a different scope ({{dollarName}}), Qwik needs to serialize the value, however {{reason}}.
295
295
  Check out https://qwik.dev/docs/advanced/dollar/ for more details.`,invalidJsxDollar:`Using "{{varName}}" as an event handler, however functions are not serializable.
296
296
  Did you mean to wrap it in \`$()\`?
297
297
 
298
298
  {{solution}}
299
299
  Check out https://qwik.dev/docs/advanced/dollar/ for more details.`,mutableIdentifier:`Mutating let "{{varName}}" within the ({{dollarName}}) closure is not allowed, instead create an object/store/signal and mutate one of its properties.
300
- Check out https://qwik.dev/docs/advanced/dollar/ for more details.`}},create(r){var y;let t={allowAny:((y=r.options[0])==null?void 0:y.allowAny)??!0},n=r.sourceCode.scopeManager,o=fr.getParserServices(r),i=o.esTreeNodeToTSNodeMap,a=o.program.getTypeChecker(),u=new Map;function l(d){d.references.forEach(f=>{var m,p;let c=f.resolved,b=(m=f.resolved)==null?void 0:m.scope;if(c&&b){let v=(p=c.defs.at(0))==null?void 0:p.type;if(v==="Type"||v==="ImportBinding"||Wv(c,r))return;let h=f.from,g;for(;h&&(g=u.get(h),!g);)h=h.upper;if(h&&g){let E=b.type;if(E==="global"||E==="module")return;let T=f.identifier,G=i.get(T),M=b;for(;M&&!u.has(M);)M=M.upper;if(M!==h){T.parent&&T.parent.type==="AssignmentExpression"&&T.parent.left===T&&r.report({messageId:"mutableIdentifier",node:f.identifier,data:{varName:f.identifier.name,dollarName:g}});let Y=Rv(r,a,G,f.identifier,t);Y&&r.report({messageId:"referencesOutside",node:f.identifier,data:{varName:f.identifier.name,dollarName:g,reason:Uv(Y)}})}}}}),d.childScopes.forEach(l)}return{CallExpression(d){if(d.callee.type==="Identifier"&&d.callee.name.endsWith("$")){let f=d.arguments.at(0);if(f&&f.type==="ArrowFunctionExpression"){let c=n.acquire(f);c&&u.set(c,d.callee.name)}}},JSXAttribute(d){var b;let f=d.name,c=f.type==="JSXIdentifier"?f.name:f.name.name;if(c.endsWith("$")){let m=d.value;if(m&&m.type==="JSXExpressionContainer"){let p=n.acquire(m.expression);if(p)u.set(p,c);else if(m.expression.type==="Identifier"){let v=i.get(m.expression),h=a.getTypeAtLocation(v).getNonNullableType();if(!kl(h))if(h.isUnionOrIntersection())h.types.every(g=>g.symbol?g.symbol.name==="Component"||g.symbol.name==="PropFnInterface":!1)||r.report({messageId:"invalidJsxDollar",node:m.expression,data:{varName:m.expression.name,solution:`Fix the type of ${m.expression.name} to be QRL`}});else{if(((b=h.symbol)==null?void 0:b.name)==="PropFnInterface")return;r.report({messageId:"invalidJsxDollar",node:m.expression,data:{varName:m.expression.name,solution:`const ${m.expression.name} = $(
301
- ${_l(h.symbol,r.sourceCode.text)}
300
+ Check out https://qwik.dev/docs/advanced/dollar/ for more details.`}},create(r){var l;let t={allowAny:((l=r.options[0])==null?void 0:l.allowAny)??!0},n=r.sourceCode.scopeManager,o=Sr.getParserServices(r),i=o.esTreeNodeToTSNodeMap,a=o.program.getTypeChecker(),u=new Map;function c(d){d.references.forEach(f=>{var v,p;let y=f.resolved,m=(v=f.resolved)==null?void 0:v.scope;if(y&&m){let g=(p=y.defs.at(0))==null?void 0:p.type;if(g==="Type"||g==="ImportBinding"||yb(y,r))return;let h=f.from,b;for(;h&&(b=u.get(h),!b);)h=h.upper;if(h&&b){let T=m.type;if(T==="global"||T==="module")return;let O=f.identifier,X=i.get(O),j=m;for(;j&&!u.has(j);)j=j.upper;if(j!==h){O.parent&&O.parent.type==="AssignmentExpression"&&O.parent.left===O&&r.report({messageId:"mutableIdentifier",node:f.identifier,data:{varName:f.identifier.name,dollarName:b}});let Y=ub(r,a,X,f.identifier,t);Y&&r.report({messageId:"referencesOutside",node:f.identifier,data:{varName:f.identifier.name,dollarName:b,reason:lb(Y)}})}}}}),d.childScopes.forEach(c)}return{CallExpression(d){if(d.callee.type==="Identifier"&&d.callee.name.endsWith("$")){let f=d.arguments.at(0);if(f&&f.type==="ArrowFunctionExpression"){let y=n.acquire(f);y&&u.set(y,d.callee.name)}}},JSXAttribute(d){var m;let f=d.name,y=f.type==="JSXIdentifier"?f.name:f.name.name;if(y.endsWith("$")){let v=d.value;if(v&&v.type==="JSXExpressionContainer"){let p=n.acquire(v.expression);if(p)u.set(p,y);else if(v.expression.type==="Identifier"){let g=i.get(v.expression),h=a.getTypeAtLocation(g).getNonNullableType();if(!_p(h))if(h.isUnionOrIntersection())h.types.every(b=>b.symbol?b.symbol.name==="Component"||b.symbol.name==="PropFnInterface":!1)||r.report({messageId:"invalidJsxDollar",node:v.expression,data:{varName:v.expression.name,solution:`Fix the type of ${v.expression.name} to be QRL`}});else{if(((m=h.symbol)==null?void 0:m.name)==="PropFnInterface")return;r.report({messageId:"invalidJsxDollar",node:v.expression,data:{varName:v.expression.name,solution:`const ${v.expression.name} = $(
301
+ ${kp(h.symbol,r.sourceCode.text)}
302
302
  );
303
- `}})}}}}},Program(d){let f=i.get(d),c=a.getSymbolAtLocation(f);c&&(exports=a.getExportsOfModule(c))},"Program:exit"(){l(n.globalScope)}}}});function Rv(r,e,t,n,o){let i=e.getTypeAtLocation(t);return Vv(r,e,i,t,n,o,new Set)}function Uv(r){let e="";return r.location?e+=`"${r.location}" `:e+="it ",e+=`${r.reason}`,e}function Vv(r,e,t,n,o,i,a){let u=Ie(r,e,t,n,i,0,a);if(u){let l=u.location;return l&&(u.location=`${o.name}.${l}`),u}return u}function Ie(r,e,t,n,o,i,a){var b;if(a.has(t)||(a.add(t),t.getProperties().some(m=>/(__no_serialize__|__qwik_serializable__|NoSerializeSymbol|SerializerSymbol)/i.test(m.escapedName))))return;if(t.flags&W.default.TypeFlags.Unknown)return{type:t,typeStr:e.typeToString(t),reason:"is unknown, which could be serializable or not, please make the type more specific"};let l=t.flags&W.default.TypeFlags.Any;if(!o.allowAny&&l)return{type:t,typeStr:e.typeToString(t),reason:"is any, which is not serializable"};if(t.flags&W.default.TypeFlags.ESSymbolLike)return{type:t,typeStr:e.typeToString(t),reason:"is Symbol, which is not serializable"};if(t.flags&W.default.TypeFlags.Enum)return{type:t,typeStr:e.typeToString(t),reason:"is an enum, use an string or a number instead"};if(kl(t)||((b=t.symbol)==null?void 0:b.name)==="JSXNode")return;if(t.getCallSignatures().length>0){let m=t.symbol.name;if(m==="PropFnInterface"||m==="RefFnInterface"||m==="bivarianceHack"||m==="FunctionComponent")return;let p="is a function, which is not serializable";if(i===0&&W.default.isIdentifier(n)){let v=`const ${n.text} = $(
304
- ${_l(t.symbol,r.sourceCode.text)}
303
+ `}})}}}}},Program(d){let f=i.get(d),y=a.getSymbolAtLocation(f);y&&(exports=a.getExportsOfModule(y))},"Program:exit"(){c(n.globalScope)}}}});function ub(r,e,t,n,o){let i=e.getTypeAtLocation(t);return pb(r,e,i,t,n,o,new Set)}function lb(r){let e="";return r.location?e+=`"${r.location}" `:e+="it ",e+=`${r.reason}`,e}function pb(r,e,t,n,o,i,a){let u=Me(r,e,t,n,i,0,a);if(u){let c=u.location;return c&&(u.location=`${o.name}.${c}`),u}return u}function Me(r,e,t,n,o,i,a){var m;if(a.has(t)||(a.add(t),t.getProperties().some(v=>/(__no_serialize__|__qwik_serializable__|NoSerializeSymbol|SerializerSymbol)/i.test(v.escapedName))))return;if(t.flags&H.default.TypeFlags.Unknown)return{type:t,typeStr:e.typeToString(t),reason:"is unknown, which could be serializable or not, please make the type more specific"};let c=t.flags&H.default.TypeFlags.Any;if(!o.allowAny&&c)return{type:t,typeStr:e.typeToString(t),reason:"is any, which is not serializable"};if(t.flags&H.default.TypeFlags.ESSymbolLike)return{type:t,typeStr:e.typeToString(t),reason:"is Symbol, which is not serializable"};if(t.flags&H.default.TypeFlags.Enum)return{type:t,typeStr:e.typeToString(t),reason:"is an enum, use an string or a number instead"};if(_p(t)||((m=t.symbol)==null?void 0:m.name)==="JSXNode")return;if(t.getCallSignatures().length>0){let v=t.symbol.name;if(v==="PropFnInterface"||v==="RefFnInterface"||v==="bivarianceHack"||v==="FunctionComponent")return;let p="is a function, which is not serializable";if(i===0&&H.default.isIdentifier(n)){let g=`const ${n.text} = $(
304
+ ${kp(t.symbol,r.sourceCode.text)}
305
305
  );`;p+=`.
306
306
  Did you mean to wrap it in \`$()\`?
307
307
 
308
- ${v}
309
- `}return{type:t,typeStr:e.typeToString(t),reason:p}}if(t.isUnion()){for(let m of t.types){let p=Ie(r,e,m,n,o,i+1,a);if(p)return p}return}if((t.flags&W.default.TypeFlags.Object)!==0){let m=Jv(t,e);if(m)return Ie(r,e,m,n,o,i+1,a);let p=Bv(t,e);if(p){for(let g of p){let E=Ie(r,e,g,n,o,i+1,a);if(E)return E}return}let v=t.symbol.name;if(t.getProperty("nextElementSibling")||t.getProperty("activeElement")||v in Hv)return;if(t.isClass())return{type:t,typeStr:e.typeToString(t),reason:`is an instance of the "${t.symbol.name}" class, which is not serializable. Use a simple object literal instead`};let h=t.getProperty("prototype");if(h){let g=e.getTypeOfSymbolAtLocation(h,n);if(g.isClass())return{type:g,typeStr:e.typeToString(g),reason:"is a class constructor, which is not serializable"}}if(!v.startsWith("__")&&t.symbol.valueDeclaration)return{type:t,typeStr:e.typeToString(t),reason:`is an instance of the "${t.symbol.name}" class, which is not serializable`};for(let g of t.getProperties()){let E=Dv(r,e,g,n,o,i+1,a);if(E){let T=E.location;return E.location=`${g.name}${T?`.${T}`:""}`,E}}}}function Dv(r,e,t,n,o,i,a){let u=e.getTypeOfSymbolAtLocation(t,n);return Ie(r,e,u,n,o,i,a)}function Jv(r,e){return e.getElementTypeOfArrayType(r)}function Bv(r,e){return e.isTupleType(r)?e.getTypeArguments(r):void 0}function kl(r){return!!(r.flags&W.default.TypeFlags.Any)||!!r.getNonNullableType().getProperty("__brand__QRL__")}function _l(r,e){if(r&&r.declarations&&r.declarations.length>0){let t=r.declarations[0],n=e.slice(t.pos,t.end).replace(/^\s*$/gm,"");return xn(n,2)}return""}function Wv(r,e){let t=r.defs[0];if(!t||t.type!=="Variable")return!1;let n=t.node.init;if((n==null?void 0:n.type)==="CallExpression"&&n.callee.type==="Identifier"&&/^use[A-Z]/.test(n.callee.name)){let o=n.callee.name,a=e.sourceCode.getScope(t.node).references.find(u=>u.identifier.name===o);return(a==null?void 0:a.resolved)&&Gv(a.resolved,e)}return!1}function Gv(r){return r.defs.some(e=>{if(e.type!=="ImportBinding")return!1;let t=e.parent.source.value;return t.startsWith("@qwik.dev/core")||t.startsWith("@qwik.dev/router")||t.startsWith("@builder.io/qwik")||t.startsWith("@builder.io/qwik-city")})}var Hv={Promise:!0,URL:!0,RegExp:!0,Date:!0,FormData:!0,URLSearchParams:!0,Error:!0,Set:!0,Map:!0,Uint8Array:!0},Tx=`
308
+ ${g}
309
+ `}return{type:t,typeStr:e.typeToString(t),reason:p}}if(t.isUnion()){for(let v of t.types){let p=Me(r,e,v,n,o,i+1,a);if(p)return p}return}if((t.flags&H.default.TypeFlags.Object)!==0){let v=fb(t,e);if(v)return Me(r,e,v,n,o,i+1,a);let p=db(t,e);if(p){for(let b of p){let T=Me(r,e,b,n,o,i+1,a);if(T)return T}return}let g=t.symbol.name;if(t.getProperty("nextElementSibling")||t.getProperty("activeElement")||g in gb)return;if(t.isClass())return{type:t,typeStr:e.typeToString(t),reason:`is an instance of the "${t.symbol.name}" class, which is not serializable. Use a simple object literal instead`};let h=t.getProperty("prototype");if(h){let b=e.getTypeOfSymbolAtLocation(h,n);if(b.isClass())return{type:b,typeStr:e.typeToString(b),reason:"is a class constructor, which is not serializable"}}if(!g.startsWith("__")&&t.symbol.valueDeclaration)return{type:t,typeStr:e.typeToString(t),reason:`is an instance of the "${t.symbol.name}" class, which is not serializable`};for(let b of t.getProperties()){let T=cb(r,e,b,n,o,i+1,a);if(T){let O=T.location;return T.location=`${b.name}${O?`.${O}`:""}`,T}}}}function cb(r,e,t,n,o,i,a){let u=e.getTypeOfSymbolAtLocation(t,n);return Me(r,e,u,n,o,i,a)}function fb(r,e){return e.getElementTypeOfArrayType(r)}function db(r,e){return e.isTupleType(r)?e.getTypeArguments(r):void 0}function _p(r){return!!(r.flags&H.default.TypeFlags.Any)||!!r.getNonNullableType().getProperty("__brand__QRL__")}function kp(r,e){if(r&&r.declarations&&r.declarations.length>0){let t=r.declarations[0],n=e.slice(t.pos,t.end).replace(/^\s*$/gm,"");return kn(n,2)}return""}function yb(r,e){let t=r.defs[0];if(!t||t.type!=="Variable")return!1;let n=t.node.init;if((n==null?void 0:n.type)==="CallExpression"&&n.callee.type==="Identifier"&&/^use[A-Z]/.test(n.callee.name)){let o=n.callee.name,a=e.sourceCode.getScope(t.node).references.find(u=>u.identifier.name===o);return(a==null?void 0:a.resolved)&&mb(a.resolved)}return!1}function mb(r){return r.defs.some(e=>{if(e.type!=="ImportBinding")return!1;let t=e.parent.source.value;return t.startsWith("@qwik.dev/core")||t.startsWith("@qwik.dev/router")||t.startsWith("@builder.io/qwik")||t.startsWith("@builder.io/qwik-city")})}var gb={Promise:!0,URL:!0,RegExp:!0,Date:!0,FormData:!0,URLSearchParams:!0,Error:!0,Set:!0,Map:!0,Uint8Array:!0},mw=`
310
310
  import { component$, useTask$, $ } from '@qwik.dev/core';
311
311
 
312
312
  export const HelloWorld = component$(() => {
@@ -319,7 +319,7 @@ export const HelloWorld = component$(() => {
319
319
  });
320
320
 
321
321
  return <h1>Hello</h1>;
322
- });`.trim(),Ax=`
322
+ });`.trim(),gw=`
323
323
  import { component$, useTask$ } from '@qwik.dev/core';
324
324
 
325
325
  export const HelloWorld = component$(() => {
@@ -332,7 +332,7 @@ export const HelloWorld = component$(() => {
332
332
  });
333
333
 
334
334
  return <h1>Hello</h1>;
335
- });`.trim(),Px=`
335
+ });`.trim(),vw=`
336
336
  import { component$, $ } from '@qwik.dev/core';
337
337
 
338
338
  export const HelloWorld = component$(() => {
@@ -340,7 +340,7 @@ export const HelloWorld = component$(() => {
340
340
  return (
341
341
  <button onClick$={click}>log it</button>
342
342
  );
343
- });`.trim(),Ox=`
343
+ });`.trim(),hw=`
344
344
  import { component$ } from '@qwik.dev/core';
345
345
 
346
346
  export const HelloWorld = component$(() => {
@@ -348,7 +348,7 @@ export const HelloWorld = component$(() => {
348
348
  return (
349
349
  <button onClick$={click}>log it</button>
350
350
  );
351
- });`.trim(),$x=`
351
+ });`.trim(),bw=`
352
352
  import { component$ } from '@qwik.dev/core';
353
353
 
354
354
  export const HelloWorld = component$(() => {
@@ -361,7 +361,7 @@ export const HelloWorld = component$(() => {
361
361
  {person.name}
362
362
  </button>
363
363
  );
364
- });`.trim(),Ix=`
364
+ });`.trim(),Sw=`
365
365
  import { component$ } from '@qwik.dev/core';
366
366
 
367
367
  export const HelloWorld = component$(() => {
@@ -374,7 +374,7 @@ export const HelloWorld = component$(() => {
374
374
  {personName}
375
375
  </button>
376
376
  );
377
- });`.trim();var Fl=require("@typescript-eslint/utils"),Ce=H(require("typescript")),Xv=Fl.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Nl=Xv({name:"serializer-signal-usage",meta:{type:"problem",docs:{description:"Ensure signals used in update() are also used in deserialize()"},schema:[],messages:{serializerSignalMismatch:"Signals/Stores used in update() must also be used in deserialize(). Missing: {{signals}}"}},defaultOptions:[],create(r){var i,a;if(!((i=r.parserServices)!=null&&i.program)||!((a=r.parserServices)!=null&&a.esTreeNodeToTSNodeMap))return{};let e={program:r.parserServices.program,esTreeNodeToTSNodeMap:r.parserServices.esTreeNodeToTSNodeMap},t=e.program.getTypeChecker();function n(u){if(!u.symbol)return!!(u.flags&Ce.default.TypeFlags.Any);if(u.symbol.name==="Signal"||u.symbol.name==="Store")return!0;let l=u.getProperties();return l.some(d=>d.name==="value")?!0:u.flags&Ce.default.TypeFlags.Object?l.length>0:!1}function o(u){let l=new Set,y=new WeakSet,d=new Set;(u.type==="ArrowFunctionExpression"||u.type==="FunctionExpression")&&u.params.forEach(m=>{m.type==="Identifier"&&d.add(m.name)});function f(m){let p=m.parent;return p?p.type==="AssignmentExpression"&&p.left===m||p.type==="UpdateExpression"&&p.argument===m:!1}function c(m){var v;if(!m||typeof m!="object"||y.has(m))return;if(y.add(m),m.type==="MemberExpression"&&!f(m)){let h=m.object;if((h==null?void 0:h.type)==="Identifier"&&!d.has(h.name)){let g=e.esTreeNodeToTSNodeMap.get(h);if(g){let E=t.getTypeAtLocation(g);if(n(E))if(E.flags&Ce.default.TypeFlags.Object||E.flags&Ce.default.TypeFlags.Any){let T=(v=m.property)==null?void 0:v.name;T&&l.add(`${h.name}.${T}`)}else l.add(h.name)}}}let p=["body","expression","expressions","argument","arguments","left","right","object","property"];for(let h of p){let g=m[h];Array.isArray(g)?g.forEach(E=>c(E)):g&&typeof g=="object"&&(g.parent=m,c(g))}}return(u.type==="BlockStatement"?u.body:[u]).forEach(c),l}return{CallExpression(u){var l;if(u.callee.type==="Identifier"&&(u.callee.name==="useSerializer$"||u.callee.name==="createSerializer$")){let y=u.arguments[0];if((y==null?void 0:y.type)==="ArrowFunctionExpression"||(y==null?void 0:y.type)==="FunctionExpression"){let d=y.body.type==="BlockStatement"?(l=y.body.body.find(f=>f.type==="ReturnStatement"))==null?void 0:l.argument:y.body;if((d==null?void 0:d.type)==="ObjectExpression"){let f=d.properties.find(b=>b.type==="Property"&&b.key.type==="Identifier"&&b.key.name==="update"),c=d.properties.find(b=>b.type==="Property"&&b.key.type==="Identifier"&&b.key.name==="deserialize");if(f&&c){let b=f.value,m=c.value,p=o(b.body),v=o(m.body),h=Array.from(p).filter(T=>!v.has(T)),g=Array.from(v).filter(T=>!p.has(T)),E=[...h,...g];E.length>0&&r.report({node:f,messageId:"serializerSignalMismatch",data:{signals:E.join(", ")}})}}}}}}}}),kx=`
377
+ });`.trim();var Ip=require("@typescript-eslint/utils"),vb=Ip.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Cp=vb({name:"serializer-signal-usage",meta:{type:"problem",docs:{description:"Ensure signals used in update() are also used in deserialize()"},schema:[],messages:{serializerSignalMismatch:"Signals/Stores used in update() must also be used in deserialize(). Missing: {{signals}}"}},defaultOptions:[],create(r){function e(n){return n.endsWith("Signal")||n.endsWith("Store")||n==="signal"||n==="store"}function t(n){let o=new Set,i=new WeakSet,a=new Set;"params"in n&&Array.isArray(n.params)&&n.params.forEach(l=>{l.type==="Identifier"&&a.add(l.name)});function u(l){let d=l.parent;return d?d.type==="AssignmentExpression"&&d.left===l||d.type==="UpdateExpression"&&d.argument===l:!1}function c(l){if(!(!l||typeof l!="object"||i.has(l))){i.add(l),l.type==="MemberExpression"&&!u(l)&&l.object.type==="Identifier"&&!a.has(l.object.name)&&(l.property.type==="Identifier"&&l.property.name==="value"?o.add(l.object.name):l.property.type==="Identifier"&&e(l.object.name)&&o.add(`${l.object.name}.${l.property.name}`)),l.type==="Identifier"&&!a.has(l.name)&&e(l.name)&&o.add(l.name);for(let d in l){if(d==="parent")continue;let f=l[d];Array.isArray(f)?f.forEach(c):f&&typeof f=="object"&&(f.parent=l,c(f))}}}return n.type==="BlockStatement"?n.body.forEach(c):c(n),o}return{CallExpression(n){if(n.callee.type==="Identifier"&&(n.callee.name==="useSerializer$"||n.callee.name==="createSerializer$")){let o=n.arguments[0];if(o&&(o.type==="ArrowFunctionExpression"||o.type==="FunctionExpression")){let i;if(o.body.type==="BlockStatement"){let a=o.body.body.find(u=>u.type==="ReturnStatement");a&&a.argument&&a.argument.type==="ObjectExpression"&&(i=a.argument)}else o.body.type==="ObjectExpression"&&(i=o.body);if(i){let a=i.properties.find(c=>c.type==="Property"&&c.key.type==="Identifier"&&c.key.name==="update"),u=i.properties.find(c=>c.type==="Property"&&c.key.type==="Identifier"&&c.key.name==="deserialize");if(a&&u){let c=a.value,l=u.value;if((c.type==="ArrowFunctionExpression"||c.type==="FunctionExpression")&&(l.type==="ArrowFunctionExpression"||l.type==="FunctionExpression")){let d=t(c.body),f=t(l.body),y=Array.from(d).filter(p=>!f.has(p)),m=Array.from(f).filter(p=>!d.has(p)),v=[...y,...m];v.length>0&&r.report({node:a,messageId:"serializerSignalMismatch",data:{signals:v.join(", ")}})}}}}}}}}}),ww=`
378
378
  import { useSignal, useSerializer$ } from '@qwik.dev/core';
379
379
  import MyClass from './my-class';
380
380
 
@@ -390,7 +390,7 @@ export default component$(() => {
390
390
  }));
391
391
 
392
392
  return <div>{myClass.count}</div>;
393
- });`.trim(),_x=`
393
+ });`.trim(),qw=`
394
394
  import { useSignal, useSerializer$ } from '@qwik.dev/core';
395
395
  import MyClass from './my-class';
396
396
 
@@ -407,4 +407,4 @@ export default component$(() => {
407
407
  }));
408
408
 
409
409
  return <div>{myClass.count}</div>;
410
- });`.trim();var En={name:"eslint-plugin-qwik",description:"An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",version:"2.0.0-alpha.9",author:"Qwik Team",bugs:"https://github.com/QwikDev/qwik/issues",dependencies:{"@typescript-eslint/utils":"^8.12.2","jsx-ast-utils":"^3.3.5"},devDependencies:{"@qwik.dev/core":"workspace:*","@qwik.dev/router":"workspace:*","@types/eslint":"9.6.1","@types/estree":"1.0.5","@typescript-eslint/rule-tester":"8.14.0",redent:"4.0.0"},engines:{node:"^18.17.0 || ^20.3.0 || >=21.0.0"},files:["README.md","dist"],homepage:"https://github.com/QwikDev/qwik#readme",keywords:["builder.io","eslint","qwik"],license:"MIT",main:"dist/index.js",repository:{type:"git",url:"https://github.com/QwikDev/qwik.git",directory:"packages/eslint-rules"},scripts:{test:"cd ../..; ./node_modules/.bin/vitest packages/eslint-plugin-qwik/qwik.unit.ts"}};var jl={"valid-lexical-scope":Cl,"use-method-usage":Pl,"no-react-props":wl,"loader-location":El,"prefer-classlist":Tl,"jsx-no-script-url":Sl,"jsx-key":hl,"unused-server":Al,"jsx-img":Cn,"jsx-a":$n,"no-use-visible-task":ql,"serializer-signal-usage":Nl},Ml={"qwik/valid-lexical-scope":"error","qwik/use-method-usage":"error","qwik/no-react-props":"error","qwik/loader-location":"warn","qwik/prefer-classlist":"warn","qwik/jsx-no-script-url":"warn","qwik/jsx-key":"warn","qwik/unused-server":"error","qwik/jsx-img":"warn","qwik/jsx-a":"warn","qwik/no-use-visible-task":"warn","qwik/serializer-signal-usage":"error"},Ll={"qwik/valid-lexical-scope":"error","qwik/use-method-usage":"error","qwik/no-react-props":"error","qwik/loader-location":"error","qwik/prefer-classlist":"error","qwik/jsx-no-script-url":"error","qwik/jsx-key":"error","qwik/unused-server":"error","qwik/jsx-img":"error","qwik/jsx-a":"error","qwik/no-use-visible-task":"warn","qwik/serializer-signal-usage":"error"},Kv={recommended:{plugins:["qwik"],rules:Ml},strict:{plugins:["qwik"],rules:Ll}},wn={configs:{get recommended(){return Qv},get strict(){return Yv}},meta:{name:En.name,version:En.version},rules:jl},Qv=[{plugins:{qwik:wn},rules:Ml}],Yv=[{plugins:{qwik:wn},rules:Ll}];0&&(module.exports={configs,qwikEslint9Plugin,rules});
410
+ });`.trim();var In={name:"eslint-plugin-qwik",description:"An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",version:"2.0.0-beta.10",author:"Qwik Team",bugs:"https://github.com/QwikDev/qwik/issues",dependencies:{"@typescript-eslint/utils":"^8.38.0","jsx-ast-utils":"^3.3.5"},devDependencies:{"@qwik.dev/core":"workspace:*","@qwik.dev/router":"workspace:*","@types/estree":"1.0.8","@typescript-eslint/rule-tester":"8.38.0",redent:"4.0.0"},engines:{node:"^18.17.0 || ^20.3.0 || >=21.0.0"},files:["README.md","dist"],homepage:"https://github.com/QwikDev/qwik#readme",keywords:["eslint","qwik"],license:"MIT",main:"dist/index.js",peerDependencies:{eslint:"^8.57.0 || ^9.0.0"},repository:{type:"git",url:"https://github.com/QwikDev/qwik.git",directory:"packages/eslint-rules"},scripts:{test:"cd ../..; ./node_modules/.bin/vitest packages/eslint-plugin-qwik/qwik.unit.ts"}};var q=require("@typescript-eslint/utils"),bb="isServer";function Cn(r,e){if(!e)return!1;let t=r.parent;for(;t;){if(t===e)return!0;t=t.parent}return!1}var Fp={meta:{type:"problem",docs:{description:"Disallow direct or indirect (via one-level function call) Node.js API usage in useTask$ without a server guard (e.g., isServer).",category:"Best Practices",recommended:!0,url:""},fixable:void 0,schema:[{type:"object",properties:{forbiddenApis:{type:"array",items:{type:"string"},default:["process","fs","os","path","child_process","http","https","Buffer","__dirname","__filename"]}},additionalProperties:!1}],messages:{unsafeApiUsage:"Node.js API '{{apiName}}' should only be used inside an '{{guardName}}' block within useTask$. Example: if ({{guardName}}) { {{apiName}}.call(); }",unsafeApiUsageInCalledFunction:"Node.js API '{{apiName}}' used in function '{{calledFunctionName}}' (called from useTask$) needs '{{guardName}}' protection. Either guard the call site or protect the API usage within '{{calledFunctionName}}'."}},create(r){let e=r.options[0]||{},t=new Set(e.forbiddenApis||["process","fs","os","path","child_process","http","https","Buffer","__dirname","__filename"]),n=bb,o=r.sourceCode,i=null;function a(l,d){let f=l.parent;for(;f&&f!==d.body&&f!==d;){if(f.type===q.AST_NODE_TYPES.IfStatement){let y=f;if(Cn(l,y.consequent)||l===y.consequent){let m=y.test;if(m.type===q.AST_NODE_TYPES.Identifier&&m.name===n||m.type===q.AST_NODE_TYPES.BinaryExpression&&m.operator==="==="&&(m.left.type===q.AST_NODE_TYPES.Identifier&&m.left.name===n&&m.right.type===q.AST_NODE_TYPES.Literal&&m.right.value===!0||m.right.type===q.AST_NODE_TYPES.Identifier&&m.right.name===n&&m.left.type===q.AST_NODE_TYPES.Literal&&m.left.value===!0)||m.type===q.AST_NODE_TYPES.UnaryExpression&&m.operator==="!"&&m.argument.type===q.AST_NODE_TYPES.UnaryExpression&&m.argument.operator==="!"&&m.argument.argument.type===q.AST_NODE_TYPES.Identifier&&m.argument.argument.name===n)return!0}}f=f.parent}return!1}function u(l){let d=o.getScope(l),f=null,y=d;for(;y;){let m=y.variables.find(v=>v.name===l.name);if(m){f=m;break}if(y.type==="global"){f=y.variables.find(v=>v.name===l.name);break}y=y.upper}return!f||f.defs.length===0?!1:f.defs.some(m=>m.type==="Variable"||m.type==="Parameter"||m.type==="FunctionName"||m.type==="ClassName"||m.type==="ImportBinding")}function c(l,d,f){function y(m){var v;if(!m)return!1;if(m.type===q.AST_NODE_TYPES.Identifier&&t.has(m.name)&&!u(m)&&!a(m,d))return r.report({node:f,messageId:"unsafeApiUsageInCalledFunction",data:{apiName:m.name,calledFunctionName:((v=d.id)==null?void 0:v.name)||(f.type===q.AST_NODE_TYPES.Identifier?f.name:"[anonymous]"),guardName:n}}),!0;for(let p in m){if(p==="parent"||p==="range"||p==="loc")continue;let g=m[p];if(Array.isArray(g)){for(let h of g)if(h&&typeof h=="object"&&"type"in h&&y(h))return!0}else if(g&&typeof g=="object"&&"type"in g&&y(g))return!0}return!1}y(l)}return{":function"(l){let d=l.parent;d&&d.type===q.AST_NODE_TYPES.CallExpression&&d.callee.type===q.AST_NODE_TYPES.Identifier&&d.callee.name==="useTask$"&&d.arguments.length>0&&d.arguments[0]===l&&(i=l)},":function:exit"(l){i===l&&(i=null)},Identifier(l){if(i&&!(i.body!==l&&!Cn(l,i.body))&&!(l.parent&&l.parent.type===q.AST_NODE_TYPES.CallExpression&&l.parent.callee===l)&&t.has(l.name)){if(u(l))return;a(l,i)||r.report({node:l,messageId:"unsafeApiUsage",data:{apiName:l.name,guardName:n}})}},CallExpression(l){if(i&&Cn(l,i.body)&&!a(l,i)&&l.callee.type===q.AST_NODE_TYPES.Identifier){let d=l.callee,f=o.getScope(d),y=null,m=f.references.find(p=>p.identifier===d);if(m&&m.resolved)y=m.resolved;else{let p=f;for(;p;){let g=p.variables.find(h=>h.name===d.name);if(g&&g.defs.length>0){y=g;break}if(p.type==="global"&&!g){let h=p.type==="global"?p.variables.find(b=>b.name===d.name):null;h&&(y=h);break}if(!p.upper)break;p=p.upper}}let v=y;if(v&&v.defs.length>0){let p=v.defs[0],g=null;if(p.node.type===q.AST_NODE_TYPES.FunctionDeclaration?g=p.node:p.node.type===q.AST_NODE_TYPES.VariableDeclarator&&p.node.init&&(p.node.init.type===q.AST_NODE_TYPES.FunctionExpression||p.node.init.type===q.AST_NODE_TYPES.ArrowFunctionExpression)&&(g=p.node.init),g){let h=(g.body.type===q.AST_NODE_TYPES.BlockStatement,g.body);c(h,g,l)}}}}}}};var Np={"valid-lexical-scope":$p,"use-method-usage":Tp,"no-react-props":xp,"loader-location":Sp,"prefer-classlist":wp,"jsx-no-script-url":hp,"jsx-key":gp,"unused-server":qp,"jsx-img":Un,"jsx-a":Vn,"no-use-visible-task":Ep,"serializer-signal-usage":Cp,"scope-use-task":Fp},Rp={"qwik/valid-lexical-scope":"error","qwik/use-method-usage":"error","qwik/no-react-props":"error","qwik/loader-location":"warn","qwik/prefer-classlist":"warn","qwik/jsx-no-script-url":"warn","qwik/jsx-key":"warn","qwik/unused-server":"error","qwik/jsx-img":"warn","qwik/jsx-a":"warn","qwik/no-use-visible-task":"warn","qwik/serializer-signal-usage":"error","qwik/scope-use-task":"error"},jp={"qwik/valid-lexical-scope":"error","qwik/use-method-usage":"error","qwik/no-react-props":"error","qwik/loader-location":"error","qwik/prefer-classlist":"error","qwik/jsx-no-script-url":"error","qwik/jsx-key":"error","qwik/unused-server":"error","qwik/jsx-img":"error","qwik/jsx-a":"error","qwik/no-use-visible-task":"warn","qwik/serializer-signal-usage":"error","qwik/scope-use-task":"error"},Sb={recommended:{plugins:["qwik"],rules:Rp},strict:{plugins:["qwik"],rules:jp}},Fn={configs:{get recommended(){return xb},get strict(){return Eb}},meta:{name:In.name,version:In.version},rules:Np},xb=[{plugins:{qwik:Fn},rules:Rp}],Eb=[{plugins:{qwik:Fn},rules:jp}];0&&(module.exports={configs,qwikEslint9Plugin,rules});
package/package.json CHANGED
@@ -1,20 +1,19 @@
1
1
  {
2
2
  "name": "eslint-plugin-qwik",
3
3
  "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
4
- "version": "2.0.0-alpha.9",
4
+ "version": "2.0.0-beta.10",
5
5
  "author": "Qwik Team",
6
6
  "bugs": "https://github.com/QwikDev/qwik/issues",
7
7
  "dependencies": {
8
- "@typescript-eslint/utils": "^8.12.2",
8
+ "@typescript-eslint/utils": "^8.38.0",
9
9
  "jsx-ast-utils": "^3.3.5"
10
10
  },
11
11
  "devDependencies": {
12
- "@types/eslint": "9.6.1",
13
- "@types/estree": "1.0.5",
14
- "@typescript-eslint/rule-tester": "8.14.0",
12
+ "@types/estree": "1.0.8",
13
+ "@typescript-eslint/rule-tester": "8.38.0",
15
14
  "redent": "4.0.0",
16
- "@qwik.dev/core": "2.0.0-alpha.9",
17
- "@qwik.dev/router": "2.0.0-alpha.9"
15
+ "@qwik.dev/core": "2.0.0-beta.10",
16
+ "@qwik.dev/router": "2.0.0-beta.10"
18
17
  },
19
18
  "engines": {
20
19
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
@@ -25,12 +24,14 @@
25
24
  ],
26
25
  "homepage": "https://github.com/QwikDev/qwik#readme",
27
26
  "keywords": [
28
- "builder.io",
29
27
  "eslint",
30
28
  "qwik"
31
29
  ],
32
30
  "license": "MIT",
33
31
  "main": "dist/index.js",
32
+ "peerDependencies": {
33
+ "eslint": "^8.57.0 || ^9.0.0"
34
+ },
34
35
  "repository": {
35
36
  "type": "git",
36
37
  "url": "https://github.com/QwikDev/qwik.git",