what-compiler 0.12.4 → 0.13.1
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.
- package/dist/babel-plugin.min.js +1 -1
- package/dist/index.min.js +15 -15
- package/dist/vite-plugin.min.js +15 -15
- package/package.json +2 -2
- package/src/babel-plugin.js +100 -31
- package/src/vite-plugin.js +14 -9
package/dist/index.min.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var Ze=new Set(["preventDefault","stopPropagation","once","capture","passive","self"]),Ye=new Set(["once","capture","passive"]),Qe=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),en=new Set(["click","input","change","keydown","keyup","submit","focusin","focusout","mousedown","mouseup"]),ne=new Set(["Math","Number","String","Boolean","parseInt","parseFloat","isNaN","isFinite","encodeURIComponent","decodeURIComponent","encodeURI","decodeURI","JSON","Date","Array","Object","console","RegExp"]),Ie=new Set(["useSignal","signal","computed","useComputed","useState","useReducer","createResource","useSWR","useQuery","useInfiniteQuery"]),nn=new Set(["For","Show","Switch","Match"]),rn=new Set(["what-framework/server","what-server","what-server/actions"]);function on(e){let m=0xcbf29ce484222325n;for(let d=0;d<e.length;d++)m^=BigInt(e.charCodeAt(d)),m=BigInt.asUintN(64,m*0x100000001b3n);return m.toString(36)}function tn(e,m){let d=String(e||"<unknown>").replace(/\\/g,"/").replace(/[?#].*$/,""),v=String(m||"").replace(/\\/g,"/").replace(/\/+$/,"");return v&&d.startsWith(`${v}/`)?d.slice(v.length+1):d.replace(/^\.\//,"")}function H(e){if(!/[\r\n]/.test(e))return e.replace(/\t/g," ");let m=e.split(/\r\n|\n|\r/),d=-1;for(let E=0;E<m.length;E++)/[^ \t]/.test(m[E])&&(d=E);if(d===-1)return"";let v="";for(let E=0;E<m.length;E++){let w=m[E].replace(/\t/g," "),_=E===0,k=E===m.length-1;_||(w=w.replace(/^ +/,"")),k||(w=w.replace(/ +$/,"")),w&&(E!==d&&(w+=" "),v+=w)}return v}function ie({types:e}){let m=new Set,d=new Set;function v(i,n){return!(!i.includes("__")||!i.startsWith("on")||i.split("__").slice(1).filter(t=>t!=="").length===0)}function E(i){let n=i.includes("|")?"|":"__",r=i.split(n),o=r[0],t=r.slice(1).filter(s=>Ze.has(s));return{eventName:o,modifiers:t}}function w(i){return i.startsWith("bind:")}function _(i){return i.slice(5)}function k(i){return/^[A-Z]/.test(i)}function j(i,n,r){if(typeof i?.buildCodeFrameError=="function")return i.buildCodeFrameError(r);let o=i?.node;if(o&&typeof n?.file?.buildCodeFrameError=="function")return n.file.buildCodeFrameError(o,r);let t=o?.loc?.start,s=n?.filename||n?.file?.opts?.filename||"<unknown>";return new Error(`[what-compiler] ${r} (${t?`${s}:${t.line}:${t.column+1}`:s})`)}function M(i){let n=i.openingElement?i.openingElement.name:i.name;return e.isJSXMemberExpression(n)?!0:e.isJSXIdentifier(n)&&k(n.name)}function $(i,n){return!!(n.foreignImports&&n.foreignImports.has(i))}function J(i,n){return!!(n.whatImports&&n.whatImports.has(i))}function P(i){return i.children.some(n=>e.isJSXElement(n)&&e.isJSXIdentifier(n.openingElement.name,{name:"Match"}))}function T(i){return e.isJSXMemberExpression(i)?e.memberExpression(T(i.object),e.identifier(i.property.name)):e.identifier(i.name)}function X(i){let n=i.node.params;if(n.length!==1||!e.isObjectPattern(n[0]))return;let r=n[0],o=-1;for(let p=0;p<r.properties.length;p++){let g=r.properties[p];if(e.isRestElement(g))return;if(e.isObjectProperty(g)&&!g.computed&&e.isIdentifier(g.key,{name:"children"})){if(o!==-1||!e.isIdentifier(g.value))return;o=p}}if(o===-1)return;let t=i.scope.getBinding(r.properties[o].value.name);if(!t||t.constantViolations.length>0||t.referencePaths.length===0||!t.referencePaths.every(p=>{let g=p.parentPath;if(!g||!g.isJSXExpressionContainer())return!1;let u=g.parentPath;if(!u||!u.isJSXElement()||!M(u.node))return!1;let f=u.node.openingElement.name;return!(e.isJSXIdentifier(f)&&nn.has(f.name))}))return;let a=i.scope.generateUidIdentifier("props");r.typeAnnotation&&(a.typeAnnotation=r.typeAnnotation),n[0]=a;let c=r.properties.filter((p,g)=>g!==o);if(c.length>0){e.isBlockStatement(i.node.body)||(i.node.body=e.blockStatement([e.returnStatement(i.node.body)]));let p=e.objectPattern(c);i.node.body.body.unshift(e.variableDeclaration("const",[e.variableDeclarator(p,e.cloneNode(a))])),i.node._whatMovedProps=p}for(let p of t.referencePaths)p.replaceWith(e.memberExpression(e.cloneNode(a),e.identifier("children")));i.scope.crawl()}function V(i){return Qe.has(String(i).toLowerCase())}function b(i){return i?e.isJSXExpressionContainer(i)?i.expression:e.isStringLiteral(i)?i:e.stringLiteral(i.value||""):e.booleanLiteral(!0)}function I(i){return i==="className"?"class":i==="htmlFor"?"for":i}function A(i){return e.isJSXNamespacedName(i.name)?`${i.name.namespace.name}:${i.name.name.name}`:typeof i.name.name=="string"?i.name.name:String(i.name.name)}function K(i){return!!i&&i.length>2&&/^on/i.test(i)}function U(i,n){if(n.length===0)return i;let r=i;for(let o of n)switch(o){case"preventDefault":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.expressionStatement(e.callExpression(e.memberExpression(e.identifier("e"),e.identifier("preventDefault")),[])),e.expressionStatement(e.callExpression(r,[e.identifier("e")]))]));break;case"stopPropagation":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.expressionStatement(e.callExpression(e.memberExpression(e.identifier("e"),e.identifier("stopPropagation")),[])),e.expressionStatement(e.callExpression(r,[e.identifier("e")]))]));break;case"self":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.ifStatement(e.binaryExpression("===",e.memberExpression(e.identifier("e"),e.identifier("target")),e.memberExpression(e.identifier("e"),e.identifier("currentTarget"))),e.expressionStatement(e.callExpression(r,[e.identifier("e")])))]));break;case"once":case"capture":case"passive":break}return r}function R(i,n){return n.has(i)}function D(i){let n=new Set,r=new Set;n.fromDestructuredProps=r;function o(a){let c=a.init;if(!c||!e.isCallExpression(c))return;let p=c.callee,g="";if(e.isIdentifier(p)?g=p.name:e.isMemberExpression(p)&&e.isIdentifier(p.property)&&(g=p.property.name),Ie.has(g)){let u=a.id;if(e.isIdentifier(u))n.add(u.name);else if(e.isArrayPattern(u))for(let f of u.elements)e.isIdentifier(f)&&n.add(f.name);else if(e.isObjectPattern(u))for(let f of u.properties)e.isObjectProperty(f)&&e.isIdentifier(f.value)&&n.add(f.value.name)}}function t(a){if(e.isObjectPattern(a))for(let c of a.properties)e.isObjectProperty(c)&&e.isIdentifier(c.value)?(n.add(c.value.name),r.add(c.value.name)):e.isRestElement(c)&&e.isIdentifier(c.argument)&&(n.add(c.argument.name),r.add(c.argument.name))}let s=i.scope;for(;s;){for(let c of Object.values(s.bindings))c.path.isVariableDeclarator()&&o(c.path.node);let a=s.path&&s.path.node;if(a){if(a.params)for(let c of a.params)t(c);a._whatMovedProps&&t(a._whatMovedProps)}s=s.parent}return n}function te(i){return D(i)}function se(i){if(!e.isCallExpression(i))return!1;let n=i.callee;return e.isMemberExpression(n)&&e.isIdentifier(n.object)?ne.has(n.object.name):e.isIdentifier(n)?ne.has(n.name):!1}function Ee(i,n,r){if(!n)return!1;if(e.isCallExpression(i)){if(e.isIdentifier(i.callee)&&R(i.callee.name,n)||r&&e.isIdentifier(i.callee)&&r.has(i.callee.name)&&!ne.has(i.callee.name)||e.isMemberExpression(i.callee)&&e.isIdentifier(i.callee.object)&&R(i.callee.object.name,n)||se(i))return!1;if(i.arguments.some(o=>O(o,n,r)))return!0}return!1}function O(i,n,r){return n||(n=new Set),e.isCallExpression(i)?e.isIdentifier(i.callee)&&R(i.callee.name,n)||r&&e.isIdentifier(i.callee)&&r.has(i.callee.name)&&!ne.has(i.callee.name)||e.isMemberExpression(i.callee)&&e.isIdentifier(i.callee.object)&&R(i.callee.object.name,n)?!0:se(i)?i.arguments.some(o=>O(o,n,r)):e.isIdentifier(i.callee)?i.arguments.some(o=>O(o,n,r)):O(i.callee,n,r)||i.arguments.some(o=>O(o,n,r)):e.isIdentifier(i)?R(i.name,n)||r&&r.has(i.name):e.isMemberExpression(i)?O(i.object,n,r):e.isConditionalExpression(i)?O(i.test,n,r)||O(i.consequent,n,r)||O(i.alternate,n,r):e.isBinaryExpression(i)||e.isLogicalExpression(i)?O(i.left,n,r)||O(i.right,n,r):e.isUnaryExpression(i)?O(i.argument,n,r):e.isTemplateLiteral(i)?i.expressions.some(o=>O(o,n,r)):e.isObjectExpression(i)?i.properties.some(o=>e.isObjectProperty(o)&&O(o.value,n,r)):e.isArrayExpression(i)?i.elements.some(o=>o&&O(o,n,r)):(e.isArrowFunctionExpression(i)||e.isFunctionExpression(i),!1)}function B(i,n){if(!i||typeof i!="object")return n;switch(i.type){case"Identifier":n.add(i.name);break;case"AssignmentPattern":B(i.left,n);break;case"RestElement":B(i.argument,n);break;case"ArrayPattern":for(let r of i.elements)B(r,n);break;case"ObjectPattern":for(let r of i.properties)B(r.type==="RestElement"?r.argument:r.value,n);break;default:break}return n}function De(i){let n=new Set;for(let o=1;o<i.params.length;o++)B(i.params[o],n);let r=o=>{if(!(!o||typeof o!="object")){if(Array.isArray(o)){o.forEach(r);return}switch(o.type){case"VariableDeclaration":for(let t of o.declarations)B(t.id,n);return;case"FunctionDeclaration":case"ClassDeclaration":o.id&&n.add(o.id.name);return;case"FunctionExpression":case"ArrowFunctionExpression":case"ClassExpression":return;case"CatchClause":B(o.param,n),r(o.body);return;case"ForStatement":case"ForInStatement":case"ForOfStatement":r(o.init),r(o.left),r(o.body);return;default:break}for(let t of Object.keys(o)){if(t==="loc"||t==="start"||t==="end"||t==="type"||t==="leadingComments"||t==="trailingComments"||t==="innerComments")continue;let s=o[t];s&&typeof s=="object"&&r(s)}}};e.isBlockStatement(i.body)&&r(i.body.body);for(let o of B(i.params[0],new Set))n.delete(o);return n}function Je(i,n){if(n.size===0)return null;let r=null,o=t=>{if(!(r||!t||typeof t!="object")){if(Array.isArray(t)){t.forEach(o);return}if(t.type==="Identifier"){n.has(t.name)&&(r=t.name);return}for(let s of Object.keys(t)){if(s==="loc"||s==="start"||s==="end"||s==="type"||s==="leadingComments"||s==="trailingComments"||s==="innerComments"||t.type==="MemberExpression"&&s==="property"&&!t.computed||(t.type==="ObjectProperty"||t.type==="ObjectMethod")&&s==="key"&&!t.computed)continue;let a=t[s];a&&typeof a=="object"&&o(a)}}};return o(i),r}function xe(i,n){let r=i,o=!1;if(e.isArrowFunctionExpression(i)&&i.params.length===0&&(r=i.body,o=!0),e.isConditionalExpression(r)){let s=ee(r.consequent,n),a=ee(r.alternate,n);if(s||a){let c=e.conditionalExpression(r.test,s||r.consequent,a||r.alternate);return o?e.arrowFunctionExpression([],c):c}return null}if(e.isLogicalExpression(r)&&(r.operator==="&&"||r.operator==="||")){let s=ee(r.right,n);if(s){let a=e.logicalExpression(r.operator,r.left,s);return o?e.arrowFunctionExpression([],a):a}return null}return ee(r,n)}function ee(i,n){if(!e.isCallExpression(i)||!e.isMemberExpression(i.callee)||!e.isIdentifier(i.callee.property,{name:"map"})||i.arguments.length<1)return null;let r=i.arguments[0];if(!e.isArrowFunctionExpression(r)&&!e.isFunctionExpression(r))return null;let o=null;if(e.isArrowFunctionExpression(r)){if(e.isExpression(r.body))o=r.body;else if(e.isBlockStatement(r.body)){let h=r.body.body.find(l=>e.isReturnStatement(l));h&&(o=h.argument)}}else if(e.isFunctionExpression(r)){let h=r.body.body.find(l=>e.isReturnStatement(l));h&&(o=h.argument)}if(!o||!e.isJSXElement(o))return null;let t=o.openingElement.attributes,s=null;for(let h of t)if(e.isJSXAttribute(h)&&A(h)==="key"){s=h;break}if(!s)return null;let a=b(s.value);if(!a)return null;let c=De(r);if(Je(a,c)){let h=e.isIdentifier(a)&&r.params[1]&&e.isIdentifier(r.params[1],{name:a.name});return null}o.openingElement.attributes=t.filter(h=>h!==s);let g=i.callee.object,u=e.arrowFunctionExpression([],g),f=r.params[0]?e.cloneNode(r.params[0],!0):e.identifier("_item"),x=e.arrowFunctionExpression([f],e.cloneNode(a,!0));return e.callExpression(e.identifier("_$mapArray"),[u,r,e.objectExpression([e.objectProperty(e.identifier("key"),x),e.objectProperty(e.identifier("raw"),e.booleanLiteral(!0))])])}function ae(i){if(e.isJSXText(i))return!0;if(e.isJSXExpressionContainer(i))return!1;if(e.isJSXElement(i)){let n=i.openingElement;if(M(i))return!1;for(let r of n.attributes){if(e.isJSXSpreadAttribute(r))return!1;let o=r.value;if(e.isJSXExpressionContainer(o))return!1}return i.children.every(ae)}return!1}function be(i){return e.isJSXSpreadAttribute(i)?!0:i.value?e.isJSXExpressionContainer(i.value):!1}function le(i){if(e.isJSXText(i)){let s=H(i.value);return s?ye(s):""}if(e.isJSXExpressionContainer(i))return e.isJSXEmptyExpression(i.expression)?"":"<!--$-->";if(!e.isJSXElement(i))return"";let n=i.openingElement,r=n.name.name;if(M(i))return"";let o=`<${r}`;for(let s of n.attributes){if(e.isJSXSpreadAttribute(s))continue;let a=A(s);if(a==="key"||K(a)||a.startsWith("bind:")||a.includes("|"))continue;let c=a;if(a==="className"&&(c="class"),a==="htmlFor"&&(c="for"),!s.value)o+=` ${c}`;else if(e.isStringLiteral(s.value))o+=` ${c}="${Te(s.value.value)}"`;else if(e.isJSXExpressionContainer(s.value))continue}let t=i.openingElement.selfClosing;if(t&&V(r))return o+=">",o;if(t)return o+=`></${r}>`,o;o+=">";for(let s of i.children)if(e.isJSXText(s)){let a=H(s.value);a&&(o+=ye(a))}else e.isJSXExpressionContainer(s)?e.isJSXEmptyExpression(s.expression)||(o+="<!--$-->"):e.isJSXElement(s)&&(M(s)?o+="<!--$-->":o+=le(s));return o+=`</${r}>`,o}function ye(i){return i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function Te(i){return i.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}function z(i,n){let{node:r}=i,o=r.openingElement,t=o.name.name;if(!$(t,n)){if(t==="For")return We(i,n);if(t==="Show")return He(i,n)}if(t==="Switch"&&(!$(t,n)||P(r)))return Be(i,n);if(M(r))return ve(i,n);let s=o.attributes,a=r.children,c=a.every(ae),p=s.every(l=>!be(l)),g=s.every(l=>{if(e.isJSXSpreadAttribute(l))return!1;let y=A(l);return!y?.startsWith("on")&&!y?.startsWith("bind:")});if(c&&p&&g){let l=le(r);if(l){let y=ke(n,l);return n.needsTemplate=!0,e.callExpression(e.identifier(y),[])}}let u=le(r);if(!u){let l=r.loc,y=n.filename||n.file?.opts?.filename||"<unknown>",S=l?`:${l.start.line}:${l.start.column}`:"";return console.warn(`[what-compiler] Could not extract template for <${t}> at ${y}${S}. Falling back to h() for this element. This element could not be statically analyzed. Consider simplifying the JSX.`),n.needsH=!0,ce(i,n)}let f=ke(n,u);n.needsTemplate=!0;let x=n.nextVarId(),h=[e.variableDeclaration("const",[e.variableDeclarator(e.identifier(x),e.callExpression(e.identifier(f),[]))])];return Se(h,x,s,n,t),we(h,x,a,r,n),n._pendingSetup||(n._pendingSetup=[]),n._pendingSetup.push(...h),e.identifier(x)}function ce(i,n){let{node:r}=i,o=r.openingElement,t=o.name.name,s=o.attributes,a=r.children,c=[];for(let u of s){if(e.isJSXSpreadAttribute(u))continue;let f=A(u),x=b(u.value),h=I(f);c.push(e.objectProperty(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(h)?e.identifier(h):e.stringLiteral(h),x))}let p=[];for(let u of a)if(e.isJSXText(u)){let f=H(u.value);f&&p.push(e.stringLiteral(f))}else e.isJSXExpressionContainer(u)?e.isJSXEmptyExpression(u.expression)||p.push(u.expression):e.isJSXElement(u)?p.push(z({node:u},n)):e.isJSXFragment(u)&&p.push(Z({node:u},n));let g=c.length>0?e.objectExpression(c):e.nullLiteral();return e.callExpression(e.identifier("h"),[e.stringLiteral(t),g,...p])}let Xe=new Set(["input","textarea","select","option"]);function Se(i,n,r,o,t){function s(p,g){return p==="class"?(o.needsSetClass=!0,e.callExpression(e.identifier("_$setClass"),[e.identifier(n),g])):p==="style"?(o.needsSetStyle=!0,e.callExpression(e.identifier("_$setStyle"),[e.identifier(n),g])):p==="value"&&t&&Xe.has(t)?(o.needsSetValue=!0,e.callExpression(e.identifier("_$setValue"),[e.identifier(n),g])):p==="checked"&&t==="input"?(o.needsSetChecked=!0,e.callExpression(e.identifier("_$setChecked"),[e.identifier(n),g])):p.startsWith("data-")||p.startsWith("aria-")?(o.needsSetAttr=!0,e.callExpression(e.identifier("_$setAttr"),[e.identifier(n),e.stringLiteral(p),g])):(o.needsSetProp=!0,e.callExpression(e.identifier("_$setProp"),[e.identifier(n),e.stringLiteral(p),g]))}let a=!1;function c(){a||(a=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$delegate$"),[]))))}for(let p of r){if(e.isJSXSpreadAttribute(p)){o.needsSpread=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$spread"),[e.identifier(n),p.argument])));continue}let g=A(p);if(g!=="key"){if(g==="ref"){let u=b(p.value);i.push(e.expressionStatement(e.conditionalExpression(e.binaryExpression("===",e.unaryExpression("typeof",u),e.stringLiteral("function")),e.callExpression(e.cloneNode(u),[e.identifier(n)]),e.assignmentExpression("=",e.memberExpression(e.cloneNode(u),e.identifier("current")),e.identifier(n)))));continue}if(g.startsWith("on")&&!g.includes("|")&&!v(g,o)){let u=g.slice(2).toLowerCase(),f=b(p.value);en.has(u)?(o.needsDelegation=!0,o.delegatedEvents||(o.delegatedEvents=new Set),o.delegatedEvents.add(u),c(),i.push(e.expressionStatement(e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier(`$$${u}`)),f)))):i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral(u),f])));continue}if(g.startsWith("on")&&(g.includes("|")||v(g,o))){let{eventName:u,modifiers:f}=E(g),x=b(p.value),h=U(x,f),l=u.slice(2).toLowerCase(),y=f.filter(C=>Ye.has(C)),S=[e.stringLiteral(l),h];if(y.length>0){let C=y.map(L=>e.objectProperty(e.identifier(L),e.booleanLiteral(!0)));S.push(e.objectExpression(C))}i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),S)));continue}if(w(g)){let u=_(g),f=p.value.expression;o.needsEffect=!0,u==="value"?(i.push(e.expressionStatement(e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier("value")),e.callExpression(e.cloneNode(f),[])))]))),i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral("input"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(f),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("value"))]))])))):u==="checked"&&(o.needsEffect=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier("checked")),e.callExpression(e.cloneNode(f),[])))]))),i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral("change"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(f),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("checked"))]))]))));continue}if(e.isJSXExpressionContainer(p.value)){let u=p.value.expression,f=I(g);if(O(u,o.signalNames,o.importedIdentifiers)){o.needsEffect=!0;let x=o.signalNames&&o.signalNames.fromDestructuredProps,h=e.isIdentifier(u)&&!(x&&x.has(u.name))&&(R(u.name,o.signalNames)||o.importedIdentifiers&&o.importedIdentifiers.has(u.name))?e.callExpression(u,[]):u,l=e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],s(f,h))]);Ee(u,o.signalNames,o.importedIdentifiers)&&e.addComment(l,"leading"," @what-dev: effect wrapping may be unnecessary \u2014 expression contains a non-signal function call with reactive args ",!1),i.push(e.expressionStatement(l))}else i.push(e.expressionStatement(s(f,u)))}}}}function fe(i){if(!i||typeof i!="object")return!1;if(Array.isArray(i))return i.some(fe);if(i.type==="JSXElement"||i.type==="JSXFragment"||i.type==="CallExpression"&&i.callee&&i.callee.type==="Identifier"&&(i.callee.name==="_$mapArray"||i.callee.name==="mapArray"))return!0;for(let n of Object.keys(i)){if(n==="loc"||n==="start"||n==="end"||n==="leadingComments"||n==="trailingComments"||n==="innerComments")continue;let r=i[n];if(r&&typeof r=="object"&&fe(r))return!0}return!1}function Re(i){let n=i.parent;return n?e.isLogicalExpression(n)?i.key==="right":e.isConditionalExpression(n)?i.key==="consequent"||i.key==="alternate":e.isOptionalCallExpression(n)||e.isOptionalMemberExpression(n)?i.key!=="callee"&&i.key!=="object":!1:!1}function q(i,n,r){let o=null,t=!1;if(e.isConditionalExpression(i))o=i.test,t=!0;else if(e.isLogicalExpression(i)&&(i.operator==="&&"||i.operator==="||"))o=i.left;else return i;if(!O(o,r.signalNames,r.importedIdentifiers)||!(t?[i.consequent,i.alternate]:[i.right]).some(fe))return i;let a=r.nextMemoId();r.needsMemo=!0;let c=t?e.unaryExpression("!",e.unaryExpression("!",o)):o;n.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(a),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],c)]))]));let p=e.callExpression(e.identifier(a),[]);return t?e.conditionalExpression(p,i.consequent,i.alternate):e.logicalExpression(i.operator,p,i.right)}function we(i,n,r,o,t){let s=[],a=0;for(let f of r){if(e.isJSXText(f)){H(f.value)&&a++;continue}if(e.isJSXExpressionContainer(f)){if(e.isJSXEmptyExpression(f.expression))continue;s.push({type:"expression",child:f,childIndex:a}),a++;continue}if(e.isJSXElement(f)){let x=f.openingElement.name.name;if(M(f)||x==="For"||x==="Show")s.push({type:"component",child:f,childIndex:a}),a++;else{let h=f.openingElement.attributes.some(be)||f.openingElement.attributes.some(l=>!e.isJSXSpreadAttribute(l)&&A(l)?.startsWith("on"))||!f.children.every(ae);s.push({type:"static",child:f,childIndex:a,hasAnythingDynamic:h}),a++}continue}e.isJSXFragment(f)&&s.push({type:"fragment",child:f})}let c=s.filter(f=>f.type==="expression"||f.type==="component"||f.type==="static"&&f.hasAnythingDynamic),p=c.length>=2,g=new Map;if(p){let f=null,x=0;for(let h of c){let l=h.childIndex,y=t.nextVarId();g.set(l,y);let S;if(f===null)S=pe(n,l);else{S=e.identifier(f);for(let C=x;C<l;C++)S=e.memberExpression(S,e.identifier("nextSibling"))}i.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(y),S)])),f=y,x=l}}function u(f){return g.has(f)?e.identifier(g.get(f)):pe(n,f)}for(let f of s){if(f.type==="expression"){let x=f.child.expression,h=u(f.childIndex);t.needsInsert=!0;let l=xe(x,t);if(l){t.needsMapArray=!0;let S=e.isCallExpression(l)&&e.isIdentifier(l.callee)&&(l.callee.name==="_$mapArray"||l.callee.name==="mapArray"),C=e.isArrowFunctionExpression(l);C&&e.isExpression(l.body)?l.body=q(l.body,i,t):!S&&!C&&(l=q(l,i,t));let L=S||C?l:e.arrowFunctionExpression([],l);i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),L,h])));continue}if(e.isCallExpression(x)&&e.isIdentifier(x.callee)&&(x.callee.name==="mapArray"||x.callee.name==="_$mapArray")){t.needsMapArray=!0,x.callee.name==="mapArray"&&(x.callee.name="_$mapArray"),i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),x,h])));continue}if(O(x,t.signalNames,t.importedIdentifiers)){x=q(x,i,t);let S=e.callExpression(e.identifier("_$insert"),[e.identifier(n),e.arrowFunctionExpression([],x),h]);Ee(x,t.signalNames,t.importedIdentifiers)&&e.addComment(S,"leading"," @what-dev: reactive wrapping may be unnecessary \u2014 expression contains a non-signal function call with reactive args ",!1),i.push(e.expressionStatement(S))}else i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),x,h])));continue}if(f.type==="component"){let x=z({node:f.child},t),h=u(f.childIndex);t.needsInsert=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),x,h])));continue}if(f.type==="static"&&f.hasAnythingDynamic){let x;g.has(f.childIndex)?x=g.get(f.childIndex):(x=t.nextVarId(),i.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(x),pe(n,f.childIndex))]))),Se(i,x,f.child.openingElement.attributes,t,f.child.openingElement.name.name),we(i,x,f.child.children,f.child,t);continue}if(f.type==="fragment"){for(let x of f.child.children)if(e.isJSXExpressionContainer(x)&&!e.isJSXEmptyExpression(x.expression)){t.needsInsert=!0;let h=x.expression;O(h,t.signalNames,t.importedIdentifiers)?(h=q(h,i,t),i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),e.arrowFunctionExpression([],h)])))):i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),h])))}}}}function pe(i,n){if(n===0)return e.memberExpression(e.identifier(i),e.identifier("firstChild"));let r=e.memberExpression(e.identifier(i),e.identifier("firstChild"));for(let o=0;o<n;o++)r=e.memberExpression(r,e.identifier("nextSibling"));return r}function ve(i,n){let{node:r}=i,o=r.openingElement,t=T(o.name),s=o.attributes,a=r.children,c=null,p=[];for(let y of s){if(e.isJSXAttribute(y)){let S;if(e.isJSXNamespacedName(y.name)?S=`${y.name.namespace.name}:${y.name.name.name}`:S=y.name.name,S&&typeof S=="string"&&S.startsWith("client:")){let C=S.slice(7);y.value?c={type:C,value:y.value.value}:c={type:C};continue}}p.push(y)}function g(){let y=n._pendingSetup?n._pendingSetup.length:0,S=[],C=!1;for(let F of a)if(e.isJSXText(F)){let N=H(F.value);N&&S.push(e.stringLiteral(N))}else if(e.isJSXExpressionContainer(F))e.isJSXEmptyExpression(F.expression)||(C=!0,S.push(F.expression));else if(e.isJSXElement(F)){let N=F.openingElement.name.name;N!=="For"&&N!=="Show"&&N!=="Switch"&&(C=!0),S.push(z({node:F},n))}else e.isJSXFragment(F)&&(C=!0,S.push(Z({node:F},n)));let L=e.arrayExpression(S);if(C){let F=n._pendingSetup?n._pendingSetup.splice(y):[];L=e.arrowFunctionExpression([],F.length>0?e.blockStatement([...F,e.returnStatement(L)]):L)}return L}if(c){n.needsCreateComponent=!0,n.needsIsland=!0;let y=[e.objectProperty(e.identifier("component"),t),e.objectProperty(e.identifier("mode"),e.stringLiteral(c.type))];c.value&&y.push(e.objectProperty(e.identifier("mediaQuery"),e.stringLiteral(c.value)));let S=null;for(let L of p){if(e.isJSXSpreadAttribute(L)){S=L.argument;continue}let F=A(L);if(F==="key")continue;let N=b(L.value);y.push(e.objectProperty(e.identifier(F),N))}let C=S?e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.objectExpression([]),S,e.objectExpression(y)]):e.objectExpression(y);return e.callExpression(e.identifier("_$createComponent"),[e.identifier("Island"),C,g()])}n.needsCreateComponent=!0;let u=[],f=!1,x=null;for(let y of p){if(e.isJSXSpreadAttribute(y)){f=!0,x=y.argument;continue}let S=A(y);if(S==="key")continue;if(w(S)){let L=_(S),F=y.value.expression;L==="value"?(u.push(e.objectProperty(e.identifier("value"),e.callExpression(e.cloneNode(F),[]))),u.push(e.objectProperty(e.identifier("onInput"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(F),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("value"))]))))):L==="checked"&&(u.push(e.objectProperty(e.identifier("checked"),e.callExpression(e.cloneNode(F),[]))),u.push(e.objectProperty(e.identifier("onChange"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(F),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("checked"))])))));continue}if(S.startsWith("on")&&(S.includes("|")||v(S,n))){let{eventName:L,modifiers:F}=E(S),N=b(y.value),W=U(N,F);u.push(e.objectProperty(e.identifier(L),W));continue}let C=b(y.value);u.push(e.objectProperty(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(S)?e.identifier(S):e.stringLiteral(S),C))}let h;f?u.length>0?h=e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.objectExpression([]),x,e.objectExpression(u)]):h=x:u.length>0?h=e.objectExpression(u):h=e.nullLiteral();let l=g();return e.callExpression(e.identifier("_$createComponent"),[t,h,l])}function We(i,n){let{node:r}=i,o=r.openingElement.attributes,t=r.children,s=null,a=null,c=null;for(let N of o)if(e.isJSXAttribute(N)){let W=A(N);W==="each"?s=b(N.value):W==="key"?a=b(N.value):W==="fallback"&&(c=b(N.value))}if(!s)return console.warn('[what-compiler] <For> element missing "each" attribute.'),n.needsH=!0,ce(i,n);let p=null;for(let N of t)if(e.isJSXExpressionContainer(N)&&!e.isJSXEmptyExpression(N.expression)){p=N.expression;break}if(!p)return console.warn("[what-compiler] <For> element missing render function child."),n.needsH=!0,ce(i,n);n.needsMapArray=!0;let g=N=>{let W=[N,p];return a&&W.push(e.objectExpression([e.objectProperty(e.identifier("key"),a)])),e.callExpression(e.identifier("_$mapArray"),W)};if(!c)return g(s);n._pendingSetup||(n._pendingSetup=[]);let u=n.nextForIndex(),f=`_each$${u}`,x=`_for$${u}`,h=`_fb$${u}`,l=n.nextMemoId();n.needsMemo=!0,n.needsInsert=!0;let y=i.scope?i.scope.generateUidIdentifier("list"):e.identifier("_list"),S=e.conditionalExpression(e.binaryExpression("===",e.unaryExpression("typeof",e.identifier(f)),e.stringLiteral("function")),e.callExpression(e.identifier(f),[]),e.identifier(f));n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(f),s)]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(l),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(y,S)]),e.returnStatement(e.unaryExpression("!",e.unaryExpression("!",e.logicalExpression("&&",e.cloneNode(y),e.memberExpression(e.cloneNode(y),e.identifier("length"))))))]))]))]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(x),g(e.identifier(f)))]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(h),e.arrowFunctionExpression([],e.conditionalExpression(e.callExpression(e.identifier(l),[]),e.nullLiteral(),c)))]));let C=e.identifier("_parent"),L=e.identifier("_marker"),F=e.identifier("_end");return e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.arrowFunctionExpression([C,L],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(F,e.callExpression(e.identifier(x),[e.cloneNode(C),e.cloneNode(L)]))]),e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.cloneNode(C),e.arrayExpression([e.identifier(h)]),e.cloneNode(L)])),e.returnStatement(e.cloneNode(F))])),e.identifier(x)])}function He(i,n){let{node:r}=i,o=r.openingElement.attributes,t=r.children,s=null,a=null;for(let h of o)if(e.isJSXAttribute(h)){let l=A(h);l==="when"?s=b(h.value):l==="fallback"&&(a=b(h.value))}if(!s)throw j(i,n,'<Show> requires a "when" prop. Example: <Show when={isOpen} fallback={null}>...</Show>');let c=null;for(let h of t)if(e.isJSXExpressionContainer(h)&&!e.isJSXEmptyExpression(h.expression)){c=h.expression;break}if(!c){n._pendingSetup||(n._pendingSetup=[]);let h=n._pendingSetup.length,l=[];for(let S of t)if(e.isJSXText(S)){let C=H(S.value);C&&l.push(e.stringLiteral(C))}else e.isJSXElement(S)&&l.push(z({node:S},n));l.length===1?c=l[0]:l.length>1?c=e.arrayExpression(l):c=e.nullLiteral();let y=n._pendingSetup.splice(h);y.length>0&&(c=e.callExpression(e.arrowFunctionExpression([],e.blockStatement([...y,e.returnStatement(c)])),[]))}let p=_e(s,n),g=i.scope?i.scope.generateUidIdentifier("v"):e.identifier("_v"),u=e.isFunction(c),f=u?e.callExpression(c,[e.cloneNode(g)]):c,x=a||e.nullLiteral();if(O(p,n.signalNames,n.importedIdentifiers)){let h=n.nextMemoId();n.needsMemo=!0;let l=u?p:e.unaryExpression("!",e.unaryExpression("!",p));n._pendingSetup||(n._pendingSetup=[]),n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(h),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],l)]))])),p=e.callExpression(e.identifier(h),[])}return e.arrowFunctionExpression([],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(g,p)]),e.returnStatement(e.conditionalExpression(e.cloneNode(g),f,x))]))}function _e(i,n){return e.isCallExpression(i)?i:e.isArrowFunctionExpression(i)&&e.isExpression(i.body)?i.body:e.isIdentifier(i)&&(n.signalNames&&R(i.name,n.signalNames)||n.importedIdentifiers&&n.importedIdentifiers.has(i.name))?e.callExpression(i,[]):i}function Ve(i,n){let r=[];for(let o of i)if(e.isJSXText(o)){let t=H(o.value);t&&r.push(e.stringLiteral(t))}else e.isJSXExpressionContainer(o)?e.isJSXEmptyExpression(o.expression)||r.push(o.expression):e.isJSXElement(o)?r.push(z({node:o},n)):e.isJSXFragment(o)&&r.push(Z({node:o},n));return r.length===0?e.nullLiteral():r.length===1?r[0]:e.arrayExpression(r)}function Be(i,n){let{node:r}=i,o=$(r.openingElement.name.name,n),t=l=>e.isJSXElement(l)&&e.isJSXIdentifier(l.openingElement.name,{name:"Match"})&&(o||!$("Match",n));if(!r.children.some(t)&&!J(r.openingElement.name.name,n))return ve(i,n);let s=l=>{throw j(i,n,`<Switch> ${l}. The compiler needs to read its arms statically. Write them out: <Switch fallback={...}><Match when={a}>\u2026</Match><Match when={b}>\u2026</Match></Switch>`)},a=null;for(let l of r.openingElement.attributes)e.isJSXSpreadAttribute(l)&&s("cannot take a spread attribute"),A(l)==="fallback"&&(a=b(l.value));let c=[];for(let l of r.children){if(e.isJSXText(l)){H(l.value)&&s("cannot mix text with its <Match> arms");continue}if(e.isJSXExpressionContainer(l)){if(e.isJSXEmptyExpression(l.expression))continue;s("cannot read its arms from an expression child")}t(l)||s("cannot mix other elements with its <Match> arms"),c.push(l)}c.length===0&&s("has no <Match> arms"),n._pendingSetup||(n._pendingSetup=[]);let p=[];for(let l of c){let y=null;for(let F of l.openingElement.attributes)e.isJSXAttribute(F)&&A(F)==="when"&&(y=b(F.value));y||s('has a <Match> with no "when" prop');let S=n._pendingSetup.length,C=Ve(l.children,n),L=n._pendingSetup.splice(S);L.length>0&&(C=e.callExpression(e.arrowFunctionExpression([],e.blockStatement([...L,e.returnStatement(C)])),[])),p.push([_e(y,n),C])}let g=p.some(([l])=>O(l,n.signalNames,n.importedIdentifiers)),u=a||e.nullLiteral();if(!g){let l=u;for(let y=p.length-1;y>=0;y--)l=e.conditionalExpression(p[y][0],p[y][1],l);return e.arrowFunctionExpression([],l)}let f=e.numericLiteral(-1);for(let l=p.length-1;l>=0;l--)f=e.conditionalExpression(p[l][0],e.numericLiteral(l),f);let x=n.nextMemoId();n.needsMemo=!0,n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(x),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],f)]))]));let h=u;for(let l=p.length-1;l>=0;l--)h=e.conditionalExpression(e.binaryExpression("===",e.callExpression(e.identifier(x),[]),e.numericLiteral(l)),p[l][1],h);return e.arrowFunctionExpression([],h)}function Ge(i,n){n._pendingSetup||(n._pendingSetup=[]);let r=n._pendingSetup,o=xe(i,n);if(o){n.needsMapArray=!0;let s=e.isCallExpression(o)&&e.isIdentifier(o.callee)&&(o.callee.name==="_$mapArray"||o.callee.name==="mapArray");if(e.isArrowFunctionExpression(o)&&e.isExpression(o.body))return o.body=q(o.body,r,n),o;if(s)return o;let c=q(o,r,n);return e.arrowFunctionExpression([],c)}return e.isCallExpression(i)&&e.isIdentifier(i.callee)&&(i.callee.name==="mapArray"||i.callee.name==="_$mapArray")?(n.needsMapArray=!0,i.callee.name==="mapArray"&&(i.callee.name="_$mapArray"),i):O(i,n.signalNames,n.importedIdentifiers)?(i=q(i,r,n),e.arrowFunctionExpression([],i)):i}function Z(i,n){let{node:r}=i,o=r.children,t=[];for(let s of o)if(e.isJSXText(s)){let a=H(s.value);a&&t.push(e.stringLiteral(a))}else e.isJSXExpressionContainer(s)?e.isJSXEmptyExpression(s.expression)||t.push(Ge(s.expression,n)):e.isJSXElement(s)?t.push(z({node:s},n)):e.isJSXFragment(s)&&t.push(Z({node:s},n));return t.length===1?t[0]:e.arrayExpression(t)}function ke(i,n){if(i.templateMap.has(n))return i.templateMap.get(n);let r=`_tmpl$${i.templateCount++}`;return i.templateMap.set(n,r),i.templates.push({id:r,html:n}),r}function $e(i,n,r){let o=i.scope,t=n._signalNamesCache;t||(t=n._signalNamesCache=new WeakMap);let s=t.get(o);s||(s=D(i),t.set(o,s)),n.signalNames=s,n._pendingSetup=[];let a=r(i,n),c=n._pendingSetup;if(n._pendingSetup=[],c.length>0){let p=i,g=!1,u=!1;for(;p&&!p.isStatement();)(p.isArrowFunctionExpression()||p.isFunctionExpression())&&(g=!0),Re(p)&&(u=!0),p=p.parentPath;p&&p.isStatement()&&(p.listKey==="body"||p.listKey==="consequent")&&Array.isArray(p.container)&&!g&&!u?(p.insertBefore(c),i.replaceWith(a)):(c.push(e.returnStatement(a)),i.replaceWith(e.callExpression(e.arrowFunctionExpression([],e.blockStatement(c)),[])))}else i.replaceWith(a)}function Ue(i){let n=i.parentPath;if(n?.isVariableDeclarator()&&e.isIdentifier(n.node.id))return n.node.id.name;if(n?.isAssignmentExpression()&&e.isIdentifier(n.node.left))return n.node.left.name;if(n?.isExportDefaultDeclaration())return"default";if(n?.isObjectProperty()&&!n.node.computed){if(e.isIdentifier(n.node.key))return n.node.key.name;if(e.isStringLiteral(n.node.key))return n.node.key.value}return null}function ze(i,n){let r=i.node.callee;return e.isIdentifier(r)?n.serverActionBindings.has(r.name):e.isMemberExpression(r)&&!r.computed&&e.isIdentifier(r.object)&&e.isIdentifier(r.property,{name:"action"})&&n.serverActionNamespaces.has(r.object.name)}function qe(i){if(!e.isObjectExpression(i))return{property:null,value:null};for(let n of i.properties)if(!(!e.isObjectProperty(n)||(e.isIdentifier(n.key)&&!n.computed?n.key.name:e.isStringLiteral(n.key)?n.key.value:null)!=="id"))return e.isStringLiteral(n.value)?{property:n,value:n.value.value}:e.isTemplateLiteral(n.value)&&n.value.expressions.length===0?{property:n,value:n.value.quasis[0]?.value.cooked||""}:{property:n,value:null};return{property:null,value:null}}function Ce(i,n,r,o,t){let s=i.node.loc?.start||{line:0,column:0},a=`${t}:${s.line}:${s.column+1}`,c=`${t}#${o}`,p=n.serverActionIds.get(r);if(p)throw i.buildCodeFrameError(`Duplicate server action ID "${r}". First declared by "${p.bindingName}" at ${p.source}; conflicts with "${o}" at ${a}.`);let g={id:r,key:c,bindingName:o,filename:t,source:a,loc:s};if(n.serverActionIds.set(r,g),typeof n.opts?.onActionId=="function")try{n.opts.onActionId(g)}catch(u){throw i.buildCodeFrameError(u instanceof Error?u.message:String(u))}}function Ke(i,n){if(!ze(i,n))return;let r=Ue(i);if(!r){n.opts?.production||console.warn(`[what-compiler] Could not derive a stable server action ID at ${n.serverActionFilename}:${i.node.loc?.start.line||0}. Assign action(...) to a named local or export, or pass { id } explicitly.`);return}let o=i.node.arguments[1],t=qe(o);if(t.property){t.value!==null&&Ce(i,n,t.value,r,n.serverActionFilename);return}let s=`wa1_${on(`${n.serverActionFilename}#${r}`)}`;Ce(i,n,s,r,n.serverActionFilename);let a=e.objectProperty(e.identifier("id"),e.stringLiteral(s));o?e.isObjectExpression(o)?o.properties.unshift(a):i.node.arguments[1]=e.objectExpression([a,e.spreadElement(o)]):i.node.arguments.push(e.objectExpression([a]))}return{name:"what-jsx-transform",visitor:{Program:{enter(i,n){n.needsTemplate=!1,n.needsInsert=!1,n.needsEffect=!1,n.needsMapArray=!1,n.needsSpread=!1,n.needsSetProp=!1,n.needsMemo=!1,n.needsSetClass=!1,n.needsSetStyle=!1,n.needsSetAttr=!1,n.needsSetValue=!1,n.needsSetChecked=!1,n.needsH=!1,n.needsCreateComponent=!1,n.needsFragment=!1,n.needsIsland=!1,n.needsDelegation=!1,n.delegatedEvents=new Set,n.templates=[],n.templateMap=new Map,n.templateCount=0,n._varCounter=0,n._memoCounter=0,n._listCounter=0,n._pendingSetup=[],n.nextVarId=()=>`_el$${n._varCounter++}`,n.nextMemoId=()=>`_c$${n._memoCounter++}`,n.nextForIndex=()=>n._listCounter++,n.serverActionBindings=new Set,n.serverActionNamespaces=new Set,n.serverActionIds=new Map,n.serverActionFilename=tn(n.file?.opts?.filename,n.opts?.projectRoot||n.file?.opts?.cwd),n.signalNames=new Set,n.importedIdentifiers=new Set,n.whatImports=new Set,n.foreignImports=new Set;for(let r of i.node.body)if(e.isImportDeclaration(r)){let o=r.source.value,t=o==="what-framework"||o.startsWith("what-framework/")||o==="what-core"||o.startsWith("what-core/"),s=t||o.startsWith("./")||o.startsWith("../");for(let a of r.specifiers){let c=null;(e.isImportSpecifier(a)&&e.isIdentifier(a.local)||e.isImportDefaultSpecifier(a)&&e.isIdentifier(a.local)||e.isImportNamespaceSpecifier(a)&&e.isIdentifier(a.local))&&(c=a.local.name),c&&((s||/^(use|create)[A-Z]/.test(c))&&n.importedIdentifiers.add(c),t?n.whatImports.add(c):o.startsWith(".")||n.foreignImports.add(c)),rn.has(o)&&(e.isImportSpecifier(a)&&e.isIdentifier(a.imported,{name:"action"})&&e.isIdentifier(a.local)?n.serverActionBindings.add(a.local.name):e.isImportNamespaceSpecifier(a)&&e.isIdentifier(a.local)&&n.serverActionNamespaces.add(a.local.name))}}i.traverse({Function(r){X(r)},CallExpression(r){Ke(r,n)},VariableDeclarator(r){let o=r.node.init;if(!o||!e.isCallExpression(o))return;let t=o.callee,s="";if(e.isIdentifier(t)?s=t.name:e.isMemberExpression(t)&&e.isIdentifier(t.property)&&(s=t.property.name),Ie.has(s)){let a=r.node.id;if(e.isIdentifier(a))n.signalNames.add(a.name);else if(e.isArrayPattern(a))for(let c of a.elements)e.isIdentifier(c)&&n.signalNames.add(c.name);else if(e.isObjectPattern(a))for(let c of a.properties)e.isObjectProperty(c)&&e.isIdentifier(c.value)&&n.signalNames.add(c.value.name)}}})},exit(i,n){for(let t of n.templates.reverse()){let s=e.callExpression(e.identifier("_$template"),[e.stringLiteral(t.html)]);e.addComment(s,"leading"," @__PURE__ "),i.unshiftContainer("body",e.variableDeclaration("const",[e.variableDeclarator(e.identifier(t.id),s)]))}let r=[];n.needsTemplate&&r.push(e.importSpecifier(e.identifier("_$template"),e.identifier("_$template"))),n.needsInsert&&r.push(e.importSpecifier(e.identifier("_$insert"),e.identifier("insert"))),n.needsEffect&&r.push(e.importSpecifier(e.identifier("_$effect"),e.identifier("effect"))),n.needsMapArray&&r.push(e.importSpecifier(e.identifier("_$mapArray"),e.identifier("mapArray"))),n.needsSpread&&r.push(e.importSpecifier(e.identifier("_$spread"),e.identifier("spread"))),n.needsSetProp&&r.push(e.importSpecifier(e.identifier("_$setProp"),e.identifier("setProp"))),n.needsMemo&&r.push(e.importSpecifier(e.identifier("_$memo"),e.identifier("memo"))),n.needsSetClass&&r.push(e.importSpecifier(e.identifier("_$setClass"),e.identifier("setClass"))),n.needsSetStyle&&r.push(e.importSpecifier(e.identifier("_$setStyle"),e.identifier("setStyle"))),n.needsSetAttr&&r.push(e.importSpecifier(e.identifier("_$setAttr"),e.identifier("setAttr"))),n.needsSetValue&&r.push(e.importSpecifier(e.identifier("_$setValue"),e.identifier("setValue"))),n.needsSetChecked&&r.push(e.importSpecifier(e.identifier("_$setChecked"),e.identifier("setChecked"))),n.needsCreateComponent&&r.push(e.importSpecifier(e.identifier("_$createComponent"),e.identifier("_$createComponent"))),n.needsDelegation&&r.push(e.importSpecifier(e.identifier("_$delegateEvents"),e.identifier("delegateEvents")));let o=[];if(n.needsH&&o.push(e.importSpecifier(e.identifier("h"),e.identifier("h"))),n.needsFragment&&o.push(e.importSpecifier(e.identifier("Fragment"),e.identifier("Fragment"))),n.needsIsland&&o.push(e.importSpecifier(e.identifier("Island"),e.identifier("Island"))),r.length>0){let t=null;for(let s of i.node.body)if(e.isImportDeclaration(s)&&(s.source.value==="what-framework/render"||s.source.value==="what-core/render")){t=s;break}if(t){let s=new Set(t.specifiers.filter(a=>e.isImportSpecifier(a)).map(a=>a.imported.name));for(let a of r)s.has(a.imported.name)||t.specifiers.push(a)}else i.unshiftContainer("body",e.importDeclaration(r,e.stringLiteral("what-framework/render")))}if(o.length>0&&sn(i,e,o),n.needsDelegation&&n.delegatedEvents&&n.delegatedEvents.size>0){let t=e.arrayExpression([...n.delegatedEvents].map(a=>e.stringLiteral(a))),s=e.functionDeclaration(e.identifier("_$delegate$"),[],e.blockStatement([e.ifStatement(e.identifier("_$delegated$"),e.returnStatement()),e.expressionStatement(e.assignmentExpression("=",e.identifier("_$delegated$"),e.booleanLiteral(!0))),e.expressionStatement(e.callExpression(e.identifier("_$delegateEvents"),[t]))]));i.unshiftContainer("body",[e.variableDeclaration("let",[e.variableDeclarator(e.identifier("_$delegated$"),e.booleanLiteral(!1))]),s])}}},JSXElement(i,n){$e(i,n,z)},JSXFragment(i,n){$e(i,n,Z)}}}}function sn(e,m,d){let v=null;for(let E of e.node.body)if(m.isImportDeclaration(E)&&(E.source.value==="what-core"||E.source.value==="what-framework")){v=E;break}if(v){let E=new Set(v.specifiers.filter(w=>m.isImportSpecifier(w)).map(w=>w.imported.name));for(let w of d)E.has(w.imported.name)||v.specifiers.push(w)}else{let E=m.importDeclaration(d,m.stringLiteral("what-framework"));e.unshiftContainer("body",E)}}import Q from"path";import{transformSync as xn}from"@babel/core";import Y from"fs";import G from"path";var Ae=new Set([".jsx",".tsx",".js",".ts"]),an=new Set(["_layout","_error","_loading","_404"]);function Pe(e){let m=[],d=[],v=[];function E(_,k=""){if(!Y.existsSync(_))return;let j=Y.readdirSync(_,{withFileTypes:!0});for(let M of j){let $=G.join(_,M.name);if(M.isDirectory()){if(M.name.match(/^\((.+)\)$/)){E($,k);continue}if(M.name==="api"&&k===""){w($,"/api");continue}E($,k+"/"+re(M.name));continue}let J=G.extname(M.name);if(!Ae.has(J))continue;let P=G.basename(M.name,J);if(P==="_layout"){d.push({filePath:$,urlPrefix:k||"/"});continue}if(an.has(P))continue;let T=re(P),X=P==="index"?k||"/":k+"/"+T;m.push({filePath:$,routePath:Fe(X),isDynamic:X.includes(":")||X.includes("*")})}}function w(_,k){if(!Y.existsSync(_))return;let j=Y.readdirSync(_,{withFileTypes:!0});for(let M of j){let $=G.join(_,M.name);if(M.isDirectory()){w($,k+"/"+re(M.name));continue}let J=G.extname(M.name);if(!Ae.has(J))continue;let P=G.basename(M.name,J),T=re(P),X=P==="index"?k:k+"/"+T;v.push({filePath:$,routePath:Fe(X)})}}return E(e),m.sort((_,k)=>{let j=Me(_.routePath),M=Me(k.routePath);return j-M}),{pages:m,layouts:d,apiRoutes:v}}function re(e){let m=e.match(/^\[\.\.\.(\w+)\]$/);if(m)return"*"+m[1];let d=e.match(/^\[(\w+)\]$/);return d?":"+d[1]:e.toLowerCase()}function Fe(e){let m=e.replace(/\/+/g,"/");return m.length>1&&m.endsWith("/")&&(m=m.slice(0,-1)),m||"/"}function Me(e){return e.includes("*")?100:e.includes(":")?10:0}var ln=/export\s+const\s+page\s*=\s*\{/;function Ne(e,m={}){let d=ln.exec(e);if(!d)return{mode:"client"};let v=d.index+d[0].length-1;try{return{mode:"client",...JSON.parse(un(e,v))}}catch(E){return cn(E,m.filePath),{mode:"client"}}}function cn(e,m){let d=m?` in ${m}`:"";console.warn(`[what] Ignoring unparseable \`export const page\` config${d}: ${e.message}
|
|
1
|
+
var Ke=new Set(["preventDefault","stopPropagation","once","capture","passive","self"]),Ze=new Set(["once","capture","passive"]),Ye=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),Qe=new Set(["click","input","change","keydown","keyup","submit","focusin","focusout","mousedown","mouseup"]),ne=new Set(["Math","Number","String","Boolean","parseInt","parseFloat","isNaN","isFinite","encodeURIComponent","decodeURIComponent","encodeURI","decodeURI","JSON","Date","Array","Object","console","RegExp"]),Ce=new Set(["useSignal","signal","computed","useComputed","useState","useReducer","createResource","useSWR","useQuery","useInfiniteQuery"]),en=new Set(["For","Show","Switch","Match"]),nn=new Set(["what-framework/server","what-server","what-server/actions"]);function rn(e){let g=0xcbf29ce484222325n;for(let h=0;h<e.length;h++)g^=BigInt(e.charCodeAt(h)),g=BigInt.asUintN(64,g*0x100000001b3n);return g.toString(36)}function on(e,g){let h=String(e||"<unknown>").replace(/\\/g,"/").replace(/[?#].*$/,""),S=String(g||"").replace(/\\/g,"/").replace(/\/+$/,"");return S&&h.startsWith(`${S}/`)?h.slice(S.length+1):h.replace(/^\.\//,"")}function W(e){if(!/[\r\n]/.test(e))return e.replace(/\t/g," ");let g=e.split(/\r\n|\n|\r/),h=-1;for(let x=0;x<g.length;x++)/[^ \t]/.test(g[x])&&(h=x);if(h===-1)return"";let S="";for(let x=0;x<g.length;x++){let y=g[x].replace(/\t/g," "),v=x===0,C=x===g.length-1;v||(y=y.replace(/^ +/,"")),C||(y=y.replace(/ +$/,"")),y&&(x!==h&&(y+=" "),S+=y)}return S}function ie({types:e}){let g=new Set,h=new Set;function S(i,n){return!(!i.includes("__")||!i.startsWith("on")||i.split("__").slice(1).filter(t=>t!=="").length===0)}function x(i){let n=i.includes("|")?"|":"__",r=i.split(n),o=r[0],t=r.slice(1).filter(s=>Ke.has(s));return{eventName:o,modifiers:t}}function y(i){return i.startsWith("bind:")}function v(i){return i.slice(5)}function C(i){return/^[A-Z]/.test(i)}function O(i,n,r){if(typeof i?.buildCodeFrameError=="function")return i.buildCodeFrameError(r);let o=i?.node;if(o&&typeof n?.file?.buildCodeFrameError=="function")return n.file.buildCodeFrameError(o,r);let t=o?.loc?.start,s=n?.filename||n?.file?.opts?.filename||"<unknown>";return new Error(`[what-compiler] ${r} (${t?`${s}:${t.line}:${t.column+1}`:s})`)}function M(i){let n=i.openingElement?i.openingElement.name:i.name;return e.isJSXMemberExpression(n)?!0:e.isJSXIdentifier(n)&&C(n.name)}function I(i,n){return!!(n.foreignImports&&n.foreignImports.has(i))}function T(i,n){return!!(n.whatImports&&n.whatImports.has(i))}function j(i){return i.children.some(n=>e.isJSXElement(n)&&e.isJSXIdentifier(n.openingElement.name,{name:"Match"}))}function X(i){return e.isJSXMemberExpression(i)?e.memberExpression(X(i.object),e.identifier(i.property.name)):e.identifier(i.name)}function R(i){let n=i.node.params;if(n.length!==1||!e.isObjectPattern(n[0]))return;let r=n[0],o=-1;for(let c=0;c<r.properties.length;c++){let E=r.properties[c];if(e.isRestElement(E))return;if(e.isObjectProperty(E)&&!E.computed&&e.isIdentifier(E.key,{name:"children"})){if(o!==-1||!e.isIdentifier(E.value))return;o=c}}if(o===-1)return;let t=i.scope.getBinding(r.properties[o].value.name);if(!t||t.constantViolations.length>0||t.referencePaths.length===0||!t.referencePaths.every(c=>{let E=c.parentPath;if(!E||!E.isJSXExpressionContainer())return!1;let u=E.parentPath;if(!u||!u.isJSXElement()||!M(u.node))return!1;let w=u.node.openingElement.name;return!(e.isJSXIdentifier(w)&&en.has(w.name))}))return;let a=i.scope.generateUidIdentifier("props");r.typeAnnotation&&(a.typeAnnotation=r.typeAnnotation),n[0]=a;let l=r.properties.filter((c,E)=>E!==o);if(l.length>0){e.isBlockStatement(i.node.body)||(i.node.body=e.blockStatement([e.returnStatement(i.node.body)]));let c=e.objectPattern(l);i.node.body.body.unshift(e.variableDeclaration("const",[e.variableDeclarator(c,e.cloneNode(a))])),i.node._whatMovedProps=c}for(let c of t.referencePaths)c.replaceWith(e.memberExpression(e.cloneNode(a),e.identifier("children")));i.scope.crawl()}function $(i){return Ye.has(String(i).toLowerCase())}function k(i){return i?e.isJSXExpressionContainer(i)?i.expression:e.isStringLiteral(i)?i:e.stringLiteral(i.value||""):e.booleanLiteral(!0)}function D(i){return i==="className"?"class":i==="htmlFor"?"for":i}function J(i){return e.isJSXNamespacedName(i.name)?`${i.name.namespace.name}:${i.name.name.name}`:typeof i.name.name=="string"?i.name.name:String(i.name.name)}function z(i){return!!i&&i.length>2&&/^on/i.test(i)}function Y(i,n){if(n.length===0)return i;let r=i;for(let o of n)switch(o){case"preventDefault":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.expressionStatement(e.callExpression(e.memberExpression(e.identifier("e"),e.identifier("preventDefault")),[])),e.expressionStatement(e.callExpression(r,[e.identifier("e")]))]));break;case"stopPropagation":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.expressionStatement(e.callExpression(e.memberExpression(e.identifier("e"),e.identifier("stopPropagation")),[])),e.expressionStatement(e.callExpression(r,[e.identifier("e")]))]));break;case"self":r=e.arrowFunctionExpression([e.identifier("e")],e.blockStatement([e.ifStatement(e.binaryExpression("===",e.memberExpression(e.identifier("e"),e.identifier("target")),e.memberExpression(e.identifier("e"),e.identifier("currentTarget"))),e.expressionStatement(e.callExpression(r,[e.identifier("e")])))]));break;case"once":case"capture":case"passive":break}return r}function L(i,n){return n.has(i)}function Q(i){let n=new Set,r=new Set;n.fromDestructuredProps=r;function o(a){let l=a.init;if(!l||!e.isCallExpression(l))return;let c=l.callee,E="";if(e.isIdentifier(c)?E=c.name:e.isMemberExpression(c)&&e.isIdentifier(c.property)&&(E=c.property.name),Ce.has(E)){let u=a.id;if(e.isIdentifier(u))n.add(u.name);else if(e.isArrayPattern(u))for(let w of u.elements)e.isIdentifier(w)&&n.add(w.name);else if(e.isObjectPattern(u))for(let w of u.properties)e.isObjectProperty(w)&&e.isIdentifier(w.value)&&n.add(w.value.name)}}function t(a){if(e.isObjectPattern(a))for(let l of a.properties)e.isObjectProperty(l)&&e.isIdentifier(l.value)?(n.add(l.value.name),r.add(l.value.name)):e.isRestElement(l)&&e.isIdentifier(l.argument)&&(n.add(l.argument.name),r.add(l.argument.name))}let s=i.scope;for(;s;){for(let l of Object.values(s.bindings))l.path.isVariableDeclarator()&&o(l.path.node);let a=s.path&&s.path.node;if(a){if(a.params)for(let l of a.params)t(l);a._whatMovedProps&&t(a._whatMovedProps)}s=s.parent}return n}function te(i){if(!e.isCallExpression(i))return!1;let n=i.callee;return e.isMemberExpression(n)&&e.isIdentifier(n.object)?ne.has(n.object.name):e.isIdentifier(n)?ne.has(n.name):!1}function ge(i,n,r){if(!n)return!1;if(e.isCallExpression(i)){if(e.isIdentifier(i.callee)&&L(i.callee.name,n)||r&&e.isIdentifier(i.callee)&&r.has(i.callee.name)&&!ne.has(i.callee.name)||e.isMemberExpression(i.callee)&&e.isIdentifier(i.callee.object)&&L(i.callee.object.name,n)||te(i))return!1;if(i.arguments.some(o=>N(o,n,r)))return!0}return!1}function N(i,n,r){return n||(n=new Set),e.isCallExpression(i)?e.isIdentifier(i.callee)&&L(i.callee.name,n)||r&&e.isIdentifier(i.callee)&&r.has(i.callee.name)&&!ne.has(i.callee.name)||e.isMemberExpression(i.callee)&&e.isIdentifier(i.callee.object)&&L(i.callee.object.name,n)?!0:te(i)?i.arguments.some(o=>N(o,n,r)):e.isIdentifier(i.callee)?i.arguments.some(o=>N(o,n,r)):N(i.callee,n,r)||i.arguments.some(o=>N(o,n,r)):e.isIdentifier(i)?L(i.name,n)||r&&r.has(i.name):e.isMemberExpression(i)?N(i.object,n,r):e.isConditionalExpression(i)?N(i.test,n,r)||N(i.consequent,n,r)||N(i.alternate,n,r):e.isBinaryExpression(i)||e.isLogicalExpression(i)?N(i.left,n,r)||N(i.right,n,r):e.isUnaryExpression(i)?N(i.argument,n,r):e.isTemplateLiteral(i)?i.expressions.some(o=>N(o,n,r)):e.isObjectExpression(i)?i.properties.some(o=>e.isObjectProperty(o)&&N(o.value,n,r)):e.isArrayExpression(i)?i.elements.some(o=>o&&N(o,n,r)):(e.isArrowFunctionExpression(i)||e.isFunctionExpression(i),!1)}function H(i,n){if(!i||typeof i!="object")return n;switch(i.type){case"Identifier":n.add(i.name);break;case"AssignmentPattern":H(i.left,n);break;case"RestElement":H(i.argument,n);break;case"ArrayPattern":for(let r of i.elements)H(r,n);break;case"ObjectPattern":for(let r of i.properties)H(r.type==="RestElement"?r.argument:r.value,n);break;default:break}return n}function je(i){let n=new Set;for(let o=1;o<i.params.length;o++)H(i.params[o],n);let r=o=>{if(!(!o||typeof o!="object")){if(Array.isArray(o)){o.forEach(r);return}switch(o.type){case"VariableDeclaration":for(let t of o.declarations)H(t.id,n);return;case"FunctionDeclaration":case"ClassDeclaration":o.id&&n.add(o.id.name);return;case"FunctionExpression":case"ArrowFunctionExpression":case"ClassExpression":return;case"CatchClause":H(o.param,n),r(o.body);return;case"ForStatement":case"ForInStatement":case"ForOfStatement":r(o.init),r(o.left),r(o.body);return;default:break}for(let t of Object.keys(o)){if(t==="loc"||t==="start"||t==="end"||t==="type"||t==="leadingComments"||t==="trailingComments"||t==="innerComments")continue;let s=o[t];s&&typeof s=="object"&&r(s)}}};e.isBlockStatement(i.body)&&r(i.body.body);for(let o of H(i.params[0],new Set))n.delete(o);return n}function De(i,n){if(n.size===0)return null;let r=null,o=t=>{if(!(r||!t||typeof t!="object")){if(Array.isArray(t)){t.forEach(o);return}if(t.type==="Identifier"){n.has(t.name)&&(r=t.name);return}for(let s of Object.keys(t)){if(s==="loc"||s==="start"||s==="end"||s==="type"||s==="leadingComments"||s==="trailingComments"||s==="innerComments"||t.type==="MemberExpression"&&s==="property"&&!t.computed||(t.type==="ObjectProperty"||t.type==="ObjectMethod")&&s==="key"&&!t.computed)continue;let a=t[s];a&&typeof a=="object"&&o(a)}}};return o(i),r}function Ee(i,n){let r=i,o=!1;if(e.isArrowFunctionExpression(i)&&i.params.length===0&&(r=i.body,o=!0),e.isConditionalExpression(r)){let s=ee(r.consequent,n),a=ee(r.alternate,n);if(s||a){let l=e.conditionalExpression(r.test,s||r.consequent,a||r.alternate);return o?e.arrowFunctionExpression([],l):l}return null}if(e.isLogicalExpression(r)&&(r.operator==="&&"||r.operator==="||")){let s=ee(r.right,n);if(s){let a=e.logicalExpression(r.operator,r.left,s);return o?e.arrowFunctionExpression([],a):a}return null}return ee(r,n)}function ee(i,n){if(!e.isCallExpression(i)||!e.isMemberExpression(i.callee)||!e.isIdentifier(i.callee.property,{name:"map"})||i.arguments.length<1)return null;let r=i.arguments[0];if(!e.isArrowFunctionExpression(r)&&!e.isFunctionExpression(r))return null;let o=null;if(e.isArrowFunctionExpression(r)){if(e.isExpression(r.body))o=r.body;else if(e.isBlockStatement(r.body)){let p=r.body.body.find(f=>e.isReturnStatement(f));p&&(o=p.argument)}}else if(e.isFunctionExpression(r)){let p=r.body.body.find(f=>e.isReturnStatement(f));p&&(o=p.argument)}if(!o||!e.isJSXElement(o))return null;let t=o.openingElement.attributes,s=null;for(let p of t)if(e.isJSXAttribute(p)&&J(p)==="key"){s=p;break}if(!s)return null;let a=k(s.value);if(!a)return null;let l=je(r);if(De(a,l)){let p=e.isIdentifier(a)&&r.params[1]&&e.isIdentifier(r.params[1],{name:a.name});return null}o.openingElement.attributes=t.filter(p=>p!==s);let E=i.callee.object,u=e.arrowFunctionExpression([],E),w=r.params[0]?e.cloneNode(r.params[0],!0):e.identifier("_item"),d=e.arrowFunctionExpression([w],e.cloneNode(a,!0));return e.callExpression(e.identifier("_$mapArray"),[u,r,e.objectExpression([e.objectProperty(e.identifier("key"),d),e.objectProperty(e.identifier("raw"),e.booleanLiteral(!0))])])}function se(i){if(e.isJSXText(i))return!0;if(e.isJSXExpressionContainer(i))return!1;if(e.isJSXElement(i)){let n=i.openingElement;if(M(i))return!1;for(let r of n.attributes){if(e.isJSXSpreadAttribute(r))return!1;let o=r.value;if(e.isJSXExpressionContainer(o))return!1}return i.children.every(se)}return!1}function xe(i){return e.isJSXSpreadAttribute(i)?!0:i.value?e.isJSXExpressionContainer(i.value):!1}function ae(i){if(e.isJSXText(i)){let s=W(i.value);return s?be(s):""}if(e.isJSXExpressionContainer(i))return e.isJSXEmptyExpression(i.expression)?"":"<!--$-->";if(!e.isJSXElement(i))return"";let n=i.openingElement,r=n.name.name;if(M(i))return"";let o=`<${r}`;for(let s of n.attributes){if(e.isJSXSpreadAttribute(s))continue;let a=J(s);if(a==="key"||z(a)||a.startsWith("bind:")||a.includes("|"))continue;let l=a;if(a==="className"&&(l="class"),a==="htmlFor"&&(l="for"),!s.value)o+=` ${l}`;else if(e.isStringLiteral(s.value))o+=` ${l}="${Je(s.value.value)}"`;else if(e.isJSXExpressionContainer(s.value))continue}let t=i.openingElement.selfClosing;if(t&&$(r))return o+=">",o;if(t)return o+=`></${r}>`,o;o+=">";for(let s of i.children)if(e.isJSXText(s)){let a=W(s.value);a&&(o+=be(a))}else e.isJSXExpressionContainer(s)?e.isJSXEmptyExpression(s.expression)||(o+="<!--$-->"):e.isJSXElement(s)?M(s)?o+="<!--$-->":o+=ae(s):e.isJSXFragment(s)&&(o+="<!--$-->");return o+=`</${r}>`,o}function be(i){return i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function Je(i){return i.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}function B(i,n){let{node:r}=i,o=r.openingElement,t=o.name.name;if(!I(t,n)){if(t==="For")return Re(i,n);if(t==="Show")return We(i,n)}if(t==="Switch"&&(!I(t,n)||j(r)))return He(i,n);if(M(r))return we(i,n);let s=o.attributes,a=r.children,l=a.every(se),c=s.every(f=>!xe(f)),E=s.every(f=>{if(e.isJSXSpreadAttribute(f))return!1;let m=J(f);return!m?.startsWith("on")&&!m?.startsWith("bind:")});if(l&&c&&E){let f=ae(r);if(f){let m=_e(n,f);return n.needsTemplate=!0,e.callExpression(e.identifier(m),[])}}let u=ae(r);if(!u){let f=r.loc,m=n.filename||n.file?.opts?.filename||"<unknown>",b=f?`:${f.start.line}:${f.start.column}`:"";return console.warn(`[what-compiler] Could not extract template for <${t}> at ${m}${b}. Falling back to h() for this element. This element could not be statically analyzed. Consider simplifying the JSX.`),n.needsH=!0,le(i,n)}let w=_e(n,u);n.needsTemplate=!0;let d=n.nextVarId(),p=[e.variableDeclaration("const",[e.variableDeclarator(e.identifier(d),e.callExpression(e.identifier(w),[]))])];return ye(p,d,s,n,t),Se(p,d,a,r,n),n._pendingSetup||(n._pendingSetup=[]),n._pendingSetup.push(...p),e.identifier(d)}function le(i,n){let{node:r}=i,o=r.openingElement,t=o.name.name,s=o.attributes,a=r.children,l=[];for(let u of s){if(e.isJSXSpreadAttribute(u))continue;let w=J(u),d=k(u.value),p=D(w);l.push(e.objectProperty(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(p)?e.identifier(p):e.stringLiteral(p),d))}let c=[];for(let u of a)if(e.isJSXText(u)){let w=W(u.value);w&&c.push(e.stringLiteral(w))}else e.isJSXExpressionContainer(u)?e.isJSXEmptyExpression(u.expression)||c.push(u.expression):e.isJSXElement(u)?c.push(B({node:u},n)):e.isJSXFragment(u)&&c.push(q({node:u},n));let E=l.length>0?e.objectExpression(l):e.nullLiteral();return e.callExpression(e.identifier("h"),[e.stringLiteral(t),E,...c])}let Te=new Set(["input","textarea","select","option"]);function ye(i,n,r,o,t){function s(c,E){return c==="class"?(o.needsSetClass=!0,e.callExpression(e.identifier("_$setClass"),[e.identifier(n),E])):c==="style"?(o.needsSetStyle=!0,e.callExpression(e.identifier("_$setStyle"),[e.identifier(n),E])):c==="value"&&t&&Te.has(t)?(o.needsSetValue=!0,e.callExpression(e.identifier("_$setValue"),[e.identifier(n),E])):c==="checked"&&t==="input"?(o.needsSetChecked=!0,e.callExpression(e.identifier("_$setChecked"),[e.identifier(n),E])):c.startsWith("data-")||c.startsWith("aria-")?(o.needsSetAttr=!0,e.callExpression(e.identifier("_$setAttr"),[e.identifier(n),e.stringLiteral(c),E])):(o.needsSetProp=!0,e.callExpression(e.identifier("_$setProp"),[e.identifier(n),e.stringLiteral(c),E]))}let a=!1;function l(){a||(a=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$delegate$"),[]))))}for(let c of r){if(e.isJSXSpreadAttribute(c)){o.needsSpread=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$spread"),[e.identifier(n),c.argument])));continue}let E=J(c);if(E!=="key"){if(E==="ref"){let u=k(c.value);i.push(e.expressionStatement(e.conditionalExpression(e.binaryExpression("===",e.unaryExpression("typeof",u),e.stringLiteral("function")),e.callExpression(e.cloneNode(u),[e.identifier(n)]),e.assignmentExpression("=",e.memberExpression(e.cloneNode(u),e.identifier("current")),e.identifier(n)))));continue}if(E.startsWith("on")&&!E.includes("|")&&!S(E,o)){let u=E.slice(2).toLowerCase(),w=k(c.value);Qe.has(u)?(o.needsDelegation=!0,o.delegatedEvents||(o.delegatedEvents=new Set),o.delegatedEvents.add(u),l(),i.push(e.expressionStatement(e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier(`$$${u}`)),w)))):i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral(u),w])));continue}if(E.startsWith("on")&&(E.includes("|")||S(E,o))){let{eventName:u,modifiers:w}=x(E),d=k(c.value),p=Y(d,w),f=u.slice(2).toLowerCase(),m=w.filter(_=>Ze.has(_)),b=[e.stringLiteral(f),p];if(m.length>0){let _=m.map(A=>e.objectProperty(e.identifier(A),e.booleanLiteral(!0)));b.push(e.objectExpression(_))}i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),b)));continue}if(y(E)){let u=v(E),w=c.value.expression;o.needsEffect=!0,u==="value"?(i.push(e.expressionStatement(e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier("value")),e.callExpression(e.cloneNode(w),[])))]))),i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral("input"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(w),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("value"))]))])))):u==="checked"&&(o.needsEffect=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],e.assignmentExpression("=",e.memberExpression(e.identifier(n),e.identifier("checked")),e.callExpression(e.cloneNode(w),[])))]))),i.push(e.expressionStatement(e.callExpression(e.memberExpression(e.identifier(n),e.identifier("addEventListener")),[e.stringLiteral("change"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(w),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("checked"))]))]))));continue}if(e.isJSXExpressionContainer(c.value)){let u=c.value.expression,w=D(E);if(N(u,o.signalNames,o.importedIdentifiers)){o.needsEffect=!0;let d=o.signalNames&&o.signalNames.fromDestructuredProps,p=e.isIdentifier(u)&&!(d&&d.has(u.name))&&(L(u.name,o.signalNames)||o.importedIdentifiers&&o.importedIdentifiers.has(u.name))?e.callExpression(u,[]):u,f=e.callExpression(e.identifier("_$effect"),[e.arrowFunctionExpression([],s(w,p))]);ge(u,o.signalNames,o.importedIdentifiers)&&e.addComment(f,"leading"," @what-dev: effect wrapping may be unnecessary \u2014 expression contains a non-signal function call with reactive args ",!1),i.push(e.expressionStatement(f))}else i.push(e.expressionStatement(s(w,u)))}}}}function ce(i){if(!i||typeof i!="object")return!1;if(Array.isArray(i))return i.some(ce);if(i.type==="JSXElement"||i.type==="JSXFragment"||i.type==="CallExpression"&&i.callee&&i.callee.type==="Identifier"&&(i.callee.name==="_$mapArray"||i.callee.name==="mapArray"))return!0;for(let n of Object.keys(i)){if(n==="loc"||n==="start"||n==="end"||n==="leadingComments"||n==="trailingComments"||n==="innerComments")continue;let r=i[n];if(r&&typeof r=="object"&&ce(r))return!0}return!1}function Xe(i){let n=i.parent;return n?e.isLogicalExpression(n)?i.key==="right":e.isConditionalExpression(n)?i.key==="consequent"||i.key==="alternate":e.isOptionalCallExpression(n)||e.isOptionalMemberExpression(n)?i.key!=="callee"&&i.key!=="object":!1:!1}function G(i,n,r){let o=null,t=!1;if(e.isConditionalExpression(i))o=i.test,t=!0;else if(e.isLogicalExpression(i)&&(i.operator==="&&"||i.operator==="||"))o=i.left;else return i;if(!N(o,r.signalNames,r.importedIdentifiers)||!(t?[i.consequent,i.alternate]:[i.right]).some(ce))return i;let a=r.nextMemoId();r.needsMemo=!0;let l=t?e.unaryExpression("!",e.unaryExpression("!",o)):o;n.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(a),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],l)]))]));let c=e.callExpression(e.identifier(a),[]);return t?e.conditionalExpression(c,i.consequent,i.alternate):e.logicalExpression(i.operator,c,i.right)}function Se(i,n,r,o,t){let s=[],a=0;for(let d of r){if(e.isJSXText(d)){W(d.value)&&a++;continue}if(e.isJSXExpressionContainer(d)){if(e.isJSXEmptyExpression(d.expression))continue;s.push({type:"expression",child:d,childIndex:a}),a++;continue}if(e.isJSXElement(d)){let p=d.openingElement.name.name;if(M(d)||p==="For"||p==="Show")s.push({type:"component",child:d,childIndex:a}),a++;else{let f=d.openingElement.attributes.some(xe)||d.openingElement.attributes.some(m=>!e.isJSXSpreadAttribute(m)&&J(m)?.startsWith("on"))||!d.children.every(se);s.push({type:"static",child:d,childIndex:a,hasAnythingDynamic:f}),a++}continue}e.isJSXFragment(d)&&(s.push({type:"fragment",child:d,childIndex:a}),a++)}let l=s.filter(d=>d.type==="expression"||d.type==="component"||d.type==="fragment"||d.type==="static"&&d.hasAnythingDynamic),c=l.length>=2,E=new Map;if(c){let d=null,p=0;for(let f of l){let m=f.childIndex,b=t.nextVarId();E.set(m,b);let _;if(d===null)_=fe(n,m);else{_=e.identifier(d);for(let A=p;A<m;A++)_=e.memberExpression(_,e.identifier("nextSibling"))}i.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(b),_)])),d=b,p=m}}function u(d){return E.has(d)?e.identifier(E.get(d)):fe(n,d)}for(let d of s){if(d.type==="expression"){let p=d.child.expression,f=u(d.childIndex);t.needsInsert=!0;let m=Ee(p,t);if(m){t.needsMapArray=!0;let _=e.isCallExpression(m)&&e.isIdentifier(m.callee)&&(m.callee.name==="_$mapArray"||m.callee.name==="mapArray"),A=e.isArrowFunctionExpression(m);A&&e.isExpression(m.body)?m.body=G(m.body,i,t):!_&&!A&&(m=G(m,i,t));let F=_||A?m:e.arrowFunctionExpression([],m);i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),F,f])));continue}if(e.isCallExpression(p)&&e.isIdentifier(p.callee)&&(p.callee.name==="mapArray"||p.callee.name==="_$mapArray")){t.needsMapArray=!0,p.callee.name==="mapArray"&&(p.callee.name="_$mapArray"),i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),p,f])));continue}if(N(p,t.signalNames,t.importedIdentifiers)){p=G(p,i,t);let _=e.callExpression(e.identifier("_$insert"),[e.identifier(n),e.arrowFunctionExpression([],p),f]);ge(p,t.signalNames,t.importedIdentifiers)&&e.addComment(_,"leading"," @what-dev: reactive wrapping may be unnecessary \u2014 expression contains a non-signal function call with reactive args ",!1),i.push(e.expressionStatement(_))}else i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),p,f])));continue}if(d.type==="component"){let p=B({node:d.child},t),f=u(d.childIndex);t.needsInsert=!0,i.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(n),p,f])));continue}if(d.type==="static"&&d.hasAnythingDynamic){let p;E.has(d.childIndex)?p=E.get(d.childIndex):(p=t.nextVarId(),i.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(p),fe(n,d.childIndex))]))),ye(i,p,d.child.openingElement.attributes,t,d.child.openingElement.name.name),Se(i,p,d.child.children,d.child,t);continue}if(d.type==="fragment"){let p=d.childIndex,f=u(p);if(!e.isIdentifier(f)){let m=t.nextVarId();i.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(m),f)])),f=e.identifier(m)}w(i,n,d.child,f,t)}}function w(d,p,f,m,b){for(let _ of f.children){if(e.isJSXText(_)){let A=W(_.value);if(!A)continue;b.needsInsert=!0,d.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(p),e.stringLiteral(A),m])));continue}if(e.isJSXFragment(_)){w(d,p,_,m,b);continue}if(e.isJSXElement(_)){b.needsInsert=!0,d.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(p),B({node:_},b),m])));continue}if(e.isJSXExpressionContainer(_)&&!e.isJSXEmptyExpression(_.expression)){b.needsInsert=!0;let A=_.expression;N(A,b.signalNames,b.importedIdentifiers)&&(A=G(A,d,b),A=e.arrowFunctionExpression([],A)),d.push(e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.identifier(p),A,m])))}}}}function fe(i,n){if(n===0)return e.memberExpression(e.identifier(i),e.identifier("firstChild"));let r=e.memberExpression(e.identifier(i),e.identifier("firstChild"));for(let o=0;o<n;o++)r=e.memberExpression(r,e.identifier("nextSibling"));return r}function we(i,n){let{node:r}=i,o=r.openingElement,t=X(o.name),s=o.attributes,a=r.children,l=null,c=[];for(let m of s){if(e.isJSXAttribute(m)){let b;if(e.isJSXNamespacedName(m.name)?b=`${m.name.namespace.name}:${m.name.name.name}`:b=m.name.name,b&&typeof b=="string"&&b.startsWith("client:")){let _=b.slice(7);m.value?l={type:_,value:m.value.value}:l={type:_};continue}}c.push(m)}function E(){let m=n._pendingSetup?n._pendingSetup.length:0,b=[],_=!1;for(let F of a)if(e.isJSXText(F)){let P=W(F.value);P&&b.push(e.stringLiteral(P))}else if(e.isJSXExpressionContainer(F))e.isJSXEmptyExpression(F.expression)||(_=!0,b.push(F.expression));else if(e.isJSXElement(F)){let P=F.openingElement.name.name;P!=="For"&&P!=="Show"&&P!=="Switch"&&(_=!0),b.push(B({node:F},n))}else e.isJSXFragment(F)&&(_=!0,b.push(q({node:F},n)));let A=e.arrayExpression(b);if(_){let F=n._pendingSetup?n._pendingSetup.splice(m):[];A=e.arrowFunctionExpression([],F.length>0?e.blockStatement([...F,e.returnStatement(A)]):A)}return A}if(l){n.needsCreateComponent=!0,n.needsIsland=!0;let m=[e.objectProperty(e.identifier("component"),t),e.objectProperty(e.identifier("mode"),e.stringLiteral(l.type))];l.value&&m.push(e.objectProperty(e.identifier("mediaQuery"),e.stringLiteral(l.value)));let b=null;for(let A of c){if(e.isJSXSpreadAttribute(A)){b=A.argument;continue}let F=J(A);if(F==="key")continue;let P=k(A.value);m.push(e.objectProperty(e.identifier(F),P))}let _=b?e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.objectExpression([]),b,e.objectExpression(m)]):e.objectExpression(m);return e.callExpression(e.identifier("_$createComponent"),[e.identifier("Island"),_,E()])}n.needsCreateComponent=!0;let u=[],w=!1,d=null;for(let m of c){if(e.isJSXSpreadAttribute(m)){w=!0,d=m.argument;continue}let b=J(m);if(b==="key")continue;if(y(b)){let A=v(b),F=m.value.expression;A==="value"?(u.push(e.objectProperty(e.identifier("value"),e.callExpression(e.cloneNode(F),[]))),u.push(e.objectProperty(e.identifier("onInput"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(F),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("value"))]))))):A==="checked"&&(u.push(e.objectProperty(e.identifier("checked"),e.callExpression(e.cloneNode(F),[]))),u.push(e.objectProperty(e.identifier("onChange"),e.arrowFunctionExpression([e.identifier("e")],e.callExpression(e.memberExpression(e.cloneNode(F),e.identifier("set")),[e.memberExpression(e.memberExpression(e.identifier("e"),e.identifier("target")),e.identifier("checked"))])))));continue}if(b.startsWith("on")&&(b.includes("|")||S(b,n))){let{eventName:A,modifiers:F}=x(b),P=k(m.value),V=Y(P,F);u.push(e.objectProperty(e.identifier(A),V));continue}let _=k(m.value);u.push(e.objectProperty(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(b)?e.identifier(b):e.stringLiteral(b),_))}let p;w?u.length>0?p=e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.objectExpression([]),d,e.objectExpression(u)]):p=d:u.length>0?p=e.objectExpression(u):p=e.nullLiteral();let f=E();return e.callExpression(e.identifier("_$createComponent"),[t,p,f])}function Re(i,n){let{node:r}=i,o=r.openingElement.attributes,t=r.children,s=null,a=null,l=null;for(let P of o)if(e.isJSXAttribute(P)){let V=J(P);V==="each"?s=k(P.value):V==="key"?a=k(P.value):V==="fallback"&&(l=k(P.value))}if(!s)return console.warn('[what-compiler] <For> element missing "each" attribute.'),n.needsH=!0,le(i,n);let c=null;for(let P of t)if(e.isJSXExpressionContainer(P)&&!e.isJSXEmptyExpression(P.expression)){c=P.expression;break}if(!c)return console.warn("[what-compiler] <For> element missing render function child."),n.needsH=!0,le(i,n);n.needsMapArray=!0;let E=P=>{let V=[P,c];return a&&V.push(e.objectExpression([e.objectProperty(e.identifier("key"),a)])),e.callExpression(e.identifier("_$mapArray"),V)};if(!l)return E(s);n._pendingSetup||(n._pendingSetup=[]);let u=n.nextForIndex(),w=`_each$${u}`,d=`_for$${u}`,p=`_fb$${u}`,f=n.nextMemoId();n.needsMemo=!0,n.needsInsert=!0;let m=i.scope?i.scope.generateUidIdentifier("list"):e.identifier("_list"),b=e.conditionalExpression(e.binaryExpression("===",e.unaryExpression("typeof",e.identifier(w)),e.stringLiteral("function")),e.callExpression(e.identifier(w),[]),e.identifier(w));n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(w),s)]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(f),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(m,b)]),e.returnStatement(e.unaryExpression("!",e.unaryExpression("!",e.logicalExpression("&&",e.cloneNode(m),e.memberExpression(e.cloneNode(m),e.identifier("length"))))))]))]))]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(d),E(e.identifier(w)))]),e.variableDeclaration("const",[e.variableDeclarator(e.identifier(p),e.arrowFunctionExpression([],e.conditionalExpression(e.callExpression(e.identifier(f),[]),e.nullLiteral(),l)))]));let _=e.identifier("_parent"),A=e.identifier("_marker"),F=e.identifier("_end");return e.callExpression(e.memberExpression(e.identifier("Object"),e.identifier("assign")),[e.arrowFunctionExpression([_,A],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(F,e.callExpression(e.identifier(d),[e.cloneNode(_),e.cloneNode(A)]))]),e.expressionStatement(e.callExpression(e.identifier("_$insert"),[e.cloneNode(_),e.arrayExpression([e.identifier(p)]),e.cloneNode(A)])),e.returnStatement(e.cloneNode(F))])),e.identifier(d)])}function We(i,n){let{node:r}=i,o=r.openingElement.attributes,t=r.children,s=null,a=null;for(let p of o)if(e.isJSXAttribute(p)){let f=J(p);f==="when"?s=k(p.value):f==="fallback"&&(a=k(p.value))}if(!s)throw O(i,n,'<Show> requires a "when" prop. Example: <Show when={isOpen} fallback={null}>...</Show>');let l=null;for(let p of t)if(e.isJSXExpressionContainer(p)&&!e.isJSXEmptyExpression(p.expression)){l=p.expression;break}if(!l){n._pendingSetup||(n._pendingSetup=[]);let p=n._pendingSetup.length,f=[];for(let b of t)if(e.isJSXText(b)){let _=W(b.value);_&&f.push(e.stringLiteral(_))}else e.isJSXElement(b)&&f.push(B({node:b},n));f.length===1?l=f[0]:f.length>1?l=e.arrayExpression(f):l=e.nullLiteral();let m=n._pendingSetup.splice(p);m.length>0&&(l=e.callExpression(e.arrowFunctionExpression([],e.blockStatement([...m,e.returnStatement(l)])),[]))}let c=ve(s,n),E=i.scope?i.scope.generateUidIdentifier("v"):e.identifier("_v"),u=e.isFunction(l),w=u?e.callExpression(l,[e.cloneNode(E)]):l,d=a||e.nullLiteral();if(N(c,n.signalNames,n.importedIdentifiers)){let p=n.nextMemoId();n.needsMemo=!0;let f=u?c:e.unaryExpression("!",e.unaryExpression("!",c));n._pendingSetup||(n._pendingSetup=[]),n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(p),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],f)]))])),c=e.callExpression(e.identifier(p),[])}return e.arrowFunctionExpression([],e.blockStatement([e.variableDeclaration("const",[e.variableDeclarator(E,c)]),e.returnStatement(e.conditionalExpression(e.cloneNode(E),w,d))]))}function ve(i,n){return e.isCallExpression(i)?i:e.isArrowFunctionExpression(i)&&e.isExpression(i.body)?i.body:e.isIdentifier(i)&&(n.signalNames&&L(i.name,n.signalNames)||n.importedIdentifiers&&n.importedIdentifiers.has(i.name))?e.callExpression(i,[]):i}function Ve(i,n){let r=[];for(let o of i)if(e.isJSXText(o)){let t=W(o.value);t&&r.push(e.stringLiteral(t))}else e.isJSXExpressionContainer(o)?e.isJSXEmptyExpression(o.expression)||r.push(o.expression):e.isJSXElement(o)?r.push(B({node:o},n)):e.isJSXFragment(o)&&r.push(q({node:o},n));return r.length===0?e.nullLiteral():r.length===1?r[0]:e.arrayExpression(r)}function He(i,n){let{node:r}=i,o=I(r.openingElement.name.name,n),t=f=>e.isJSXElement(f)&&e.isJSXIdentifier(f.openingElement.name,{name:"Match"})&&(o||!I("Match",n));if(!r.children.some(t)&&!T(r.openingElement.name.name,n))return we(i,n);let s=f=>{throw O(i,n,`<Switch> ${f}. The compiler needs to read its arms statically. Write them out: <Switch fallback={...}><Match when={a}>\u2026</Match><Match when={b}>\u2026</Match></Switch>`)},a=null;for(let f of r.openingElement.attributes)e.isJSXSpreadAttribute(f)&&s("cannot take a spread attribute"),J(f)==="fallback"&&(a=k(f.value));let l=[];for(let f of r.children){if(e.isJSXText(f)){W(f.value)&&s("cannot mix text with its <Match> arms");continue}if(e.isJSXExpressionContainer(f)){if(e.isJSXEmptyExpression(f.expression))continue;s("cannot read its arms from an expression child")}t(f)||s("cannot mix other elements with its <Match> arms"),l.push(f)}l.length===0&&s("has no <Match> arms"),n._pendingSetup||(n._pendingSetup=[]);let c=[];for(let f of l){let m=null;for(let F of f.openingElement.attributes)e.isJSXAttribute(F)&&J(F)==="when"&&(m=k(F.value));m||s('has a <Match> with no "when" prop');let b=n._pendingSetup.length,_=Ve(f.children,n),A=n._pendingSetup.splice(b);A.length>0&&(_=e.callExpression(e.arrowFunctionExpression([],e.blockStatement([...A,e.returnStatement(_)])),[])),c.push([ve(m,n),_])}let E=c.some(([f])=>N(f,n.signalNames,n.importedIdentifiers)),u=a||e.nullLiteral();if(!E){let f=u;for(let m=c.length-1;m>=0;m--)f=e.conditionalExpression(c[m][0],c[m][1],f);return e.arrowFunctionExpression([],f)}let w=e.numericLiteral(-1);for(let f=c.length-1;f>=0;f--)w=e.conditionalExpression(c[f][0],e.numericLiteral(f),w);let d=n.nextMemoId();n.needsMemo=!0,n._pendingSetup.push(e.variableDeclaration("const",[e.variableDeclarator(e.identifier(d),e.callExpression(e.identifier("_$memo"),[e.arrowFunctionExpression([],w)]))]));let p=u;for(let f=c.length-1;f>=0;f--)p=e.conditionalExpression(e.binaryExpression("===",e.callExpression(e.identifier(d),[]),e.numericLiteral(f)),c[f][1],p);return e.arrowFunctionExpression([],p)}function Be(i,n){n._pendingSetup||(n._pendingSetup=[]);let r=n._pendingSetup,o=Ee(i,n);if(o){n.needsMapArray=!0;let s=e.isCallExpression(o)&&e.isIdentifier(o.callee)&&(o.callee.name==="_$mapArray"||o.callee.name==="mapArray");if(e.isArrowFunctionExpression(o)&&e.isExpression(o.body))return o.body=G(o.body,r,n),o;if(s)return o;let l=G(o,r,n);return e.arrowFunctionExpression([],l)}return e.isCallExpression(i)&&e.isIdentifier(i.callee)&&(i.callee.name==="mapArray"||i.callee.name==="_$mapArray")?(n.needsMapArray=!0,i.callee.name==="mapArray"&&(i.callee.name="_$mapArray"),i):N(i,n.signalNames,n.importedIdentifiers)?(i=G(i,r,n),e.arrowFunctionExpression([],i)):i}function q(i,n){let{node:r}=i,o=r.children,t=[];for(let s of o)if(e.isJSXText(s)){let a=W(s.value);a&&t.push(e.stringLiteral(a))}else e.isJSXExpressionContainer(s)?e.isJSXEmptyExpression(s.expression)||t.push(Be(s.expression,n)):e.isJSXElement(s)?t.push(B({node:s},n)):e.isJSXFragment(s)&&t.push(q({node:s},n));return t.length===1?t[0]:e.arrayExpression(t)}function _e(i,n){if(i.templateMap.has(n))return i.templateMap.get(n);let r=`_tmpl$${i.templateCount++}`;return i.templateMap.set(n,r),i.templates.push({id:r,html:n}),r}function ke(i,n,r){let o=i.scope,t=n._signalNamesCache;t||(t=n._signalNamesCache=new WeakMap);let s=t.get(o);s||(s=Q(i),t.set(o,s)),n.signalNames=s,n._pendingSetup=[];let a=r(i,n),l=n._pendingSetup;if(n._pendingSetup=[],l.length>0){let c=i,E=!1,u=!1;for(;c&&!c.isStatement();)(c.isArrowFunctionExpression()||c.isFunctionExpression())&&(E=!0),Xe(c)&&(u=!0),c=c.parentPath;c&&c.isStatement()&&(c.listKey==="body"||c.listKey==="consequent")&&Array.isArray(c.container)&&!E&&!u?(c.insertBefore(l),i.replaceWith(a)):(l.push(e.returnStatement(a)),i.replaceWith(e.callExpression(e.arrowFunctionExpression([],e.blockStatement(l)),[])))}else i.replaceWith(a)}function Ue(i){let n=i.parentPath;if(n?.isVariableDeclarator()&&e.isIdentifier(n.node.id))return n.node.id.name;if(n?.isAssignmentExpression()&&e.isIdentifier(n.node.left))return n.node.left.name;if(n?.isExportDefaultDeclaration())return"default";if(n?.isObjectProperty()&&!n.node.computed){if(e.isIdentifier(n.node.key))return n.node.key.name;if(e.isStringLiteral(n.node.key))return n.node.key.value}return null}function Ge(i,n){let r=i.node.callee;return e.isIdentifier(r)?n.serverActionBindings.has(r.name):e.isMemberExpression(r)&&!r.computed&&e.isIdentifier(r.object)&&e.isIdentifier(r.property,{name:"action"})&&n.serverActionNamespaces.has(r.object.name)}function ze(i){if(!e.isObjectExpression(i))return{property:null,value:null};for(let n of i.properties)if(!(!e.isObjectProperty(n)||(e.isIdentifier(n.key)&&!n.computed?n.key.name:e.isStringLiteral(n.key)?n.key.value:null)!=="id"))return e.isStringLiteral(n.value)?{property:n,value:n.value.value}:e.isTemplateLiteral(n.value)&&n.value.expressions.length===0?{property:n,value:n.value.quasis[0]?.value.cooked||""}:{property:n,value:null};return{property:null,value:null}}function $e(i,n,r,o,t){let s=i.node.loc?.start||{line:0,column:0},a=`${t}:${s.line}:${s.column+1}`,l=`${t}#${o}`,c=n.serverActionIds.get(r);if(c)throw i.buildCodeFrameError(`Duplicate server action ID "${r}". First declared by "${c.bindingName}" at ${c.source}; conflicts with "${o}" at ${a}.`);let E={id:r,key:l,bindingName:o,filename:t,source:a,loc:s};if(n.serverActionIds.set(r,E),typeof n.opts?.onActionId=="function")try{n.opts.onActionId(E)}catch(u){throw i.buildCodeFrameError(u instanceof Error?u.message:String(u))}}function qe(i,n){if(!Ge(i,n))return;let r=Ue(i);if(!r){n.opts?.production||console.warn(`[what-compiler] Could not derive a stable server action ID at ${n.serverActionFilename}:${i.node.loc?.start.line||0}. Assign action(...) to a named local or export, or pass { id } explicitly.`);return}let o=i.node.arguments[1],t=ze(o);if(t.property){t.value!==null&&$e(i,n,t.value,r,n.serverActionFilename);return}let s=`wa1_${rn(`${n.serverActionFilename}#${r}`)}`;$e(i,n,s,r,n.serverActionFilename);let a=e.objectProperty(e.identifier("id"),e.stringLiteral(s));o?e.isObjectExpression(o)?o.properties.unshift(a):i.node.arguments[1]=e.objectExpression([a,e.spreadElement(o)]):i.node.arguments.push(e.objectExpression([a]))}return{name:"what-jsx-transform",visitor:{Program:{enter(i,n){n.needsTemplate=!1,n.needsInsert=!1,n.needsEffect=!1,n.needsMapArray=!1,n.needsSpread=!1,n.needsSetProp=!1,n.needsMemo=!1,n.needsSetClass=!1,n.needsSetStyle=!1,n.needsSetAttr=!1,n.needsSetValue=!1,n.needsSetChecked=!1,n.needsH=!1,n.needsCreateComponent=!1,n.needsFragment=!1,n.needsIsland=!1,n.needsDelegation=!1,n.delegatedEvents=new Set,n.templates=[],n.templateMap=new Map,n.templateCount=0,n._varCounter=0,n._memoCounter=0,n._listCounter=0,n._pendingSetup=[],n.nextVarId=()=>`_el$${n._varCounter++}`,n.nextMemoId=()=>`_c$${n._memoCounter++}`,n.nextForIndex=()=>n._listCounter++,n.serverActionBindings=new Set,n.serverActionNamespaces=new Set,n.serverActionIds=new Map,n.serverActionFilename=on(n.file?.opts?.filename,n.opts?.projectRoot||n.file?.opts?.cwd),n.signalNames=new Set,n.importedIdentifiers=new Set,n.whatImports=new Set,n.foreignImports=new Set;for(let r of i.node.body)if(e.isImportDeclaration(r)){let o=r.source.value,t=o==="what-framework"||o.startsWith("what-framework/")||o==="what-core"||o.startsWith("what-core/"),s=t||o.startsWith("./")||o.startsWith("../");for(let a of r.specifiers){let l=null;(e.isImportSpecifier(a)&&e.isIdentifier(a.local)||e.isImportDefaultSpecifier(a)&&e.isIdentifier(a.local)||e.isImportNamespaceSpecifier(a)&&e.isIdentifier(a.local))&&(l=a.local.name),l&&((s||/^(use|create)[A-Z]/.test(l))&&n.importedIdentifiers.add(l),t?n.whatImports.add(l):o.startsWith(".")||n.foreignImports.add(l)),nn.has(o)&&(e.isImportSpecifier(a)&&e.isIdentifier(a.imported,{name:"action"})&&e.isIdentifier(a.local)?n.serverActionBindings.add(a.local.name):e.isImportNamespaceSpecifier(a)&&e.isIdentifier(a.local)&&n.serverActionNamespaces.add(a.local.name))}}i.traverse({Function(r){R(r)},CallExpression(r){qe(r,n)},VariableDeclarator(r){let o=r.node.init;if(!o||!e.isCallExpression(o))return;let t=o.callee,s="";if(e.isIdentifier(t)?s=t.name:e.isMemberExpression(t)&&e.isIdentifier(t.property)&&(s=t.property.name),Ce.has(s)){let a=r.node.id;if(e.isIdentifier(a))n.signalNames.add(a.name);else if(e.isArrayPattern(a))for(let l of a.elements)e.isIdentifier(l)&&n.signalNames.add(l.name);else if(e.isObjectPattern(a))for(let l of a.properties)e.isObjectProperty(l)&&e.isIdentifier(l.value)&&n.signalNames.add(l.value.name)}}})},exit(i,n){for(let t of n.templates.reverse()){let s=e.callExpression(e.identifier("_$template"),[e.stringLiteral(t.html)]);e.addComment(s,"leading"," @__PURE__ "),i.unshiftContainer("body",e.variableDeclaration("const",[e.variableDeclarator(e.identifier(t.id),s)]))}let r=[];n.needsTemplate&&r.push(e.importSpecifier(e.identifier("_$template"),e.identifier("_$template"))),n.needsInsert&&r.push(e.importSpecifier(e.identifier("_$insert"),e.identifier("insert"))),n.needsEffect&&r.push(e.importSpecifier(e.identifier("_$effect"),e.identifier("effect"))),n.needsMapArray&&r.push(e.importSpecifier(e.identifier("_$mapArray"),e.identifier("mapArray"))),n.needsSpread&&r.push(e.importSpecifier(e.identifier("_$spread"),e.identifier("spread"))),n.needsSetProp&&r.push(e.importSpecifier(e.identifier("_$setProp"),e.identifier("setProp"))),n.needsMemo&&r.push(e.importSpecifier(e.identifier("_$memo"),e.identifier("memo"))),n.needsSetClass&&r.push(e.importSpecifier(e.identifier("_$setClass"),e.identifier("setClass"))),n.needsSetStyle&&r.push(e.importSpecifier(e.identifier("_$setStyle"),e.identifier("setStyle"))),n.needsSetAttr&&r.push(e.importSpecifier(e.identifier("_$setAttr"),e.identifier("setAttr"))),n.needsSetValue&&r.push(e.importSpecifier(e.identifier("_$setValue"),e.identifier("setValue"))),n.needsSetChecked&&r.push(e.importSpecifier(e.identifier("_$setChecked"),e.identifier("setChecked"))),n.needsCreateComponent&&r.push(e.importSpecifier(e.identifier("_$createComponent"),e.identifier("_$createComponent"))),n.needsDelegation&&r.push(e.importSpecifier(e.identifier("_$delegateEvents"),e.identifier("delegateEvents")));let o=[];if(n.needsH&&o.push(e.importSpecifier(e.identifier("h"),e.identifier("h"))),n.needsFragment&&o.push(e.importSpecifier(e.identifier("Fragment"),e.identifier("Fragment"))),n.needsIsland&&o.push(e.importSpecifier(e.identifier("Island"),e.identifier("Island"))),r.length>0){let t=null;for(let s of i.node.body)if(e.isImportDeclaration(s)&&(s.source.value==="what-framework/render"||s.source.value==="what-core/render")){t=s;break}if(t){let s=new Set(t.specifiers.filter(a=>e.isImportSpecifier(a)).map(a=>a.imported.name));for(let a of r)s.has(a.imported.name)||t.specifiers.push(a)}else i.unshiftContainer("body",e.importDeclaration(r,e.stringLiteral("what-framework/render")))}if(o.length>0&&tn(i,e,o),n.needsDelegation&&n.delegatedEvents&&n.delegatedEvents.size>0){let t=e.arrayExpression([...n.delegatedEvents].map(a=>e.stringLiteral(a))),s=e.functionDeclaration(e.identifier("_$delegate$"),[],e.blockStatement([e.ifStatement(e.identifier("_$delegated$"),e.returnStatement()),e.expressionStatement(e.assignmentExpression("=",e.identifier("_$delegated$"),e.booleanLiteral(!0))),e.expressionStatement(e.callExpression(e.identifier("_$delegateEvents"),[t]))]));i.unshiftContainer("body",[e.variableDeclaration("let",[e.variableDeclarator(e.identifier("_$delegated$"),e.booleanLiteral(!1))]),s])}}},JSXElement(i,n){ke(i,n,B)},JSXFragment(i,n){ke(i,n,q)}}}}function tn(e,g,h){let S=null;for(let x of e.node.body)if(g.isImportDeclaration(x)&&(x.source.value==="what-core"||x.source.value==="what-framework")){S=x;break}if(S){let x=new Set(S.specifiers.filter(y=>g.isImportSpecifier(y)).map(y=>y.imported.name));for(let y of h)x.has(y.imported.name)||S.specifiers.push(y)}else{let x=g.importDeclaration(h,g.stringLiteral("what-framework"));e.unshiftContainer("body",x)}}import Z from"path";import{transformSync as En}from"@babel/core";import K from"fs";import U from"path";var Ie=new Set([".jsx",".tsx",".js",".ts"]),sn=new Set(["_layout","_error","_loading","_404"]);function Le(e){let g=[],h=[],S=[];function x(v,C=""){if(!K.existsSync(v))return;let O=K.readdirSync(v,{withFileTypes:!0});for(let M of O){let I=U.join(v,M.name);if(M.isDirectory()){if(M.name.match(/^\((.+)\)$/)){x(I,C);continue}if(M.name==="api"&&C===""){y(I,"/api");continue}x(I,C+"/"+re(M.name));continue}let T=U.extname(M.name);if(!Ie.has(T))continue;let j=U.basename(M.name,T);if(j==="_layout"){h.push({filePath:I,urlPrefix:C||"/"});continue}if(sn.has(j))continue;let X=re(j),R=j==="index"?C||"/":C+"/"+X;g.push({filePath:I,routePath:Ae(R),isDynamic:R.includes(":")||R.includes("*")})}}function y(v,C){if(!K.existsSync(v))return;let O=K.readdirSync(v,{withFileTypes:!0});for(let M of O){let I=U.join(v,M.name);if(M.isDirectory()){y(I,C+"/"+re(M.name));continue}let T=U.extname(M.name);if(!Ie.has(T))continue;let j=U.basename(M.name,T),X=re(j),R=j==="index"?C:C+"/"+X;S.push({filePath:I,routePath:Ae(R)})}}return x(e),g.sort((v,C)=>{let O=Fe(v.routePath),M=Fe(C.routePath);return O-M}),{pages:g,layouts:h,apiRoutes:S}}function re(e){let g=e.match(/^\[\.\.\.(\w+)\]$/);if(g)return"*"+g[1];let h=e.match(/^\[(\w+)\]$/);return h?":"+h[1]:e.toLowerCase()}function Ae(e){let g=e.replace(/\/+/g,"/");return g.length>1&&g.endsWith("/")&&(g=g.slice(0,-1)),g||"/"}function Fe(e){return e.includes("*")?100:e.includes(":")?10:0}var an=/export\s+const\s+page\s*=\s*\{/;function Pe(e,g={}){let h=an.exec(e);if(!h)return{mode:"client"};let S=h.index+h[0].length-1;try{return{mode:"client",...JSON.parse(pn(e,S))}}catch(x){return ln(x,g.filePath),{mode:"client"}}}function ln(e,g){let h=g?` in ${g}`:"";console.warn(`[what] Ignoring unparseable \`export const page\` config${h}: ${e.message}
|
|
2
2
|
This page falls back to mode 'client', so static generation will skip it.
|
|
3
|
-
\`page\` must be a plain object literal of JSON-shaped values (strings, numbers, booleans, null, arrays, nested objects).`)}var
|
|
4
|
-
`,
|
|
5
|
-
`||
|
|
6
|
-
`||
|
|
7
|
-
`,
|
|
8
|
-
`,t:" ",r:"\r",b:"\b",f:"\f",v:"\v",0:"\0","\\":"\\","'":"'",'"':'"',"`":"`","/":"/"};function
|
|
9
|
-
`){
|
|
10
|
-
`?3:2;continue}if(
|
|
11
|
-
`||
|
|
12
|
-
`)}function
|
|
3
|
+
\`page\` must be a plain object literal of JSON-shaped values (strings, numbers, booleans, null, arrays, nested objects).`)}var cn=e=>/[A-Za-z_$]/.test(e),fn=e=>/[A-Za-z0-9_$]/.test(e);function pn(e,g){let h=[],S=-1,x=0,y=g;for(;y<e.length;){let v=e[y];if(v==="/"&&e[y+1]==="/"){let C=e.indexOf(`
|
|
4
|
+
`,y);y=C===-1?e.length:C,h.push(" ");continue}if(v==="/"&&e[y+1]==="*"){let C=e.indexOf("*/",y+2);if(C===-1)throw new SyntaxError("unterminated block comment");y=C+2,h.push(" ");continue}if(v==='"'||v==="'"||v==="`"){let C=dn(e,y);h.push(JSON.stringify(C.value)),S=-1,y=C.end;continue}if(cn(v)){let C=y+1;for(;C<e.length&&fn(e[C]);)C++;let O=e.slice(y,C);h.push(un(e,C)?JSON.stringify(O):O),S=-1,y=C;continue}if(v===" "||v===" "||v===`
|
|
5
|
+
`||v==="\r"){h.push(v),y++;continue}if(v===","){h.push(","),S=h.length-1,y++;continue}if(v==="}"||v==="]"){if(S!==-1&&(h[S]=""),S=-1,h.push(v),y++,v==="}"&&--x===0)return h.join("");continue}v==="{"&&x++,h.push(v),S=-1,y++}throw new SyntaxError("unterminated object literal")}function un(e,g){let h=g;for(;h<e.length;){let S=e[h];if(S===" "||S===" "||S===`
|
|
6
|
+
`||S==="\r"){h++;continue}if(S==="/"&&e[h+1]==="/"){let x=e.indexOf(`
|
|
7
|
+
`,h);if(x===-1)return!1;h=x+1;continue}if(S==="/"&&e[h+1]==="*"){let x=e.indexOf("*/",h+2);if(x===-1)return!1;h=x+2;continue}return S===":"}return!1}var Me={n:`
|
|
8
|
+
`,t:" ",r:"\r",b:"\b",f:"\f",v:"\v",0:"\0","\\":"\\","'":"'",'"':'"',"`":"`","/":"/"};function dn(e,g){let h=e[g],S="",x=g+1;for(;x<e.length;){let y=e[x];if(y==="\\"){let v=e[x+1];if(v===void 0)break;if(v===`
|
|
9
|
+
`){x+=2;continue}if(v==="\r"){x+=e[x+2]===`
|
|
10
|
+
`?3:2;continue}if(v==="u"){if(e[x+2]==="{"){let C=e.indexOf("}",x+3);if(C===-1)throw new SyntaxError("invalid unicode escape");S+=String.fromCodePoint(parseInt(e.slice(x+3,C),16)),x=C+1;continue}S+=String.fromCharCode(parseInt(e.slice(x+2,x+6),16)),x+=6;continue}if(v==="x"){S+=String.fromCharCode(parseInt(e.slice(x+2,x+4),16)),x+=4;continue}S+=Object.prototype.hasOwnProperty.call(Me,v)?Me[v]:v,x+=2;continue}if(y===h)return{value:S,end:x+1};if(h==="`"&&y==="$"&&e[x+1]==="{")throw new SyntaxError("template literal interpolation cannot be resolved at build time");if(h!=="`"&&(y===`
|
|
11
|
+
`||y==="\r"))break;S+=y,x++}throw new SyntaxError("unterminated string literal")}function mn(e){return{hasLoader:/export\s+(?:async\s+)?(?:const|let|var|function)\s+loader\b/.test(e),hasGetStaticPaths:/export\s+(?:async\s+)?(?:const|let|var|function)\s+getStaticPaths\b/.test(e),hasPageConfig:/export\s+const\s+page\b/.test(e)}}function ue(e,g){let{pages:h,layouts:S,apiRoutes:x}=Le(e),y=[],v=[],C=new Map;S.forEach((I,T)=>{let j=`_layout${T}`,X=pe(I.filePath,g);y.push(`import ${j} from '${X}';`),C.set(I.urlPrefix,j)}),h.forEach((I,T)=>{let j=`_page${T}`,X=pe(I.filePath,g);y.push(`import ${j} from '${X}';`);let R={mode:"client"},$={hasLoader:!1,hasGetStaticPaths:!1,hasPageConfig:!1};try{let J=K.readFileSync(I.filePath,"utf-8");R=Pe(J,{filePath:I.filePath}),$=mn(J)}catch{}let k=hn(I.routePath,C),D={path:I.routePath,component:j,mode:R.mode||"client",layout:k||null,hasLoader:$.hasLoader};v.push(D)});let O=[];return x.forEach((I,T)=>{let j=`_api${T}`,X=pe(I.filePath,g);y.push(`import * as ${j} from '${X}';`),O.push({path:I.routePath,handlers:j})}),["// Auto-generated by What Framework file router","// Do not edit \u2014 changes will be overwritten","",...y,"","export const routes = [",...v.map(I=>` { path: '${I.path}', component: ${I.component}, mode: '${I.mode}'${I.layout?`, layout: ${I.layout}`:""}${I.hasLoader?", hasLoader: true":""} },`),"];","","export const apiRoutes = [",...O.map(I=>` { path: '${I.path}', handlers: ${I.handlers} },`),"];","","export const pageModes = {",...v.map(I=>` '${I.path}': '${I.mode}',`),"};"].join(`
|
|
12
|
+
`)}function pe(e,g){return"/"+U.relative(g,e).split(U.sep).join("/")}function hn(e,g){let h=e.split("/").filter(Boolean);for(;h.length>0;){let S="/"+h.join("/");if(g.has(S))return g.get(S);h.pop()}return g.has("/")?g.get("/"):null}var gn=`
|
|
13
13
|
:host {
|
|
14
14
|
position: fixed;
|
|
15
15
|
inset: 0;
|
|
@@ -195,12 +195,12 @@ var Ze=new Set(["preventDefault","stopPropagation","once","capture","passive","s
|
|
|
195
195
|
white-space: pre-wrap;
|
|
196
196
|
line-height: 1.5;
|
|
197
197
|
}
|
|
198
|
-
`,
|
|
198
|
+
`,Ln=`
|
|
199
199
|
class WhatErrorOverlay extends HTMLElement {
|
|
200
200
|
constructor(err) {
|
|
201
201
|
super();
|
|
202
202
|
this.root = this.attachShadow({ mode: 'open' });
|
|
203
|
-
this.root.innerHTML = '<style>${
|
|
203
|
+
this.root.innerHTML = '<style>${gn}</style>';
|
|
204
204
|
this._err = err;
|
|
205
205
|
this.show(err);
|
|
206
206
|
}
|
|
@@ -390,7 +390,7 @@ class WhatErrorOverlay extends HTMLElement {
|
|
|
390
390
|
if (!customElements.get('what-error-overlay')) {
|
|
391
391
|
customElements.define('what-error-overlay', WhatErrorOverlay);
|
|
392
392
|
}
|
|
393
|
-
`;function
|
|
393
|
+
`;function Ne(e){let g=e.ws.send.bind(e.ws);e.ws.send=function(h){return h?.type==="error"&&h.err?.plugin==="vite-plugin-what"&&(h.err._isCompilerError=!0),g(h)}}var Oe="virtual:what-routes",oe="\0"+Oe,xn=/(?:from\s*['"](?:what-framework\/server|what-server(?:\/actions)?)['"]|import\s*['"](?:what-framework\/server|what-server(?:\/actions)?)['"])/,bn=/\.[cm]?[jt]sx?$/;function me(e,g){return e?Array.isArray(e)?e.some(h=>me(h,g)):e instanceof RegExp?(e.lastIndex=0,e.test(g)):typeof e=="function"?e(g):!1:!1}function yn({rolldownVersion:e,viteVersion:g}={}){let h=parseInt(String(g??""),10);return!!e||Number.isFinite(h)&&h>=8?{oxc:{jsx:"preserve"}}:{esbuild:{jsx:"preserve"}}}var de=null;function Sn(){return de||(de=import("vite").then(e=>e.version||"").catch(()=>"")),de}var wn=/export\s+(?:default\s+)?function\s+([A-Z]\w*)/,vn=/(?:store|signal|state|context|util|helper|lib|config)\b/i;function he(e={}){let{include:g=/\.[jt]sx$/,exclude:h=/node_modules/,sourceMaps:S=!0,production:x=!0,pages:y="src/pages",hot:v=!x,prodBundles:C=!0}=e,O="",M="",I=!1,T=new Map;function j($){let k=T.get($.id);if(k&&k.key!==$.key)throw Object.assign(new Error(`Duplicate server action ID "${$.id}". First declared by "${k.bindingName}" at ${k.source}; conflicts with "${$.bindingName}" at ${$.source}.`),{code:"ERR_DUPLICATE_ACTION_ID"});T.set($.id,$)}function X($){for(let[k,D]of T)D.filename===$&&T.delete(k)}function R($){let k=$.replace(/[?#].*$/,"");return O?Z.relative(O,k).split(Z.sep).join("/"):k}return{name:"vite-plugin-what",configResolved($){O=$.root,M=Z.resolve(O,y),I=$.command==="serve"},configureServer($){Ne($),$.watcher.on("add",k=>{if(k.startsWith(M)){let D=$.moduleGraph.getModuleById(oe);D&&($.moduleGraph.invalidateModule(D),$.ws.send({type:"full-reload"}))}}),$.watcher.on("unlink",k=>{if(X(R(k)),k.startsWith(M)){let D=$.moduleGraph.getModuleById(oe);D&&($.moduleGraph.invalidateModule(D),$.ws.send({type:"full-reload"}))}})},resolveId($){if($===Oe)return oe},load($){if($===oe)return ue(M,O)},transform($,k){let D=k.replace(/[?#].*$/,""),J=me(g,D),z=bn.test(D),Y=z&&xn.test($);if(h&&me(h,D)||(z&&X(R(D)),!J&&!Y))return null;try{let L=En($,{filename:k,sourceMaps:S,configFile:!1,babelrc:!1,plugins:[[ie,{production:x,projectRoot:O||process.cwd(),onActionId:j}]],parserOpts:{plugins:["jsx","typescript"]}});if(!L||!L.code)return null;let Q=L.code;return v&&I&&!x&&_n($,k)&&(Q+=$n(k)),{code:Q,map:L.map}}catch(L){throw L.plugin="vite-plugin-what",L.id||(L.id=k),L.loc===void 0&&L._loc&&(L.loc={file:k,line:L._loc.line,column:L._loc.column}),console.error(`[what] Error transforming ${k}:`,L.message),L}},handleHotUpdate({file:$,server:k}){if(v&&g.test($)&&!(h&&h.test($))&&kn($))return k.ws.send({type:"full-reload"}),[]},async config($,{mode:k,command:D}){let J=D==="build"&&k==="production"&&C,z=yn({rolldownVersion:this?.meta?.rolldownVersion,viteVersion:await Sn()});return{...J?{resolve:{conditions:["production"]}}:{},...z,optimizeDeps:{exclude:["what-framework","what-core","what-compiler","what-router"]}}}}}function _n(e,g){return!!(wn.test(e)||g.includes("/pages/")||g.includes("\\pages\\"))}function kn(e){let g=Z.basename(e,Z.extname(e));return vn.test(g)}function $n(e){return`
|
|
394
394
|
|
|
395
395
|
// --- What Framework HMR Boundary ---
|
|
396
396
|
if (import.meta.hot) {
|
|
@@ -403,4 +403,4 @@ if (import.meta.hot) {
|
|
|
403
403
|
}
|
|
404
404
|
});
|
|
405
405
|
}
|
|
406
|
-
`}import{h as
|
|
406
|
+
`}import{h as Wn,Fragment as Vn,mount as Hn,Island as Bn}from"what-core";export{Vn as Fragment,Bn as Island,ie as babelPlugin,Pe as extractPageConfig,ue as generateRoutesModule,Wn as h,Hn as mount,Le as scanPages,he as vitePlugin,he as what};
|