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