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

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 +7 -6
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=`
1
+ "use strict";var Bl=Object.create;var _e=Object.defineProperty;var Jl=Object.getOwnPropertyDescriptor;var Wl=Object.getOwnPropertyNames;var Gl=Object.getPrototypeOf,Hl=Object.prototype.hasOwnProperty;var s=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Xl=(r,e)=>{for(var t in e)_e(r,t,{get:e[t],enumerable:!0})},In=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Wl(e))!Hl.call(r,o)&&o!==t&&_e(r,o,{get:()=>e[o],enumerable:!(n=Jl(e,o))||n.enumerable});return r};var ee=(r,e,t)=>(t=r!=null?Bl(Gl(r)):{},In(e||!r||!r.__esModule?_e(t,"default",{value:r,enumerable:!0}):t,r)),zl=r=>In(_e({},"__esModule",{value:!0}),r);var Fe=s(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.default=ep;function ep(){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 Fn=s(de=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.default=vr;de.hasAnyProp=np;de.hasEveryProp=op;var rp=Fe(),_n=tp(rp);function tp(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,_n.default)(o).toUpperCase():(0,_n.default)(o);return n===i})}function np(){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 op(){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 jn=s(hr=>{"use strict";Object.defineProperty(hr,"__esModule",{value:!0});hr.default=ip;function Nn(){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"?Nn(r.object,r.property)+"."+e.name:r.name+"."+e.name}function ip(){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 Nn(n,i)}return e.type==="JSXNamespacedName"?e.namespace.name+":"+e.name.name:r.name.name}});var br=s((yh,Mn)=>{"use strict";var Rn=Object.prototype.toString;Mn.exports=function(e){var t=Rn.call(e),n=t==="[object Arguments]";return n||(n=t!=="[object Array]"&&e!==null&&typeof e=="object"&&typeof e.length=="number"&&e.length>=0&&Rn.call(e.callee)==="[object Function]"),n}});var Hn=s((gh,Gn)=>{"use strict";var Wn;Object.keys||(me=Object.prototype.hasOwnProperty,Sr=Object.prototype.toString,Ln=br(),xr=Object.prototype.propertyIsEnumerable,Un=!xr.call({toString:null},"toString"),Vn=xr.call(function(){},"prototype"),ye=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],Ne=function(r){var e=r.constructor;return e&&e.prototype===r},Dn={$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},Bn=function(){if(typeof window>"u")return!1;for(var r in window)try{if(!Dn["$"+r]&&me.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"||!Bn)return Ne(r);try{return Ne(r)}catch{return!1}},Wn=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=Vn&&n;if(i&&e.length>0&&!me.call(e,0))for(var p=0;p<e.length;++p)a.push(String(p));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")&&me.call(e,d)&&a.push(String(d));if(Un)for(var f=Jn(e),m=0;m<ye.length;++m)!(f&&ye[m]==="constructor")&&me.call(e,ye[m])&&a.push(ye[m]);return a});var me,Sr,Ln,xr,Un,Vn,ye,Ne,Dn,Bn,Jn;Gn.exports=Wn});var Er=s((vh,Kn)=>{"use strict";var ap=Array.prototype.slice,sp=br(),Xn=Object.keys,je=Xn?function(e){return Xn(e)}:Hn(),zn=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 sp(n)?zn(ap.call(n)):zn(n)})}else Object.keys=je;return Object.keys||je};Kn.exports=je});var Yn=s((hh,Qn)=>{"use strict";Qn.exports=Error});var eo=s((bh,Zn)=>{"use strict";Zn.exports=EvalError});var wr=s((Sh,ro)=>{"use strict";ro.exports=RangeError});var no=s((xh,to)=>{"use strict";to.exports=ReferenceError});var ge=s((Eh,oo)=>{"use strict";oo.exports=SyntaxError});var x=s((wh,io)=>{"use strict";io.exports=TypeError});var so=s((qh,ao)=>{"use strict";ao.exports=URIError});var Re=s((Th,uo)=>{"use strict";uo.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((Ah,po)=>{"use strict";var lo=typeof Symbol<"u"&&Symbol,up=Re();po.exports=function(){return typeof lo!="function"||typeof Symbol!="function"||typeof lo("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:up()}});var Ar=s((Ph,co)=>{"use strict";var Tr={__proto__:null,foo:{}},lp=Object;co.exports=function(){return{__proto__:Tr}.foo===Tr.foo&&!(Tr instanceof lp)}});var yo=s((Ih,mo)=>{"use strict";var pp="Function.prototype.bind called on incompatible ",cp=Object.prototype.toString,fp=Math.max,dp="[object Function]",fo=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},mp=function(e,t){for(var n=[],o=t||0,i=0;o<e.length;o+=1,i+=1)n[i]=e[o];return n},yp=function(r,e){for(var t="",n=0;n<r.length;n+=1)t+=r[n],n+1<r.length&&(t+=e);return t};mo.exports=function(e){var t=this;if(typeof t!="function"||cp.apply(t)!==dp)throw new TypeError(pp+t);for(var n=mp(arguments,1),o,i=function(){if(this instanceof o){var d=t.apply(this,fo(n,arguments));return Object(d)===d?d:this}return t.apply(e,fo(n,arguments))},a=fp(0,t.length-n.length),u=[],p=0;p<a;p++)u[p]="$"+p;if(o=Function("binder","return function ("+yp(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 Me=s((Oh,go)=>{"use strict";var gp=yo();go.exports=Function.prototype.bind||gp});var X=s(($h,vo)=>{"use strict";var vp=Function.prototype.call,hp=Object.prototype.hasOwnProperty,bp=Me();vo.exports=bp.call(vp,hp)});var I=s((kh,Eo)=>{"use strict";var S,Sp=Yn(),xp=eo(),Ep=wr(),wp=no(),oe=ge(),ne=x(),qp=so(),xo=Function,Pr=function(r){try{return xo('"use strict"; return ('+r+").constructor;")()}catch{}},z=Object.getOwnPropertyDescriptor;if(z)try{z({},"")}catch{z=null}var Ir=function(){throw new ne},Tp=z?function(){try{return arguments.callee,Ir}catch{try{return z(arguments,"callee").get}catch{return Ir}}}():Ir,re=qr()(),Ap=Ar()(),A=Object.getPrototypeOf||(Ap?function(r){return r.__proto__}:null),te={},Pp=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%":re&&A?A([][Symbol.iterator]()):S,"%AsyncFromSyncIteratorPrototype%":S,"%AsyncFunction%":te,"%AsyncGenerator%":te,"%AsyncGeneratorFunction%":te,"%AsyncIteratorPrototype%":te,"%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%":Sp,"%eval%":eval,"%EvalError%":xp,"%Float32Array%":typeof Float32Array>"u"?S:Float32Array,"%Float64Array%":typeof Float64Array>"u"?S:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?S:FinalizationRegistry,"%Function%":xo,"%GeneratorFunction%":te,"%Int8Array%":typeof Int8Array>"u"?S:Int8Array,"%Int16Array%":typeof Int16Array>"u"?S:Int16Array,"%Int32Array%":typeof Int32Array>"u"?S:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":re&&A?A(A([][Symbol.iterator]())):S,"%JSON%":typeof JSON=="object"?JSON:S,"%Map%":typeof Map>"u"?S:Map,"%MapIteratorPrototype%":typeof Map>"u"||!re||!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%":Ep,"%ReferenceError%":wp,"%Reflect%":typeof Reflect>"u"?S:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?S:Set,"%SetIteratorPrototype%":typeof Set>"u"||!re||!A?S:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?S:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":re&&A?A(""[Symbol.iterator]()):S,"%Symbol%":re?Symbol:S,"%SyntaxError%":oe,"%ThrowTypeError%":Tp,"%TypedArray%":Pp,"%TypeError%":ne,"%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%":qp,"%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){ho=A(A(r)),K["%Error.prototype%"]=ho}var ho,Ip=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},bo={__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"]},ve=Me(),Le=X(),Op=ve.call(Function.call,Array.prototype.concat),$p=ve.call(Function.apply,Array.prototype.splice),So=ve.call(Function.call,String.prototype.replace),Ue=ve.call(Function.call,String.prototype.slice),kp=ve.call(Function.call,RegExp.prototype.exec),Cp=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_p=/\\(\\)?/g,Fp=function(e){var t=Ue(e,0,1),n=Ue(e,-1);if(t==="%"&&n!=="%")throw new oe("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new oe("invalid intrinsic syntax, expected opening `%`");var o=[];return So(e,Cp,function(i,a,u,p){o[o.length]=u?So(p,_p,"$1"):a||i}),o},Np=function(e,t){var n=e,o;if(Le(bo,n)&&(o=bo[n],n="%"+o[0]+"%"),Le(K,n)){var i=K[n];if(i===te&&(i=Ip(n)),typeof i>"u"&&!t)throw new ne("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:o,name:n,value:i}}throw new oe("intrinsic "+e+" does not exist!")};Eo.exports=function(e,t){if(typeof e!="string"||e.length===0)throw new ne("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new ne('"allowMissing" argument must be a boolean');if(kp(/^%?[^%]*%?$/,e)===null)throw new oe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Fp(e),o=n.length>0?n[0]:"",i=Np("%"+o+"%",t),a=i.name,u=i.value,p=!1,l=i.alias;l&&(o=l[0],$p(n,Op([0,1],l)));for(var d=1,f=!0;d<n.length;d+=1){var m=n[d],y=Ue(m,0,1),v=Ue(m,-1);if((y==='"'||y==="'"||y==="`"||v==='"'||v==="'"||v==="`")&&y!==v)throw new oe("property names with quotes must have matching quotes");if((m==="constructor"||!f)&&(p=!0),o+="."+m,a="%"+o+"%",Le(K,a))u=K[a];else if(u!=null){if(!(m in u)){if(!t)throw new ne("base intrinsic for "+e+" exists, but the property is not available.");return}if(z&&d+1>=n.length){var c=z(u,m);f=!!c,f&&"get"in c&&!("originalValue"in c.get)?u=c.get:u=u[m]}else f=Le(u,m),u=u[m];f&&!p&&(K[a]=u)}}return u}});var he=s((Ch,wo)=>{"use strict";var jp=I(),Ve=jp("%Object.defineProperty%",!0)||!1;if(Ve)try{Ve({},"a",{value:1})}catch{Ve=!1}wo.exports=Ve});var Be=s((_h,qo)=>{"use strict";var Rp=I(),De=Rp("%Object.getOwnPropertyDescriptor%",!0);if(De)try{De([],"length")}catch{De=null}qo.exports=De});var Or=s((Fh,Po)=>{"use strict";var To=he(),Mp=ge(),ie=x(),Ao=Be();Po.exports=function(e,t,n){if(!e||typeof e!="object"&&typeof e!="function")throw new ie("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new ie("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new ie("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new ie("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new ie("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new ie("`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,p=!!Ao&&Ao(e,t);if(To)To(e,t,{configurable:a===null&&p?p.configurable:!a,enumerable:o===null&&p?p.enumerable:!o,value:n,writable:i===null&&p?p.writable:!i});else if(u||!o&&!i&&!a)e[t]=n;else throw new Mp("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Je=s((Nh,Oo)=>{"use strict";var $r=he(),Io=function(){return!!$r};Io.hasArrayLengthDefineBug=function(){if(!$r)return null;try{return $r([],"length",{value:1}).length!==1}catch{return!0}};Oo.exports=Io});var j=s((jh,_o)=>{"use strict";var Lp=Er(),Up=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",Vp=Object.prototype.toString,Dp=Array.prototype.concat,$o=Or(),Bp=function(r){return typeof r=="function"&&Vp.call(r)==="[object Function]"},ko=Je()(),Jp=function(r,e,t,n){if(e in r){if(n===!0){if(r[e]===t)return}else if(!Bp(n)||!n())return}ko?$o(r,e,t,!0):$o(r,e,t)},Co=function(r,e){var t=arguments.length>2?arguments[2]:{},n=Lp(e);Up&&(n=Dp.call(n,Object.getOwnPropertySymbols(e)));for(var o=0;o<n.length;o+=1)Jp(r,n[o],e[n[o]],t[n[o]])};Co.supportsDescriptors=!!ko;_o.exports=Co});var Mo=s((Rh,Ro)=>{"use strict";var Wp=I(),Fo=Or(),Gp=Je()(),No=Be(),jo=x(),Hp=Wp("%Math.floor%");Ro.exports=function(e,t){if(typeof e!="function")throw new jo("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||Hp(t)!==t)throw new jo("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],o=!0,i=!0;if("length"in e&&No){var a=No(e,"length");a&&!a.configurable&&(o=!1),a&&!a.writable&&(i=!1)}return(o||i||!n)&&(Gp?Fo(e,"length",t,!0,!0):Fo(e,"length",t)),e}});var ae=s((Mh,We)=>{"use strict";var kr=Me(),Ge=I(),Xp=Mo(),zp=x(),Vo=Ge("%Function.prototype.apply%"),Do=Ge("%Function.prototype.call%"),Bo=Ge("%Reflect.apply%",!0)||kr.call(Do,Vo),Lo=he(),Kp=Ge("%Math.max%");We.exports=function(e){if(typeof e!="function")throw new zp("a function is required");var t=Bo(kr,Do,arguments);return Xp(t,1+Kp(0,e.length-(arguments.length-1)),!0)};var Uo=function(){return Bo(kr,Vo,arguments)};Lo?Lo(We.exports,"apply",{value:Uo}):We.exports.apply=Uo});var be=s((Lh,Jo)=>{"use strict";Jo.exports=Number.isNaN||function(e){return e!==e}});var Cr=s((Uh,Wo)=>{"use strict";var Qp=be();Wo.exports=function(r){return(typeof r=="number"||typeof r=="bigint")&&!Qp(r)&&r!==1/0&&r!==-1/0}});var _r=s((Vh,Ho)=>{"use strict";var Go=I(),Yp=Go("%Math.abs%"),Zp=Go("%Math.floor%"),ec=be(),rc=Cr();Ho.exports=function(e){if(typeof e!="number"||ec(e)||!rc(e))return!1;var t=Yp(e);return Zp(t)===t}});var Yo=s((Dh,Qo)=>{"use strict";var Ko=I(),Xo=Ko("%Array.prototype%"),tc=wr(),nc=ge(),oc=x(),ic=_r(),ac=Math.pow(2,32)-1,sc=Ar()(),zo=Ko("%Object.setPrototypeOf%",!0)||(sc?function(r,e){return r.__proto__=e,r}:null);Qo.exports=function(e){if(!ic(e)||e<0)throw new oc("Assertion failed: `length` must be an integer Number >= 0");if(e>ac)throw new tc("length is greater than (2**32 - 1)");var t=arguments.length>1?arguments[1]:Xo,n=[];if(t!==Xo){if(!zo)throw new nc("ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]");zo(n,t)}return e!==0&&(n.length=e),n}});var ei=s((Bh,Zo)=>{Zo.exports=require("util").inspect});var Si=s((Jh,bi)=>{var Br=typeof Map=="function"&&Map.prototype,Fr=Object.getOwnPropertyDescriptor&&Br?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Xe=Br&&Fr&&typeof Fr.get=="function"?Fr.get:null,ri=Br&&Map.prototype.forEach,Jr=typeof Set=="function"&&Set.prototype,Nr=Object.getOwnPropertyDescriptor&&Jr?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ze=Jr&&Nr&&typeof Nr.get=="function"?Nr.get:null,ti=Jr&&Set.prototype.forEach,uc=typeof WeakMap=="function"&&WeakMap.prototype,xe=uc?WeakMap.prototype.has:null,lc=typeof WeakSet=="function"&&WeakSet.prototype,Ee=lc?WeakSet.prototype.has:null,pc=typeof WeakRef=="function"&&WeakRef.prototype,ni=pc?WeakRef.prototype.deref:null,cc=Boolean.prototype.valueOf,fc=Object.prototype.toString,dc=Function.prototype.toString,mc=String.prototype.match,Wr=String.prototype.slice,U=String.prototype.replace,yc=String.prototype.toUpperCase,oi=String.prototype.toLowerCase,di=RegExp.prototype.test,ii=Array.prototype.concat,C=Array.prototype.join,gc=Array.prototype.slice,ai=Math.floor,Mr=typeof BigInt=="function"?BigInt.prototype.valueOf:null,jr=Object.getOwnPropertySymbols,Lr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,se=typeof Symbol=="function"&&typeof Symbol.iterator=="object",O=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===se||!0)?Symbol.toStringTag:null,mi=Object.prototype.propertyIsEnumerable,si=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function ui(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||di.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-ai(-r):ai(r);if(n!==r){var o=String(n),i=Wr.call(e,o.length+1);return U.call(o,t,"$&_")+"."+U.call(U.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return U.call(e,t,"$&_")}var Ur=ei(),li=Ur.custom,pi=gi(li)?li:null;bi.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 hi(e,i);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var p=String(e);return u?ui(e,p):p}if(typeof e=="bigint"){var l=String(e)+"n";return u?ui(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 Vr(e)?"[Array]":"[Object]";var f=Fc(i,n);if(typeof o>"u")o=[];else if(vi(o,e)>=0)return"[Circular]";function m(Z,Ce,Dl){if(Ce&&(o=gc.call(o),o.push(Ce)),Dl){var Pn={depth:i.depth};return L(i,"quoteStyle")&&(Pn.quoteStyle=i.quoteStyle),r(Z,Pn,n+1,o)}return r(Z,i,n+1,o)}if(typeof e=="function"&&!ci(e)){var y=Tc(e),v=He(e,m);return"[Function"+(y?": "+y:" (anonymous)")+"]"+(v.length>0?" { "+C.call(v,", ")+" }":"")}if(gi(e)){var c=se?U.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Lr.call(e);return typeof e=="object"&&!se?Se(c):c}if(kc(e)){for(var g="<"+oi.call(String(e.nodeName)),h=e.attributes||[],b=0;b<h.length;b++)g+=" "+h[b].name+"="+yi(vc(h[b].value),"double",i);return g+=">",e.childNodes&&e.childNodes.length&&(g+="..."),g+="</"+oi.call(String(e.nodeName))+">",g}if(Vr(e)){if(e.length===0)return"[]";var T=He(e,m);return f&&!_c(T)?"["+Dr(T,f)+"]":"[ "+C.call(T,", ")+" ]"}if(bc(e)){var $=He(e,m);return!("cause"in Error.prototype)&&"cause"in e&&!mi.call(e,"cause")?"{ ["+String(e)+"] "+C.call(ii.call("[cause]: "+m(e.cause),$),", ")+" }":$.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+C.call($,", ")+" }"}if(typeof e=="object"&&a){if(pi&&typeof e[pi]=="function"&&Ur)return Ur(e,{depth:d-n});if(a!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(Ac(e)){var H=[];return ri&&ri.call(e,function(Z,Ce){H.push(m(Ce,e,!0)+" => "+m(Z,e))}),fi("Map",Xe.call(e),H,f)}if(Oc(e)){var M=[];return ti&&ti.call(e,function(Z){M.push(m(Z,e))}),fi("Set",ze.call(e),M,f)}if(Pc(e))return Rr("WeakMap");if($c(e))return Rr("WeakSet");if(Ic(e))return Rr("WeakRef");if(xc(e))return Se(m(Number(e)));if(wc(e))return Se(m(Mr.call(e)));if(Ec(e))return Se(cc.call(e));if(Sc(e))return Se(m(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(e===global)return"{ [object globalThis] }";if(!hc(e)&&!ci(e)){var Y=He(e,m),Tn=si?si(e)===Object.prototype:e instanceof Object||e.constructor===Object,dr=e instanceof Object?"":"null prototype",An=!Tn&&O&&Object(e)===e&&O in e?Wr.call(V(e),8,-1):dr?"Object":"",Vl=Tn||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",mr=Vl+(An||dr?"["+C.call(ii.call([],An||[],dr||[]),": ")+"] ":"");return Y.length===0?mr+"{}":f?mr+"{"+Dr(Y,f)+"}":mr+"{ "+C.call(Y,", ")+" }"}return String(e)};function yi(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function vc(r){return U.call(String(r),/"/g,"&quot;")}function Vr(r){return V(r)==="[object Array]"&&(!O||!(typeof r=="object"&&O in r))}function hc(r){return V(r)==="[object Date]"&&(!O||!(typeof r=="object"&&O in r))}function ci(r){return V(r)==="[object RegExp]"&&(!O||!(typeof r=="object"&&O in r))}function bc(r){return V(r)==="[object Error]"&&(!O||!(typeof r=="object"&&O in r))}function Sc(r){return V(r)==="[object String]"&&(!O||!(typeof r=="object"&&O in r))}function xc(r){return V(r)==="[object Number]"&&(!O||!(typeof r=="object"&&O in r))}function Ec(r){return V(r)==="[object Boolean]"&&(!O||!(typeof r=="object"&&O in r))}function gi(r){if(se)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!Lr)return!1;try{return Lr.call(r),!0}catch{}return!1}function wc(r){if(!r||typeof r!="object"||!Mr)return!1;try{return Mr.call(r),!0}catch{}return!1}var qc=Object.prototype.hasOwnProperty||function(r){return r in this};function L(r,e){return qc.call(r,e)}function V(r){return fc.call(r)}function Tc(r){if(r.name)return r.name;var e=mc.call(dc.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function vi(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 Ac(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 Pc(r){if(!xe||!r||typeof r!="object")return!1;try{xe.call(r,xe);try{Ee.call(r,Ee)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function Ic(r){if(!ni||!r||typeof r!="object")return!1;try{return ni.call(r),!0}catch{}return!1}function Oc(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 $c(r){if(!Ee||!r||typeof r!="object")return!1;try{Ee.call(r,Ee);try{xe.call(r,xe)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function kc(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function hi(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return hi(Wr.call(r,0,e.maxStringLength),e)+n}var o=U.call(U.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Cc);return yi(o,"single",e)}function Cc(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":"")+yc.call(e.toString(16))}function Se(r){return"Object("+r+")"}function Rr(r){return r+" { ? }"}function fi(r,e,t,n){var o=n?Dr(t,n):C.call(t,", ");return r+" ("+e+") {"+o+"}"}function _c(r){for(var e=0;e<r.length;e++)if(vi(r[e],`
2
+ `)>=0)return!1;return!0}function Fc(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
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:
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(se){a={};for(var u=0;u<i.length;u++)a["$"+i[u]]=i[u]}for(var p in r)L(r,p)&&(t&&String(Number(p))===p&&p<r.length||se&&a["$"+p]instanceof Symbol||(di.call(/[^\w$]/,p)?n.push(e(p,r)+": "+e(r[p],r)):n.push(p+": "+e(r[p],r))));if(typeof jr=="function")for(var l=0;l<i.length;l++)mi.call(r,i[l])&&n.push("["+e(i[l])+"]: "+e(r[i[l]],r));return n}});var D=s((Wh,xi)=>{"use strict";xi.exports=function(e){return typeof e=="string"||typeof e=="symbol"}});var wi=s((Gh,Ei)=>{"use strict";Ei.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 k=s((Hh,qi)=>{"use strict";var Nc=wi();qi.exports=function(e){return typeof e=="symbol"?"Symbol":typeof e=="bigint"?"BigInt":Nc(e)}});var we=s((Xh,Ai)=>{"use strict";var Ti=x(),jc=Si(),Rc=D(),Mc=k();Ai.exports=function(e,t){if(Mc(e)!=="Object")throw new Ti("Assertion failed: Type(O) is not Object");if(!Rc(t))throw new Ti("Assertion failed: IsPropertyKey(P) is not true, got "+jc(t));return e[t]}});var _=s((zh,Oi)=>{"use strict";var Pi=I(),Ii=ae(),Lc=Ii(Pi("String.prototype.indexOf"));Oi.exports=function(e,t){var n=Pi(e,!!t);return typeof n=="function"&&Lc(e,".prototype.")>-1?Ii(n):n}});var Gr=s((Kh,ki)=>{"use strict";var Uc=I(),$i=Uc("%Array%"),Vc=!$i.isArray&&_()("Object.prototype.toString");ki.exports=$i.isArray||function(e){return Vc(e)==="[object Array]"}});var Ke=s((Qh,Ci)=>{"use strict";Ci.exports=Gr()});var Fi=s((Yh,_i)=>{"use strict";_i.exports=I()});var R=s((Zh,Ni)=>{"use strict";var Dc=x(),qe=X(),Bc={__proto__:null,"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};Ni.exports=function(e){if(!e||typeof e!="object")return!1;for(var t in e)if(qe(e,t)&&!Bc[t])return!1;var n=qe(e,"[[Value]]")||qe(e,"[[Writable]]"),o=qe(e,"[[Get]]")||qe(e,"[[Set]]");if(n&&o)throw new Dc("Property Descriptors may not be both accessor and data descriptors");return!0}});var Hr=s((eb,Mi)=>{"use strict";var Jc=Je(),ji=he(),Ri=Jc.hasArrayLengthDefineBug(),Wc=Ri&&Gr(),Gc=_(),Hc=Gc("Object.prototype.propertyIsEnumerable");Mi.exports=function(e,t,n,o,i,a){if(!ji){if(!e(a)||!a["[[Configurable]]"]||!a["[[Writable]]"]||i in o&&Hc(o,i)!==!!a["[[Enumerable]]"])return!1;var u=a["[[Value]]"];return o[i]=u,t(o[i],u)}return Ri&&i==="length"&&"[[Value]]"in a&&Wc(o)&&o.length!==a["[[Value]]"]?(o.length=a["[[Value]]"],o.length===a["[[Value]]"]):(ji(o,i,n(a)),!0)}});var Ui=s((rb,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((tb,Vi)=>{"use strict";var Xc=x(),zc=R(),Kc=Ui();Vi.exports=function(e){if(typeof e<"u"&&!zc(e))throw new Xc("Assertion failed: `Desc` must be a Property Descriptor");return Kc(e)}});var Qe=s((nb,Bi)=>{"use strict";var Qc=x(),Di=X(),Yc=R();Bi.exports=function(e){if(typeof e>"u")return!1;if(!Yc(e))throw new Qc("Assertion failed: `Desc` must be a Property Descriptor");return!(!Di(e,"[[Value]]")&&!Di(e,"[[Writable]]"))}});var Ye=s((ob,Wi)=>{"use strict";var Ji=be();Wi.exports=function(e,t){return e===t?e===0?1/e===1/t:!0:Ji(e)&&Ji(t)}});var Hi=s((ib,Gi)=>{"use strict";Gi.exports=function(e){return!!e}});var Zr=s((ab,Ki)=>{"use strict";var zi=Function.prototype.toString,ue=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,Kr,Ze;if(typeof ue=="function"&&typeof Object.defineProperty=="function")try{Kr=Object.defineProperty({},"length",{get:function(){throw Ze}}),Ze={},ue(function(){throw 42},null,Kr)}catch(r){r!==Ze&&(ue=null)}else ue=null;var Zc=/^\s*class\b/,Qr=function(e){try{var t=zi.call(e);return Zc.test(t)}catch{return!1}},zr=function(e){try{return Qr(e)?!1:(zi.call(e),!0)}catch{return!1}},er=Object.prototype.toString,ef="[object Object]",rf="[object Function]",tf="[object GeneratorFunction]",nf="[object HTMLAllCollection]",of="[object HTML document.all class]",af="[object HTMLCollection]",sf=typeof Symbol=="function"&&!!Symbol.toStringTag,uf=!(0 in[,]),Yr=function(){return!1};typeof document=="object"&&(Xi=document.all,er.call(Xi)===er.call(document.all)&&(Yr=function(e){if((uf||!e)&&(typeof e>"u"||typeof e=="object"))try{var t=er.call(e);return(t===nf||t===of||t===af||t===ef)&&e("")==null}catch{}return!1}));var Xi;Ki.exports=ue?function(e){if(Yr(e))return!0;if(!e||typeof e!="function"&&typeof e!="object")return!1;try{ue(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(sf)return zr(e);if(Qr(e))return!1;var t=er.call(e);return t!==rf&&t!==tf&&!/^\[object HTML/.test(t)?!1:zr(e)}});var Yi=s((sb,Qi)=>{"use strict";Qi.exports=Zr()});var rt=s((ub,ea)=>{"use strict";var F=X(),rr=x(),lf=k(),et=Hi(),Zi=Yi();ea.exports=function(e){if(lf(e)!=="Object")throw new rr("ToPropertyDescriptor requires an object");var t={};if(F(e,"enumerable")&&(t["[[Enumerable]]"]=et(e.enumerable)),F(e,"configurable")&&(t["[[Configurable]]"]=et(e.configurable)),F(e,"value")&&(t["[[Value]]"]=e.value),F(e,"writable")&&(t["[[Writable]]"]=et(e.writable)),F(e,"get")){var n=e.get;if(typeof n<"u"&&!Zi(n))throw new rr("getter must be a function");t["[[Get]]"]=n}if(F(e,"set")){var o=e.set;if(typeof o<"u"&&!Zi(o))throw new rr("setter must be a function");t["[[Set]]"]=o}if((F(t,"[[Get]]")||F(t,"[[Set]]"))&&(F(t,"[[Value]]")||F(t,"[[Writable]]")))throw new rr("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}});var na=s((lb,ta)=>{"use strict";var tt=x(),ra=R(),pf=Hr(),cf=Xr(),ff=Qe(),df=D(),mf=Ye(),yf=rt(),gf=k();ta.exports=function(e,t,n){if(gf(e)!=="Object")throw new tt("Assertion failed: Type(O) is not Object");if(!df(t))throw new tt("Assertion failed: IsPropertyKey(P) is not true");var o=ra(n)?n:yf(n);if(!ra(o))throw new tt("Assertion failed: Desc is not a valid Property Descriptor");return pf(ff,mf,cf,e,t,o)}});var ia=s((pb,it)=>{"use strict";var vf=Fi(),oa=vf("%Reflect.construct%",!0),tr=na();try{tr({},"",{"[[Get]]":function(){}})}catch{tr=null}tr&&oa?(nt={},ot={},tr(ot,"length",{"[[Get]]":function(){throw nt},"[[Enumerable]]":!0}),it.exports=function(e){try{oa(e,ot)}catch(t){return t===nt}}):it.exports=function(e){return typeof e=="function"&&!!e.prototype};var nt,ot});var ca=s((cb,pa)=>{"use strict";var hf=I(),aa=hf("%Symbol.species%",!0),sa=x(),ua=Yo(),la=we(),bf=Ke(),Sf=ia(),xf=k(),Ef=_r();pa.exports=function(e,t){if(!Ef(t)||t<0)throw new sa("Assertion failed: length must be an integer >= 0");var n=bf(e);if(!n)return ua(t);var o=la(e,"constructor");if(aa&&xf(o)==="Object"&&(o=la(o,aa),o===null&&(o=void 0)),typeof o>"u")return ua(t);if(!Sf(o))throw new sa("C must be a constructor");return new o(t)}});var at=s((fb,fa)=>{"use strict";fa.exports=Number.MAX_SAFE_INTEGER||9007199254740991});var ma=s((db,da)=>{"use strict";var wf=I(),qf=_(),Tf=x(),Af=Ke(),Pf=wf("%Reflect.apply%",!0)||qf("Function.prototype.apply");da.exports=function(e,t){var n=arguments.length>2?arguments[2]:[];if(!Af(n))throw new Tf("Assertion failed: optional `argumentsList`, if provided, must be a List");return Pf(e,t,n)}});var nr=s((mb,ga)=>{"use strict";var If=x(),ya=X(),Of=R();ga.exports=function(e){if(typeof e>"u")return!1;if(!Of(e))throw new If("Assertion failed: `Desc` must be a Property Descriptor");return!(!ya(e,"[[Get]]")&&!ya(e,"[[Set]]"))}});var st=s((yb,va)=>{"use strict";va.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var xa=s((gb,Sa)=>{"use strict";var ba=I(),$f=ba("%Object.preventExtensions%",!0),kf=ba("%Object.isExtensible%",!0),ha=st();Sa.exports=$f?function(e){return!ha(e)&&kf(e)}:function(e){return!ha(e)}});var wa=s((vb,Ea)=>{"use strict";var Cf=R();Ea.exports=function(e,t){return Cf(t)&&typeof t=="object"&&"[[Enumerable]]"in t&&"[[Configurable]]"in t&&(e.IsAccessorDescriptor(t)||e.IsDataDescriptor(t))}});var Ta=s((hb,qa)=>{"use strict";var _f=x(),Ff=nr(),Nf=Qe(),jf=R();qa.exports=function(e){if(typeof e>"u")return!1;if(!jf(e))throw new _f("Assertion failed: `Desc` must be a Property Descriptor");return!Ff(e)&&!Nf(e)}});var Ia=s((bb,Pa)=>{"use strict";var le=x(),Te=Hr(),Rf=wa(),Aa=R(),Ae=Xr(),Q=nr(),B=Qe(),Mf=Ta(),Lf=D(),N=Ye(),Uf=k();Pa.exports=function(e,t,n,o,i){var a=Uf(e);if(a!=="Undefined"&&a!=="Object")throw new le("Assertion failed: O must be undefined or an Object");if(!Lf(t))throw new le("Assertion failed: P must be a Property Key");if(typeof n!="boolean")throw new le("Assertion failed: extensible must be a Boolean");if(!Aa(o))throw new le("Assertion failed: Desc must be a Property Descriptor");if(typeof i<"u"&&!Aa(i))throw new le("Assertion failed: current must be a Property Descriptor, or undefined");if(typeof i>"u")return n?a==="Undefined"?!0:Q(o)?Te(B,N,Ae,e,t,o):Te(B,N,Ae,e,t,{"[[Configurable]]":!!o["[[Configurable]]"],"[[Enumerable]]":!!o["[[Enumerable]]"],"[[Value]]":o["[[Value]]"],"[[Writable]]":!!o["[[Writable]]"]}):!1;if(!Rf({IsAccessorDescriptor:Q,IsDataDescriptor:B},i))throw new le("`current`, when present, must be a fully populated and valid Property Descriptor");if(!i["[[Configurable]]"]){if("[[Configurable]]"in o&&o["[[Configurable]]"]||"[[Enumerable]]"in o&&!N(o["[[Enumerable]]"],i["[[Enumerable]]"])||!Mf(o)&&!N(Q(o),Q(i)))return!1;if(Q(i)){if("[[Get]]"in o&&!N(o["[[Get]]"],i["[[Get]]"])||"[[Set]]"in o&&!N(o["[[Set]]"],i["[[Set]]"]))return!1}else if(!i["[[Writable]]"]&&("[[Writable]]"in o&&o["[[Writable]]"]||"[[Value]]"in o&&!N(o["[[Value]]"],i["[[Value]]"])))return!1}if(a!=="Undefined"){var u,p;return B(i)&&Q(o)?(u=("[[Configurable]]"in o?o:i)["[[Configurable]]"],p=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],Te(B,N,Ae,e,t,{"[[Configurable]]":!!u,"[[Enumerable]]":!!p,"[[Get]]":("[[Get]]"in o?o:i)["[[Get]]"],"[[Set]]":("[[Set]]"in o?o:i)["[[Set]]"]})):Q(i)&&B(o)?(u=("[[Configurable]]"in o?o:i)["[[Configurable]]"],p=("[[Enumerable]]"in o?o:i)["[[Enumerable]]"],Te(B,N,Ae,e,t,{"[[Configurable]]":!!u,"[[Enumerable]]":!!p,"[[Value]]":("[[Value]]"in o?o:i)["[[Value]]"],"[[Writable]]":!!("[[Writable]]"in o?o:i)["[[Writable]]"]})):Te(B,N,Ae,e,t,o)}return!0}});var Ca=s((Sb,ka)=>{"use strict";var Oa=Be(),$a=ge(),ut=x(),Vf=R(),Df=nr(),Bf=xa(),Jf=D(),Wf=rt(),Gf=Ye(),Hf=k(),Xf=Ia();ka.exports=function(e,t,n){if(Hf(e)!=="Object")throw new ut("Assertion failed: O must be an Object");if(!Jf(t))throw new ut("Assertion failed: P must be a Property Key");if(!Vf(n))throw new ut("Assertion failed: Desc must be a Property Descriptor");if(!Oa){if(Df(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]]"],Gf(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&&Wf(a),p=Bf(e);return Xf(e,t,p,n,u)}});var Na=s((xb,Fa)=>{"use strict";var _a=x(),zf=D(),Kf=Ca(),Qf=k();Fa.exports=function(e,t,n){if(Qf(e)!=="Object")throw new _a("Assertion failed: Type(O) is not Object");if(!zf(t))throw new _a("Assertion failed: IsPropertyKey(P) is not true");var o={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0};return Kf(e,t,o)}});var Ra=s((Eb,ja)=>{"use strict";var lt=x(),Yf=Na(),Zf=D(),ed=k();ja.exports=function(e,t,n){if(ed(e)!=="Object")throw new lt("Assertion failed: Type(O) is not Object");if(!Zf(t))throw new lt("Assertion failed: IsPropertyKey(P) is not true");var o=Yf(e,t,n);if(!o)throw new lt("unable to create data property")}});var Ua=s((wb,La)=>{"use strict";var Ma=x(),rd=D(),td=k();La.exports=function(e,t){if(td(e)!=="Object")throw new Ma("Assertion failed: `O` must be an Object");if(!rd(t))throw new Ma("Assertion failed: `P` must be a Property Key");return t in e}});var Da=s((qb,Va)=>{"use strict";Va.exports=function(e){return e===null||typeof e!="function"&&typeof e!="object"}});var pt=s((Tb,Ba)=>{"use strict";var nd=Re();Ba.exports=function(){return nd()&&!!Symbol.toStringTag}});var Wa=s((Ab,Ja)=>{"use strict";var od=Date.prototype.getDay,id=function(e){try{return od.call(e),!0}catch{return!1}},ad=Object.prototype.toString,sd="[object Date]",ud=pt()();Ja.exports=function(e){return typeof e!="object"||e===null?!1:ud?id(e):ad.call(e)===sd}});var za=s((Pb,ct)=>{"use strict";var ld=Object.prototype.toString,pd=qr()();pd?(Ga=Symbol.prototype.toString,Ha=/^Symbol\(.*\)$/,Xa=function(e){return typeof e.valueOf()!="symbol"?!1:Ha.test(Ga.call(e))},ct.exports=function(e){if(typeof e=="symbol")return!0;if(ld.call(e)!=="[object Symbol]")return!1;try{return Xa(e)}catch{return!1}}):ct.exports=function(e){return!1};var Ga,Ha,Xa});var Za=s((Ib,Ya)=>{"use strict";var cd=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol",ft=Da(),Qa=Zr(),fd=Wa(),Ka=za(),dd=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]],Qa(o)&&(i=o.call(e),ft(i)))return i;throw new TypeError("No default value")},md=function(e,t){var n=e[t];if(n!==null&&typeof n<"u"){if(!Qa(n))throw new TypeError(n+" returned for property "+t+" of object "+e+" is not a function");return n}};Ya.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(cd&&(Symbol.toPrimitive?n=md(e,Symbol.toPrimitive):Ka(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"&&(fd(e)||Ka(e))&&(t="string"),dd(e,t==="default"?"number":t)}});var ts=s((Ob,rs)=>{"use strict";var es=Za();rs.exports=function(e){return arguments.length>1?es(e,arguments[1]):es(e)}});var ss=s(($b,as)=>{"use strict";var dt=_(),ns=pt()(),os,is,mt,yt;ns&&(os=dt("Object.prototype.hasOwnProperty"),is=dt("RegExp.prototype.exec"),mt={},or=function(){throw mt},yt={toString:or,valueOf:or},typeof Symbol.toPrimitive=="symbol"&&(yt[Symbol.toPrimitive]=or));var or,yd=dt("Object.prototype.toString"),gd=Object.getOwnPropertyDescriptor,vd="[object RegExp]";as.exports=ns?function(e){if(!e||typeof e!="object")return!1;var t=gd(e,"lastIndex"),n=t&&os(t,"value");if(!n)return!1;try{is(e,yt)}catch(o){return o===mt}}:function(e){return!e||typeof e!="object"&&typeof e!="function"?!1:yd(e)===vd}});var ls=s((kb,us)=>{"use strict";var hd=_(),bd=ss(),Sd=hd("RegExp.prototype.exec"),xd=x();us.exports=function(e){if(!bd(e))throw new xd("`regex` must be a RegExp");return function(n){return Sd(e,n)!==null}}});var Pe=s((Cb,ps)=>{"use strict";var Ed=x();ps.exports=function(e){if(e==null)throw new Ed(arguments.length>0&&arguments[1]||"Cannot call method on "+e);return e}});var fs=s((_b,cs)=>{"use strict";var wd=I(),qd=wd("%String%"),Td=x();cs.exports=function(e){if(typeof e=="symbol")throw new Td("Cannot convert a Symbol value to a string");return qd(e)}});var gt=s((Fb,ys)=>{"use strict";var Ad=Pe(),Pd=fs(),Id=_(),ds=Id("String.prototype.replace"),ms=/^\s$/.test("\u180E"),Od=ms?/^[\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]+/,$d=ms?/[\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]+$/;ys.exports=function(){var e=Pd(Ad(this));return ds(ds(e,Od,""),$d,"")}});var vt=s((Nb,vs)=>{"use strict";var kd=gt(),gs="\u200B",pe="\u180E";vs.exports=function(){return String.prototype.trim&&gs.trim()===gs&&pe.trim()===pe&&("_"+pe).trim()==="_"+pe&&(pe+"_").trim()===pe+"_"?String.prototype.trim:kd}});var bs=s((jb,hs)=>{"use strict";var Cd=j(),_d=vt();hs.exports=function(){var e=_d();return Cd(String.prototype,{trim:e},{trim:function(){return String.prototype.trim!==e}}),e}});var ws=s((Rb,Es)=>{"use strict";var Fd=ae(),Nd=j(),jd=Pe(),Rd=gt(),Ss=vt(),Md=bs(),Ld=Fd(Ss()),xs=function(e){return jd(e),Ld(e)};Nd(xs,{getPolyfill:Ss,implementation:Rd,shim:Md});Es.exports=xs});var Ps=s((Mb,As)=>{"use strict";var bt=I(),ht=bt("%Number%"),Ud=bt("%RegExp%"),Vd=x(),qs=bt("%parseInt%"),Dd=_(),ir=ls(),Ts=Dd("String.prototype.slice"),Bd=ir(/^0b[01]+$/i),Jd=ir(/^0o[0-7]+$/i),Wd=ir(/^[-+]0x[0-9a-f]+$/i),Gd=["\x85","\u200B","\uFFFE"].join(""),Hd=new Ud("["+Gd+"]","g"),Xd=ir(Hd),zd=ws();As.exports=function r(e){if(typeof e!="string")throw new Vd("Assertion failed: `argument` is not a String");if(Bd(e))return ht(qs(Ts(e,2),2));if(Jd(e))return ht(qs(Ts(e,2),8));if(Xd(e)||Wd(e))return NaN;var t=zd(e);return t!==e?r(t):ht(e)}});var ks=s((Lb,$s)=>{"use strict";var Kd=I(),Is=x(),Os=Kd("%Number%"),Qd=st(),Yd=ts(),Zd=Ps();$s.exports=function(e){var t=Qd(e)?e:Yd(e,Os);if(typeof t=="symbol")throw new Is("Cannot convert a Symbol value to a number");if(typeof t=="bigint")throw new Is("Conversion from 'BigInt' to 'number' is not allowed.");return typeof t=="string"?Zd(t):Os(t)}});var _s=s((Ub,Cs)=>{"use strict";var em=Math.floor;Cs.exports=function(e){return typeof e=="bigint"?e:em(e)}});var js=s((Vb,Ns)=>{"use strict";var Fs=_s(),rm=x();Ns.exports=function(e){if(typeof e!="number"&&typeof e!="bigint")throw new rm("argument must be a Number or a BigInt");var t=e<0?-Fs(-e):Fs(e);return t===0?0:t}});var St=s((Db,Rs)=>{"use strict";var tm=ks(),nm=js(),om=be(),im=Cr();Rs.exports=function(e){var t=tm(e);return om(t)||t===0?0:im(t)?nm(t):t}});var xt=s((Bb,Ls)=>{"use strict";var Ms=at(),am=St();Ls.exports=function(e){var t=am(e);return t<=0?0:t>Ms?Ms:t}});var Vs=s((Jb,Us)=>{"use strict";var sm=x(),um=we(),lm=xt(),pm=k();Us.exports=function(e){if(pm(e)!=="Object")throw new sm("Assertion failed: `obj` must be an Object");return lm(um(e,"length"))}});var Bs=s((Wb,Ds)=>{"use strict";var cm=I(),fm=cm("%String%"),dm=x();Ds.exports=function(e){if(typeof e=="symbol")throw new dm("Cannot convert a Symbol value to a string");return fm(e)}});var Hs=s((Gb,Gs)=>{"use strict";var Js=x(),mm=at(),ym=ma(),gm=Ra(),vm=we(),hm=Ua(),bm=Ke(),Sm=Vs(),Ws=Bs();Gs.exports=function r(e,t,n,o,i){var a;arguments.length>5&&(a=arguments[5]);for(var u=o,p=0;p<n;){var l=Ws(p),d=hm(t,l);if(d===!0){var f=vm(t,l);if(typeof a<"u"){if(arguments.length<=6)throw new Js("Assertion failed: thisArg is required when mapperFunction is provided");f=ym(a,arguments[6],[f,p,t])}var m=!1;if(i>0&&(m=bm(f)),m){var y=Sm(f);u=r(e,f,y,u,i-1)}else{if(u>=mm)throw new Js("index too large");gm(e,Ws(u),f),u+=1}}p+=1}return u}});var zs=s((Hb,Xs)=>{"use strict";Xs.exports=Object});var Qs=s((Xb,Ks)=>{"use strict";var xm=zs(),Em=Pe();Ks.exports=function(e){return Em(e),xm(e)}});var Zs=s((zb,Ys)=>{"use strict";Ys.exports=Qs()});var Et=s((Kb,eu)=>{"use strict";var wm=ca(),qm=Hs(),Tm=we(),Am=St(),Pm=xt(),Im=Zs();eu.exports=function(){var e=Im(this),t=Pm(Tm(e,"length")),n=1;arguments.length>0&&typeof arguments[0]<"u"&&(n=Am(arguments[0]));var o=wm(e,0);return qm(o,e,t,0,n),o}});var wt=s((Qb,ru)=>{"use strict";var Om=Et();ru.exports=function(){return Array.prototype.flat||Om}});var iu=s((Yb,ou)=>{"use strict";var $m=X(),nu=typeof Symbol=="function"&&typeof Symbol.unscopables=="symbol",km=nu&&Array.prototype[Symbol.unscopables],tu=TypeError;ou.exports=function(e){if(typeof e!="string"||!e)throw new tu("method must be a non-empty string");if(!$m(Array.prototype,e))throw new tu("method must be on Array.prototype");nu&&(km[e]=!0)}});var su=s((Zb,au)=>{"use strict";var Cm=j(),_m=iu(),Fm=wt();au.exports=function(){var e=Fm();return Cm(Array.prototype,{flat:e},{flat:function(){return Array.prototype.flat!==e}}),_m("flat"),e}});var cu=s((eS,pu)=>{"use strict";var Nm=j(),jm=ae(),Rm=Et(),uu=wt(),Mm=uu(),Lm=su(),lu=jm(Mm);Nm(lu,{getPolyfill:uu,implementation:Rm,shim:Lm});pu.exports=lu});var qt=s((rS,du)=>{"use strict";var Um=Pe(),fu=_(),Vm=fu("Object.prototype.propertyIsEnumerable"),Dm=fu("Array.prototype.push");du.exports=function(e){var t=Um(e),n=[];for(var o in t)Vm(t,o)&&Dm(n,t[o]);return n}});var Tt=s((tS,mu)=>{"use strict";var Bm=qt();mu.exports=function(){return typeof Object.values=="function"?Object.values:Bm}});var gu=s((nS,yu)=>{"use strict";var Jm=Tt(),Wm=j();yu.exports=function(){var e=Jm();return Wm(Object,{values:e},{values:function(){return Object.values!==e}}),e}});var Su=s((oS,bu)=>{"use strict";var Gm=j(),Hm=ae(),Xm=qt(),vu=Tt(),zm=gu(),hu=Hm(vu(),Object);Gm(hu,{getPolyfill:vu,implementation:Xm,shim:zm});bu.exports=hu});var wu=s(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.eventHandlersByType=void 0;var Km=cu(),Qm=xu(Km),Ym=Su(),Zm=xu(Ym);function xu(r){return r&&r.__esModule?r:{default:r}}var Eu={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"]};Ie.default=(0,Qm.default)((0,Zm.default)(Eu));Ie.eventHandlersByType=Eu});var Tu=s(Pt=>{"use strict";Object.defineProperty(Pt,"__esModule",{value:!0});var ey=function(){function r(e,t){var n=[],o=!0,i=!1,a=void 0;try{for(var u=e[Symbol.iterator](),p;!(o=(p=u.next()).done)&&(n.push(p.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")}}(),ce=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=iy;var ry=Fe(),ty=ny(ry);function ny(r){return r&&r.__esModule?r:{default:r}}function qu(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 oy={ignoreCase:!0};function iy(){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]:oy;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,ty.default)(u))});return a&&a.type==="JSXSpreadAttribute"?ay(a.argument.properties.find(i)):a}function ay(r){var e=r.key,t=r.value;return ce({type:"JSXAttribute",name:ce({type:"JSXIdentifier",name:e.name},At(e)),value:t.type==="Literal"?Oe(t):ce({type:"JSXExpressionContainer",expression:sy(t)},At(t))},At(r))}function Oe(r){var e=r.range||[r.start,r.end],t=ey(e,2),n=t[0],o=t[1];return ce({},r,{end:void 0,range:[n,o],start:void 0})}function sy(r){var e=r.expressions,t=r.quasis,n=qu(r,["expressions","quasis"]);return ce({},Oe(n),e?{expressions:e.map(Oe)}:{},t?{quasis:t.map(Oe)}:{})}function At(r){var e=r.loc,t=qu(r,["loc"]),n=Oe(t),o=n.range;return{loc:uy(e),range:o}}function uy(r){var e=r.start,t=r.end,n=r.source,o=r.filename;return ce({start:e,end:t},n!==void 0?{source:n}:{},o!==void 0?{filename:o}:{})}});var Ot=s(It=>{"use strict";Object.defineProperty(It,"__esModule",{value:!0});It.default=ly;function ly(r){var e=r.value,t=typeof e=="string"&&e.toLowerCase();return t==="true"?!0:t==="false"?!1:e}});var kt=s($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.default=py;function py(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(Ct=>{"use strict";Object.defineProperty(Ct,"__esModule",{value:!0});Ct.default=cy;function cy(r){return r.raw}});var Nt=s(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.default=fy;function fy(r){var e=ar().default;return r.children.length===0?"<></>":"<>"+[].concat(r.children).map(function(t){return e(t)}).join("")+"</>"}});var Pu=s(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});jt.default=dy;var Au={Array,Date,Infinity:1/0,Math,Number,Object,String,undefined:void 0};function dy(r){var e=r.name;return Object.hasOwnProperty.call(Au,e)?Au[e]:e}});var Mt=s(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.default=yy;function my(r,e){return(r.range?r.range[0]:r.start)-(e.range?e.range[0]:e.start)}function yy(r){var e=r.quasis,t=r.expressions,n=e.concat(t);return n.sort(my).map(function(o){var i=o.type,a=o.value;a=a===void 0?{}:a;var u=a.raw,p=o.name;return i==="TemplateElement"?u:i==="Identifier"?p==="undefined"?p:"{"+p+"}":i.indexOf("Expression")>-1?"{"+i+"}":""}).join("")}});var Iu=s(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.default=by;var gy=Mt(),vy=hy(gy);function hy(r){return r&&r.__esModule?r:{default:r}}function by(r){return(0,vy.default)(r.quasi)}});var Ou=s(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.default=Sy;function Sy(r){return function(){return r}}});var $u=s(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.default=xy;function xy(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 ku=s(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.default=Ey;function Ey(r){var e=P().default;return""+e(r.object)+(r.optional?"?.":".")+e(r.property)}});var Cu=s(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.default=wy;function wy(r){var e=P().default;return e(r.expression||r)}});var _u=s(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.default=qy;function qy(r){var e=P().default;return e(r.callee)+"?.("+r.arguments.map(function(t){return e(t)}).join(", ")+")"}});var Fu=s(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.default=Ty;function Ty(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=Ay;function Ay(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 Nu=s(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.default=Py;function Py(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=Iy;function Iy(){return"this"}});var ju=s(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.default=Oy;function Oy(r){var e=P().default,t=r.test,n=r.alternate,o=r.consequent;return e(t)?e(o):e(n)}});var Ru=s(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.default=$y;function $y(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((TS,Du)=>{"use strict";var ky=Er(),Uu=Re()(),Vu=_(),Mu=Object,Cy=Vu("Array.prototype.push"),Lu=Vu("Object.prototype.propertyIsEnumerable"),_y=Uu?Object.getOwnPropertySymbols:null;Du.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=ky(i),u=Uu&&(Object.getOwnPropertySymbols||_y);if(u)for(var p=u(i),l=0;l<p.length;++l){var d=p[l];Lu(i,d)&&Cy(a,d)}for(var f=0;f<a.length;++f){var m=a[f];if(Lu(i,m)){var y=i[m];n[m]=y}}}return n}});var rn=s((AS,Bu)=>{"use strict";var en=Zt(),Fy=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},Ny=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};Bu.exports=function(){return!Object.assign||Fy()||Ny()?en:Object.assign}});var Wu=s((PS,Ju)=>{"use strict";var jy=j(),Ry=rn();Ju.exports=function(){var e=Ry();return jy(Object,{assign:e},{assign:function(){return Object.assign!==e}}),e}});var zu=s((IS,Xu)=>{"use strict";var My=j(),Ly=ae(),Uy=Zt(),Gu=rn(),Vy=Wu(),Dy=Ly.apply(Gu()),Hu=function(e,t){return Dy(Object,arguments)};My(Hu,{getPolyfill:Gu,implementation:Uy,shim:Vy});Xu.exports=Hu});var Yu=s(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.default=Qu;var By=zu(),Ku=Jy(By);function Jy(r){return r&&r.__esModule?r:{default:r}}function Wy(r,e,t){return e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function Qu(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,Ku.default)({},t,Qu(n.argument))}else return(0,Ku.default)({},t,Wy({},e(n.key),e(n.value)));return t},{})}});var Zu=s(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.default=Gy;function Gy(){return new Object}});var el=s(on=>{"use strict";Object.defineProperty(on,"__esModule",{value:!0});on.default=Hy;function Hy(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 rl=s(an=>{"use strict";Object.defineProperty(an,"__esModule",{value:!0});an.default=Xy;function Xy(r){var e=P().default;return r.elements.map(function(t){if(t!==null)return e(t)})}});var tl=s(sn=>{"use strict";Object.defineProperty(sn,"__esModule",{value:!0});sn.default=zy;function zy(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 nl=s(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.default=Ky;function Ky(){}});var ol=s(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.default=Qy;function Qy(r){var e=P().default;return e(r.expression)}});var il=s(pn=>{"use strict";Object.defineProperty(pn,"__esModule",{value:!0});pn.default=Yy;function Yy(r){var e=P().default;return r.expressions.map(function(t){return e(t)})}});var sl=s(cn=>{"use strict";Object.defineProperty(cn,"__esModule",{value:!0});cn.default=J;var Zy=Kt().default,eg=Ht().default;function al(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 eg(r);if(r.type==="ThisExpression")return Zy();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 al(J(r.object),J(r.property),r);if(r.extra&&r.extra.parenthesized===!0){var i=al(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 ul=s(fn=>{"use strict";Object.defineProperty(fn,"__esModule",{value:!0});fn.default=rg;function rg(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 tg=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=ov;sr.extractLiteral=iv;var ng=Ot(),og=E(ng),ig=kt(),ag=E(ig),sg=Nt(),ug=E(sg),lg=_t(),pg=E(lg),cg=Pu(),fg=E(cg),dg=Iu(),mg=E(dg),yg=Mt(),gg=E(yg),vg=Ou(),ll=E(vg),hg=$u(),bg=E(hg),Sg=ku(),xg=E(Sg),Eg=Cu(),wg=E(Eg),qg=_u(),Tg=E(qg),Ag=Fu(),Pg=E(Ag),Ig=Ht(),Og=E(Ig),$g=Nu(),kg=E($g),Cg=Kt(),_g=E(Cg),Fg=ju(),Ng=E(Fg),jg=Ru(),Rg=E(jg),Mg=Yu(),Lg=E(Mg),Ug=Zu(),Vg=E(Ug),Dg=el(),Bg=E(Dg),Jg=rl(),Wg=E(Jg),Gg=tl(),Hg=E(Gg),Xg=nl(),zg=E(Xg),Kg=ol(),Qg=E(Kg),Yg=il(),Zg=E(Yg),ev=sl(),rv=E(ev),tv=ul(),nv=E(tv);function E(r){return r&&r.__esModule?r:{default:r}}var W={Identifier:fg.default,Literal:og.default,JSXElement:ag.default,JSXFragment:ug.default,JSXText:pg.default,TaggedTemplateExpression:mg.default,TemplateLiteral:gg.default,ArrowFunctionExpression:ll.default,FunctionExpression:ll.default,LogicalExpression:bg.default,MemberExpression:xg.default,ChainExpression:wg.default,OptionalCallExpression:Tg.default,OptionalMemberExpression:Pg.default,CallExpression:Og.default,UnaryExpression:kg.default,ThisExpression:_g.default,ConditionalExpression:Ng.default,BinaryExpression:Rg.default,ObjectExpression:Lg.default,NewExpression:Vg.default,UpdateExpression:Bg.default,ArrayExpression:Wg.default,BindExpression:Hg.default,SpreadElement:zg.default,TypeCastExpression:Qg.default,SequenceExpression:Zg.default,TSNonNullExpression:rv.default,AssignmentExpression:nv.default},w=function(){return null},cl=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 ov(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 W[n]===void 0?(console.error(cl(n)),null):W[n](e)}var pl=tg({},W,{Literal:function(e){var t=W.Literal.call(void 0,e),n=t===null;return n?"null":t},Identifier:function(e){var t=W.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=W.UnaryExpression.call(void 0,e);return t===void 0?null:t},UpdateExpression:function(e){var t=W.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=W.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 iv(r){var e=r.expression||r,t=e.type;return pl[t]===void 0?(console.error(cl(t)),null):pl[t](e)}});var ar=s(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});var av=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=vv;ur.getLiteralValue=hv;var sv=Ot(),uv=$e(sv),lv=kt(),pv=$e(lv),cv=_t(),fv=$e(cv),dv=Nt(),mv=$e(dv),fl=P(),yv=$e(fl);function $e(r){return r&&r.__esModule?r:{default:r}}var dn={Literal:uv.default,JSXElement:pv.default,JSXExpressionContainer:yv.default,JSXText:fv.default,JSXFragment:mv.default},gv=av({},dn,{JSXElement:function(){return null},JSXExpressionContainer:fl.extractLiteral});function vv(r){return dn[r.type]||console.log(r.type),dn[r.type](r)}function hv(r){return gv[r.type](r)}});var yl=s(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.default=xv;lr.getLiteralPropValue=Ev;var dl=ar(),bv=Sv(dl);function Sv(r){return r&&r.__esModule?r:{default:r}}var ml=function(e,t){if(e&&e.type==="JSXAttribute")return e.value===null?!0:t(e.value)};function xv(r){return ml(r,bv.default)}function Ev(r){return ml(r,dl.getLiteralValue)}});var pr=s((DS,hl)=>{"use strict";var mn=Fn(),wv=fe(mn),qv=jn(),Tv=fe(qv),gl=wu(),Av=fe(gl),Pv=Tu(),Iv=fe(Pv),vl=yl(),Ov=fe(vl),$v=Fe(),kv=fe($v);function fe(r){return r&&r.__esModule?r:{default:r}}hl.exports={hasProp:wv.default,hasAnyProp:mn.hasAnyProp,hasEveryProp:mn.hasEveryProp,elementType:Tv.default,eventHandlers:Av.default,eventHandlersByType:gl.eventHandlersByType,getProp:Iv.default,getPropValue:Ov.default,getLiteralPropValue:vl.getLiteralPropValue,propName:kv.default}});var $l=s((xx,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 th={};Xl(th,{configs:()=>Zv,qwikEslint9Plugin:()=>qn,rules:()=>Ml});module.exports=zl(th);var On=require("@typescript-eslint/utils"),Kl=On.ESLintUtils.RuleCreator(()=>"https://qwik.dev/docs/advanced/dollar/"),$n=Kl({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 kn=require("@typescript-eslint/utils"),Ql=kn.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Cn=Ql({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 p=`~/media${a.value}?jsx`,l=Yl(a.value);r.report({node:n,messageId:"noLocalSrc",data:{importSrc:p,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"})}}}}}),sh=`
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(),uh=`
13
+ <img src="/image.png">`.trim(),lh=`
14
+ <img width="200" height="600" src="/static/images/portrait-01.webp">`.trim(),ph=`
15
+ <img src="/static/images/portrait-01.webp">`.trim();function Yl(r){let e=r.lastIndexOf("."),t=r.lastIndexOf("/");return r=r.substring(t+1,e),`Img${Zl(r)}`}function Zl(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=ee(pr());function yn(r){return r.type==="FunctionExpression"||r.type==="ArrowFunctionExpression"}var cr={checkFragmentShorthand:!1,checkKeyMustBeforeSpread:!1,warnOnDuplicates:!1},Cv={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"},bl={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:Cv,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(c=>c.value.includes("@jsxImportSource")))return{};let n=Object.assign({},cr,r.options[0]),o=n.checkFragmentShorthand,i=n.checkKeyMustBeforeSpread,a=n.warnOnDuplicates;function u(c){c.type==="JSXElement"&&!gn.default.hasProp(c.openingElement.attributes,"key")?r.report({node:c,messageId:"missingIterKey"}):o&&c.type==="JSXFragment"&&r.report({node:c,messageId:"missingIterKeyUsePrag"})}function p(c,g=[]){return c.type==="IfStatement"?(c.consequent&&p(c.consequent,g),c.alternate&&p(c.alternate,g)):Array.isArray(c.body)&&c.body.forEach(h=>{h.type==="IfStatement"&&p(h,g),h.type==="ReturnStatement"&&g.push(h)}),g}function l(c){let g=!1;return c.some(h=>h.type==="JSXSpreadAttribute"?(g=!0,!1):h.type!=="JSXAttribute"?!1:g&&gn.default.propName(h)==="key")}function d(c){yn(c)&&c.body.type==="BlockStatement"&&p(c.body).filter(g=>g&&g.argument).forEach(g=>{u(g.argument)})}function f(c){let g=c&&c.type==="ArrowFunctionExpression",h=b=>b&&(b.type==="JSXElement"||b.type==="JSXFragment");g&&h(c.body)&&u(c.body),c.body.type==="ConditionalExpression"?(h(c.body.consequent)&&u(c.body.consequent),h(c.body.alternate)&&u(c.body.alternate)):c.body.type==="LogicalExpression"&&h(c.body.right)&&u(c.body.right)}let m=`: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,""),y=!1,v=new WeakSet;return{[m](){y=!0},[`${m}:exit`](){y=!1},"ArrayExpression, JSXElement > JSXElement"(c){if(y)return;let g=(c.type==="ArrayExpression"?c.elements:c.parent.children).filter(b=>b&&b.type==="JSXElement");if(g.length===0)return;let h={};g.forEach(b=>{b.openingElement.attributes.filter(H=>H.name&&H.name.name==="key").length===0&&c.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(c){!o||y||c.parent.type==="ArrayExpression"&&r.report({node:c,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"]'(c){if(y)return;let g=c.arguments.length>0&&c.arguments[0];!g||!yn(g)||(f(g),d(g))},'CallExpression[callee.type="MemberExpression"][callee.property.name="from"]'(c){if(y)return;let g=c.arguments.length>1&&c.arguments[1];yn(g)&&(f(g),d(g))}}}},BS=`
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(),JS=`
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(),WS=`
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(),GS=`
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(),HS=`
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(),XS=`
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(),zS=`
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(),KS=`
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 QS=`
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 Sl=require("@typescript-eslint/utils"),{getStaticValue:_v}=Sl.ASTUtils,Fv=/^[\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,xl={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=_v(t.value.type==="JSXExpressionContainer"?t.value.expression:t.value,e.getScope?e.getScope(t):r.getScope());n&&typeof n.value=="string"&&Fv.test(n.value)&&r.report({node:t.value,messageId:"noJSURL"})}}}}},ZS=`
165
+ <button onClick$={() => alert('open the door please')>ring</button>`.trim(),ex=`
166
+ <button onClick$="javascript:alert('open the door please')">ring</button>`.trim();var El={loader$:!0,routeLoader$:!0,routeAction$:!0,routeHandler$:!0},Nv={...El,action$:!0,globalAction$:!0},wl={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 p,l;let e=((l=(p=r.options)==null?void 0:p[0])==null?void 0:l.routesDir)??"src/routes",t=jv(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(!Nv[f])return;if(!u&&El[f]){r.report({node:d.callee,messageId:"invalidLoaderLocation",data:{routesDir:e,fnName:f,path:t}});return}let m=d.parent;if(m.type!=="VariableDeclarator"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(m.id.type!=="Identifier"){r.report({node:d.callee,messageId:"missingExport",data:{fnName:f,id:"useStuff"}});return}if(!/^use/.test(m.id.name)){let y="use"+m.id.name[0].toUpperCase()+m.id.name.slice(1);r.report({node:m.id,messageId:"wrongName",data:{fnName:f,id:m.id.name,fixed:y}});return}if(!Rv(m)){r.report({node:m.id,messageId:"missingExport",data:{fnName:f,id:m.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:m.id.name,arg:d.arguments[0].name}});return}}}}};function jv(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 tx=`
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 nx=`
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 ox=`
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 ix=`
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 Rv(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=Mv(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 p=a[u];if(p.type=="ExportSpecifier"&&p.exported.type=="Identifier"&&p.exported.name===t)return!0}}}}}return!1}function Mv(r){let e=r;for(;e.type!=="Program";)e=e.parent;return e.body}var vn=ee(pr()),Lv=[{from:"className",to:"class"},{from:"htmlFor",to:"for"}];var ql={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 Lv){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})}}}}}},sx=`
206
+ <MyReactComponent class="foo" for="#password" />;`.trim(),ux=`
207
+ <MyReactComponent className="foo" htmlFor="#password" />;`.trim();var Tl={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=ee(pr()),Al={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:p=>{let l=o.range,d=u.arguments[0].range;return[p.replaceTextRange([l[0],d[0]],"classlist={"),p.replaceTextRange([d[1],l[1]],"}")]}})}}}}},cx=`
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(),fx=`
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 Pl={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(...);`}})}}}}},mx=`
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(),yx=`
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 Il={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}}}}},vx=`
282
282
  export const Counter = component$(() => {
283
283
  const count = useSignal(0);
284
284
  });
285
- `.trim(),yx=`
285
+ `.trim(),hx=`
286
286
  export const useCounter = () => {
287
287
  const count = useSignal(0);
288
288
  return count;
289
289
  };
290
- `.trim(),gx=`
290
+ `.trim(),bx=`
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 fr=ee(require("@typescript-eslint/utils/eslint-utils")),G=ee(require("typescript"));var kl=ee($l(),1);function bn(r){let e=(0,kl.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 Uv=fr.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),Cl=Uv({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}}.
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=fr.getParserServices(r),i=o.esTreeNodeToTSNodeMap,a=o.program.getTypeChecker(),u=new Map;function p(d){d.references.forEach(f=>{var v,c;let m=f.resolved,y=(v=f.resolved)==null?void 0:v.scope;if(m&&y){let g=(c=m.defs.at(0))==null?void 0:c.type;if(g==="Type"||g==="ImportBinding"||Hv(m,r))return;let h=f.from,b;for(;h&&(b=u.get(h),!b);)h=h.upper;if(h&&b){let T=y.type;if(T==="global"||T==="module")return;let $=f.identifier,H=i.get($),M=y;for(;M&&!u.has(M);)M=M.upper;if(M!==h){$.parent&&$.parent.type==="AssignmentExpression"&&$.parent.left===$&&r.report({messageId:"mutableIdentifier",node:f.identifier,data:{varName:f.identifier.name,dollarName:b}});let Y=Vv(r,a,H,f.identifier,t);Y&&r.report({messageId:"referencesOutside",node:f.identifier,data:{varName:f.identifier.name,dollarName:b,reason:Dv(Y)}})}}}}),d.childScopes.forEach(p)}return{CallExpression(d){if(d.callee.type==="Identifier"&&d.callee.name.endsWith("$")){let f=d.arguments.at(0);if(f&&f.type==="ArrowFunctionExpression"){let m=n.acquire(f);m&&u.set(m,d.callee.name)}}},JSXAttribute(d){var y;let f=d.name,m=f.type==="JSXIdentifier"?f.name:f.name.name;if(m.endsWith("$")){let v=d.value;if(v&&v.type==="JSXExpressionContainer"){let c=n.acquire(v.expression);if(c)u.set(c,m);else if(v.expression.type==="Identifier"){let g=i.get(v.expression),h=a.getTypeAtLocation(g).getNonNullableType();if(!_l(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(((y=h.symbol)==null?void 0:y.name)==="PropFnInterface")return;r.report({messageId:"invalidJsxDollar",node:v.expression,data:{varName:v.expression.name,solution:`const ${v.expression.name} = $(
301
+ ${Fl(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)}
305
- );`;p+=`.
303
+ `}})}}}}},Program(d){let f=i.get(d),m=a.getSymbolAtLocation(f);m&&(exports=a.getExportsOfModule(m))},"Program:exit"(){p(n.globalScope)}}}});function Vv(r,e,t,n,o){let i=e.getTypeAtLocation(t);return Bv(r,e,i,t,n,o,new Set)}function Dv(r){let e="";return r.location?e+=`"${r.location}" `:e+="it ",e+=`${r.reason}`,e}function Bv(r,e,t,n,o,i,a){let u=ke(r,e,t,n,i,0,a);if(u){let p=u.location;return p&&(u.location=`${o.name}.${p}`),u}return u}function ke(r,e,t,n,o,i,a){var y;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&G.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 p=t.flags&G.default.TypeFlags.Any;if(!o.allowAny&&p)return{type:t,typeStr:e.typeToString(t),reason:"is any, which is not serializable"};if(t.flags&G.default.TypeFlags.ESSymbolLike)return{type:t,typeStr:e.typeToString(t),reason:"is Symbol, which is not serializable"};if(t.flags&G.default.TypeFlags.Enum)return{type:t,typeStr:e.typeToString(t),reason:"is an enum, use an string or a number instead"};if(_l(t)||((y=t.symbol)==null?void 0:y.name)==="JSXNode")return;if(t.getCallSignatures().length>0){let v=t.symbol.name;if(v==="PropFnInterface"||v==="RefFnInterface"||v==="bivarianceHack"||v==="FunctionComponent")return;let c="is a function, which is not serializable";if(i===0&&G.default.isIdentifier(n)){let g=`const ${n.text} = $(
304
+ ${Fl(t.symbol,r.sourceCode.text)}
305
+ );`;c+=`.
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:c}}if(t.isUnion()){for(let v of t.types){let c=ke(r,e,v,n,o,i+1,a);if(c)return c}return}if((t.flags&G.default.TypeFlags.Object)!==0){let v=Wv(t,e);if(v)return ke(r,e,v,n,o,i+1,a);let c=Gv(t,e);if(c){for(let b of c){let T=ke(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 zv)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=Jv(r,e,b,n,o,i+1,a);if(T){let $=T.location;return T.location=`${b.name}${$?`.${$}`:""}`,T}}}}function Jv(r,e,t,n,o,i,a){let u=e.getTypeOfSymbolAtLocation(t,n);return ke(r,e,u,n,o,i,a)}function Wv(r,e){return e.getElementTypeOfArrayType(r)}function Gv(r,e){return e.isTupleType(r)?e.getTypeArguments(r):void 0}function _l(r){return!!(r.flags&G.default.TypeFlags.Any)||!!r.getNonNullableType().getProperty("__brand__QRL__")}function Fl(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 Hv(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)&&Xv(a.resolved)}return!1}function Xv(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 zv={Promise:!0,URL:!0,RegExp:!0,Date:!0,FormData:!0,URLSearchParams:!0,Error:!0,Set:!0,Map:!0,Uint8Array:!0},Ix=`
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(),Ox=`
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(),$x=`
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(),kx=`
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(),Cx=`
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(),_x=`
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 Nl=require("@typescript-eslint/utils"),Kv=Nl.ESLintUtils.RuleCreator(r=>`https://qwik.dev/docs/advanced/eslint/#${r}`),jl=Kv({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 p(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(p):f&&typeof f=="object"&&(f.parent=l,p(f))}}}return n.type==="BlockStatement"?n.body.forEach(p):p(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(p=>p.type==="Property"&&p.key.type==="Identifier"&&p.key.name==="update"),u=i.properties.find(p=>p.type==="Property"&&p.key.type==="Identifier"&&p.key.name==="deserialize");if(a&&u){let p=a.value,l=u.value;if((p.type==="ArrowFunctionExpression"||p.type==="FunctionExpression")&&(l.type==="ArrowFunctionExpression"||l.type==="FunctionExpression")){let d=t(p.body),f=t(l.body),m=Array.from(d).filter(c=>!f.has(c)),y=Array.from(f).filter(c=>!d.has(c)),v=[...m,...y];v.length>0&&r.report({node:a,messageId:"serializerSignalMismatch",data:{signals:v.join(", ")}})}}}}}}}}}),jx=`
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(),Rx=`
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 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-beta.2",author:"Qwik Team",bugs:"https://github.com/QwikDev/qwik/issues",dependencies:{"@typescript-eslint/utils":"^8.31.0","jsx-ast-utils":"^3.3.5"},devDependencies:{"@qwik.dev/core":"workspace:*","@qwik.dev/router":"workspace:*","@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:["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"),Yv="isServer";function wn(r,e){if(!e)return!1;let t=r.parent;for(;t;){if(t===e)return!0;t=t.parent}return!1}var Rl={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=Yv,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 m=f;if(wn(l,m.consequent)||l===m.consequent){let y=m.test;if(y.type===q.AST_NODE_TYPES.Identifier&&y.name===n||y.type===q.AST_NODE_TYPES.BinaryExpression&&y.operator==="==="&&(y.left.type===q.AST_NODE_TYPES.Identifier&&y.left.name===n&&y.right.type===q.AST_NODE_TYPES.Literal&&y.right.value===!0||y.right.type===q.AST_NODE_TYPES.Identifier&&y.right.name===n&&y.left.type===q.AST_NODE_TYPES.Literal&&y.left.value===!0)||y.type===q.AST_NODE_TYPES.UnaryExpression&&y.operator==="!"&&y.argument.type===q.AST_NODE_TYPES.UnaryExpression&&y.argument.operator==="!"&&y.argument.argument.type===q.AST_NODE_TYPES.Identifier&&y.argument.argument.name===n)return!0}}f=f.parent}return!1}function u(l){let d=o.getScope(l),f=null,m=d;for(;m;){let y=m.variables.find(v=>v.name===l.name);if(y){f=y;break}if(m.type==="global"){f=m.variables.find(v=>v.name===l.name);break}m=m.upper}return!f||f.defs.length===0?!1:f.defs.some(y=>y.type==="Variable"||y.type==="Parameter"||y.type==="FunctionName"||y.type==="ClassName"||y.type==="ImportBinding")}function p(l,d,f){function m(y){var v;if(!y)return!1;if(y.type===q.AST_NODE_TYPES.Identifier&&t.has(y.name)&&!u(y)&&!a(y,d))return r.report({node:f,messageId:"unsafeApiUsageInCalledFunction",data:{apiName:y.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 c in y){if(c==="parent"||c==="range"||c==="loc")continue;let g=y[c];if(Array.isArray(g)){for(let h of g)if(h&&typeof h=="object"&&"type"in h&&m(h))return!0}else if(g&&typeof g=="object"&&"type"in g&&m(g))return!0}return!1}m(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&&!wn(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&&wn(l,i.body)&&!a(l,i)&&l.callee.type===q.AST_NODE_TYPES.Identifier){let d=l.callee,f=o.getScope(d),m=null,y=f.references.find(c=>c.identifier===d);if(y&&y.resolved)m=y.resolved;else{let c=f;for(;c;){let g=c.variables.find(h=>h.name===d.name);if(g&&g.defs.length>0){m=g;break}if(c.type==="global"&&!g){let h=c.type==="global"?c.variables.find(b=>b.name===d.name):null;h&&(m=h);break}if(!c.upper)break;c=c.upper}}let v=m;if(v&&v.defs.length>0){let c=v.defs[0],g=null;if(c.node.type===q.AST_NODE_TYPES.FunctionDeclaration?g=c.node:c.node.type===q.AST_NODE_TYPES.VariableDeclarator&&c.node.init&&(c.node.init.type===q.AST_NODE_TYPES.FunctionExpression||c.node.init.type===q.AST_NODE_TYPES.ArrowFunctionExpression)&&(g=c.node.init),g){let h=(g.body.type===q.AST_NODE_TYPES.BlockStatement,g.body);p(h,g,l)}}}}}}};var Ml={"valid-lexical-scope":Cl,"use-method-usage":Il,"no-react-props":ql,"loader-location":wl,"prefer-classlist":Al,"jsx-no-script-url":xl,"jsx-key":bl,"unused-server":Pl,"jsx-img":Cn,"jsx-a":$n,"no-use-visible-task":Tl,"serializer-signal-usage":jl,"scope-use-task":Rl},Ll={"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"},Ul={"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"},Zv={recommended:{plugins:["qwik"],rules:Ll},strict:{plugins:["qwik"],rules:Ul}},qn={configs:{get recommended(){return eh},get strict(){return rh}},meta:{name:En.name,version:En.version},rules:Ml},eh=[{plugins:{qwik:qn},rules:Ll}],rh=[{plugins:{qwik:qn},rules:Ul}];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.2",
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.31.0",
9
9
  "jsx-ast-utils": "^3.3.5"
10
10
  },
11
11
  "devDependencies": {
12
- "@types/eslint": "9.6.1",
13
12
  "@types/estree": "1.0.5",
14
13
  "@typescript-eslint/rule-tester": "8.14.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.2",
16
+ "@qwik.dev/router": "2.0.0-beta.2"
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",