@postact/jsx 0.0.1 → 0.0.4

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/README.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @postact/jsx
2
+ This adds JSX support to [Postact](https://github.com/AWeirdDev/postact), if you'd like.
2
3
 
3
- To install dependencies:
4
+ It took me forever, so please enjoy this.
4
5
 
5
- ```bash
6
- bun install
7
- ```
8
-
9
- To run:
6
+ You can just add `@postact/jsx` as the JSX input source in your `tsconfig.json`:
10
7
 
11
- ```bash
12
- bun run index.ts
8
+ ```jsonc
9
+ {
10
+ "compilerOptions": {
11
+ "jsx": "react-jsx",
12
+ "jsxImportSource": "@postact/jsx",
13
+ }
14
+ }
13
15
  ```
14
16
 
15
- This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
17
+ Then you should be good to go. Maybe. I don't fucking know.
@@ -1 +1,2 @@
1
1
  export { type JSX, jsx as jsxDEV, Fragment } from ".//jsx-runtime";
2
+ //# sourceMappingURL=jsx-dev-runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsx-dev-runtime.d.ts","sourceRoot":"","sources":["../jsx-dev-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,GAAG,IAAI,MAAM,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1 @@
1
+ import{Fragment as e,jsx as t}from"./jsx-runtime-MSaMuerX.js";export{e as Fragment,t as jsxDEV};
@@ -0,0 +1,2 @@
1
+ let e=function(e){return e[e.Dependent=0]=`Dependent`,e[e.State=1]=`State`,e[e.VirtualElement=2]=`VirtualElement`,e[e.VirtualFragment=3]=`VirtualFragment`,e[e.VirtualTextNode=4]=`VirtualTextNode`,e[e.CSSPaper=5]=`CSSPaper`,e[e.ComponentPointer=6]=`ComponentPointer`,e[e.ComponentInstance=7]=`ComponentInstance`,e[e.Ref=8]=`Ref`,e}({});function t(e){return e===null?!1:!!(typeof e==`object`&&Object.hasOwn(e,`__p`))}function n(e,t){return t===null?!1:!!((typeof t==`object`||typeof t==`function`)&&Object.hasOwn(t,`__p`)&&t.__p==e)}function r(t,n){return{__p:e.VirtualFragment,children:t,subscribable:n}}function i(t,n){return{__p:e.VirtualTextNode,data:t,subscribable:n}}var a=class{value;#subscribers;constructor(e){this.value=e,this.#subscribers=new Map}subscribe(e){this.#subscribers.set(e,e)}unsubscribe(e){this.#subscribers.delete(e)}emit(){let e=this.value;this.#subscribers.forEach(t=>t(e))}};function o(t){return n(e.Dependent,t)||n(e.State,t)||n(e.Ref,t)}const s=Object.freeze({"&amp;":`&`,"&lt;":`<`,"&gt;":`>`,"&quot;":`"`,"&#39;":`'`}),c=/&(?:amp|lt|gt|quot|#39);/g;function l(e){return[`string`,`number`,`bigint`,`boolean`].includes(typeof e)}let u=function(e){return e[e.Empty=0]=`Empty`,e[e.Text=1]=`Text`,e[e.Subscribable=2]=`Subscribable`,e[e.VirtualItem=3]=`VirtualItem`,e[e.Function=4]=`Function`,e}({});function d(e){return e==null?u.Empty:typeof e==`function`?u.Function:l(e)?u.Text:o(e)?u.Subscribable:u.VirtualItem}function f(e){switch(d(e)){case u.Empty:return null;case u.Text:return i(e.toString());case u.Subscribable:let n=e,a=n.value;return a==null?i(``,n):l(a)?i(a.toString(),n):r([a],n);case u.VirtualItem:return e;case u.Function:let o=e();if(o==null)return null;if(l(o))return i(o.toString());if(!t(o))throw Error(`unresolvable value in children after function calling. value: ${o}`);return o}}const p=new a({pathname:``,hash:` `}),m=Symbol();function h(e){return e.map(e=>f(e))}function g(t,n){let i=n.children!==void 0&&n.children!==null,a=i?Array.isArray(n.children)?n.children:[n.children]:[];if(t===m)return r(h(a));if(typeof t==`string`)return i&&delete n.children,{__p:e.VirtualElement,tag:t,attributes:n,children:h(a),listeners:[]};if(typeof t==`function`)return t(n);throw TypeError(`unknown type: ${JSON.stringify(t)}`)}export{m as Fragment,g as jsx};
2
+ //# sourceMappingURL=jsx-runtime-MSaMuerX.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsx-runtime-MSaMuerX.js","names":["#subscribers","n","i","items: any[]","type: Symbol | Function | string","props: any","PostactIdentifier"],"sources":["../../postact-core/dist/index.mjs","../jsx-runtime.ts"],"sourcesContent":["var e=class extends Error{constructor(e){super(e)}};function t(){if(typeof window>`u`)throw new e(`expected the runtime context to be in the browser (window is undefined)`)}let n=function(e){return e[e.Dependent=0]=`Dependent`,e[e.State=1]=`State`,e[e.VirtualElement=2]=`VirtualElement`,e[e.VirtualFragment=3]=`VirtualFragment`,e[e.VirtualTextNode=4]=`VirtualTextNode`,e[e.CSSPaper=5]=`CSSPaper`,e[e.ComponentPointer=6]=`ComponentPointer`,e[e.ComponentInstance=7]=`ComponentInstance`,e[e.Ref=8]=`Ref`,e}({});function r(e){return e===null?!1:!!(typeof e==`object`&&Object.hasOwn(e,`__p`))}function i(e,t){return t===null?!1:!!((typeof t==`object`||typeof t==`function`)&&Object.hasOwn(t,`__p`)&&t.__p==e)}function a(e=6){return Array.from({length:e},()=>Math.floor(Math.random()*16).toString(16)).join(``)}function o(e){return i(n.VirtualElement,e)}function s(e){return i(n.VirtualFragment,e)}function c(e,t){return{__p:n.VirtualFragment,children:e,subscribable:t}}function l(e){return i(n.VirtualTextNode,e)}function u(e,t){return{__p:n.VirtualTextNode,data:e,subscribable:t}}var d=class{value;#subscribers;constructor(e){this.value=e,this.#subscribers=new Map}subscribe(e){this.#subscribers.set(e,e)}unsubscribe(e){this.#subscribers.delete(e)}emit(){let e=this.value;this.#subscribers.forEach(t=>t(e))}};function f(e){return i(n.Dependent,e)||i(n.State,e)||i(n.Ref,e)}var p=class{__p=n.Ref;value;#subscribers;constructor(){this.value=null,this.#subscribers=new Map}subscribe(e){this.#subscribers.set(e,e)}unsubscribe(e){this.#subscribers.delete(e)}emit(){let e=this.value;if(e===null)throw Error(`ref is currently null`);this.#subscribers.forEach(t=>t(e))}};function m(){return new p}function h(e){return i(n.Ref,e)}function g(e,t){let n=window.document.createDocumentFragment();if(e==null)return n;if(typeof e==`string`)return n.appendChild(window.document.createTextNode(e)),n;if(l(e)){let r=e,i=window.document.createTextNode(r.data);if(r.subscribable){let e=t.debug?a():``,o=window.document.createComment(t.debug?`${e}`:``),s=window.document.createComment(t.debug?`/${e}`:``),c=new v(o,s,n);r.subscribable.subscribe(e=>{i.parentNode&&c.setParent(i.parentNode);let n=_(e,t);c.spreadAndReplace(n)}),n.append(o,i,s)}else n.appendChild(i);return n}if(o(e)){let r=window.document.createElement(e.tag);return e.attributes.entries().forEach(([e,t])=>{if(t!=null){if(h(t)&&(t.value=r,t.emit()),f(t))return t.subscribe(t=>{y(r,e,t)}),y(r,e,t.value);r.setAttribute(e,t.toString())}}),e.listeners.forEach(([e,t])=>r.addEventListener(e,t)),e.subscribable&&e.subscribable.subscribe(e=>{let n=_(e,t);r.replaceChildren(n)}),r.append(...e.children.map(e=>g(e,t))),n.appendChild(r),n}if(s(e)){let r=e.children.reduce((e,n)=>(e.append(g(n,t)),e),window.document.createDocumentFragment());if(e.subscribable){let i=t.debug?a():``,o=window.document.createComment(t.debug?`${i}`:``),s=window.document.createComment(t.debug?`/${i}`:``),c=new v(o,s,n);e.subscribable.subscribe(e=>{o.parentNode&&c.setParent(o.parentNode);let n=_(e,t);c.spreadAndReplace(n)}),n.append(o,r,s)}else n.appendChild(r);return n}else throw Error(`unknown virtual item`)}function _(e,t){if(e==null)return window.document.createDocumentFragment();if(D(e)){let t=window.document.createDocumentFragment();return t.appendChild(window.document.createTextNode(e.toString())),t}else return g(e,t)}var v=class{#start;#end;#parent;constructor(e,t,n){this.#start=e,this.#end=t,this.#parent=n}setParent(e){this.#parent=e}spreadAndReplace(e){let t=this.#start.nextSibling;for(;t&&!this.#end.isEqualNode(t);){let e=t.nextSibling;this.#parent.removeChild(t),t=e}this.#parent.insertBefore(e,this.#end)}};function y(e,t,n){n==null?e.removeAttribute(t):e.setAttribute(t,n.toString())}const b={debug:!1};function x(e,n=b){return t(),g(e,n)}function S(e,t){e.replaceChildren(x(t))}function C(e){let t=window.document.querySelector(e);if(!t)throw ReferenceError(`could not find any element matching query: ${e}`);return t.render=e=>{S(t,e)},t}const w=Object.freeze({\"&amp;\":`&`,\"&lt;\":`<`,\"&gt;\":`>`,\"&quot;\":`\"`,\"&#39;\":`'`}),T=/&(?:amp|lt|gt|quot|#39);/g;function E(e){return e&&T.test(e)?e.replace(T,e=>w[e]):e}function D(e){return[`string`,`number`,`bigint`,`boolean`].includes(typeof e)}var O=class{key;constructor(e){this.key=e}set(e){window.localStorage.setItem(this.key,e)}get(){return window.localStorage.getItem(this.key)??``}remove(){window.localStorage.removeItem(this.key)}};function k(e){return t(),new O(e)}function A(e,t){return typeof t==`function`?t(e):t}var j=class{value;__p=n.State;#subscribers;#checkers;constructor(e){this.value=e,this.#subscribers=new Map,this.#checkers=[]}update(e){let t=A(this.value,e);for(let e of this.#checkers)if(!e(this.value,t))return;this.value=t,this.emit()}set(e){this.value=A(this.value,e)}subscribe(e){this.#subscribers.set(e,e)}unsubscribe(e){this.#subscribers.delete(e)}emit(){let e=this.value;this.#subscribers.forEach((t,n)=>n(e))}withChecker(e){return this.#checkers.push(e),this}withCheckers(e){return this.#checkers.push(...e),this}};function ee(e){return new j(e)}var M=class{__p=n.Dependent;#gen;#value;#subscribers;constructor(e,t,n){this.#value=n||t(Array.isArray(e)?e.map(e=>e.value):e.value),this.#gen=t,this.#subscribers=new Map,Array.isArray(e)?e.forEach(t=>{t.subscribe(()=>{let t=this.#gen(e.map(e=>e.value));this.#value=t,this.#subscribers.forEach((e,n)=>n(t))})}):e.subscribe(()=>{let t=this.#gen(e.value);this.#value=t,this.#subscribers.forEach((e,n)=>n(t))})}get value(){return this.#value}subscribe(e){this.#subscribers.set(e,e)}unsubscribe(e){this.#subscribers.delete(e)}};function N(e,t,n){return new M(e,t,n)}var P=class extends j{#promise;#catch;ok;constructor(e){super(null),this.#promise=e,this.ok=!1,this.#catch=()=>{},this.#promise.then(e=>this.update(e)).catch(e=>this.#catch&&this.#catch(e))}catch(e){return this.#catch=e,this}};function F(e){return new P(e())}let I=function(e){return e[e.Empty=0]=`Empty`,e[e.Text=1]=`Text`,e[e.Subscribable=2]=`Subscribable`,e[e.VirtualItem=3]=`VirtualItem`,e[e.Function=4]=`Function`,e}({});function L(e){return e==null?I.Empty:typeof e==`function`?I.Function:D(e)?I.Text:f(e)?I.Subscribable:I.VirtualItem}function R(e){switch(L(e)){case I.Empty:return null;case I.Text:return u(e.toString());case I.Subscribable:let t=e,n=t.value;return n==null?u(``,t):D(n)?u(n.toString(),t):c([n],t);case I.VirtualItem:return e;case I.Function:let i=e();if(i==null)return null;if(D(i))return u(i.toString());if(!r(i))throw Error(`unresolvable value in children after function calling. value: ${i}`);return i}}function z(e){return Object.freeze(Object.assign(t=>({__p:n.ComponentInstance,props:t,ptr:e}),{__p:n.ComponentPointer,ptr:e}))}function B(e){return i(n.ComponentPointer,e)}function V(e){return i(n.ComponentInstance,e)}var H=class e extends Error{constructor(e){super(e)}static noInsertInTagNames(){return new e(\"`${...}` is not allowed in tag names\")}static noInsertInAttrNames(){return new e(\"`${...}` is not allowed in attribute names\")}static invalidCharacterInTagName(t){return new e(`${t} is not a valid html tag character`)}static invalidCharacterInAttributeName(t){return new e(`${t} is not a valid html attribute character`)}static expectedQuote(){return new e(`expected double quote (\")`)}static expectedAttrName(){return new e(`expected attribute name, got empty`)}static expectedAttrEqual(){return new e(`expected equal sign (=) right after attribute name`)}static expectedTagClosing(){return new e(`expected tag to be closing (with a slash: /)`)}static expectedTagOpening(){return new e(`expected an opening tag`)}static tagMismatch(t,n){return new e(`the starting and closing tags do not match: \\`${t}\\` and \\`${n}\\``)}static noBackslashBeforeInsert(){return new e(\"there should be no backslash (\\\\) before ${...}\")}static typeCheckComponentProps(){return new e(\"**do not** add attributes like how you would in JSX.this may lead to runtime type inconsistencies. instead, run components (e.g., `Page`) with attributes like this: \\n html`<${Page({ hello: 'world' })} />`\\nthis ensures runtime type safety.\")}},U=class{#strings;#values;#tsaIdx;#idx;constructor(e,t){this.#strings=e,this.#values=t,this.#tsaIdx=0,this.#idx=0}next(){if(this.#tsaIdx>=this.#strings.length)return null;if(this.#strings[this.#tsaIdx].length==0)return this.#idx=0,this.#tsaIdx+=1,[!0,``];if(this.#idx>=this.#strings[this.#tsaIdx].length)return null;let e=this.#strings[this.#tsaIdx],t=e[this.#idx];return this.#idx=(this.#idx+1)%e.length,this.#tsaIdx+=this.#idx==0?1:0,[this.#idx==0,t]}seek(){return this.#strings[this.#tsaIdx][this.#idx]||null}getInsertion(){return this.#values[this.#tsaIdx-1]??null}consume(){let e=[];for(;;){let t=this.next();if(!t)break;let[n,r]=t;if(r==`<`){if(n){let t=this.getInsertion();if(B(t)||V(t)){e.push(this.processComponent(t));continue}else throw H.noInsertInTagNames()}e.push(this.processElement())}else if(n){let t=R(this.getInsertion());t!==null&&e.push(t)}else if(!/\\s/.test(r))throw H.expectedTagOpening()}return{__p:n.VirtualFragment,children:e}}processElement(){let[e,t,r,i]=this.consumeTag(),[a,o]=G(t);if(r)return{__p:n.VirtualElement,tag:e,attributes:o,children:[],listeners:a};let s=this.consumeChildren(i),c=this.consumeEndTag();if(e!==c)throw H.tagMismatch(e,typeof c==`string`?c:`[component]`);return{__p:n.VirtualElement,tag:e,attributes:o,children:s,listeners:a}}processComponent(e){let[t,n,r]=this.consumeAttributes();if(t.size>0)throw H.typeCheckComponentProps();if(n)return e.ptr(B(e)?{}:e.props);let i=this.consumeChildren(r),a=this.consumeEndTag();if(typeof a!=`function`)throw H.tagMismatch(`[component]`,a);if(!B(a))throw TypeError(`expected component pointer for end tag, got other functions instead`);if(a.ptr!==e.ptr)throw H.tagMismatch(`[component A]`,`[component B]`);return e.ptr({children:c(i),...B(e)?{}:e.props})}consumeTag(){let e=``;for(;;){let[t,n]=this.next();if(/\\s/.test(n)){let[t,n,r]=this.consumeAttributes();return[e,t,n,r]}if(n==`>`)return[e,new Map,!1,t];if(t)throw H.noInsertInTagNames();if(!/[a-zA-Z0-9-]/.test(n))throw H.invalidCharacterInTagName(n);e+=n}}consumeAttributes(){let e=new Map,t=``,n=0;for(;;){let[r,i]=this.next();if(i==`>`)return t&&e.set(t,`true`),[e,!1,r];if(i==`/`){let[n,i]=this.consumeWhitespace();if(i!==`>`)throw H.expectedTagClosing();return t&&e.set(t,`true`),[e,!0,r]}if(n===0){if(!t&&(/\\s/.test(i)||!i))continue;if(/\\s|=/.test(i)){if(!t)throw H.expectedAttrName();n=1}else{if(r)throw H.noInsertInAttrNames();if(!/[a-zA-Z0-9-]/.test(i))throw H.invalidCharacterInAttributeName(i);t+=i;continue}}if(i===` `){e.set(t,`true`),t=``,n=0;continue}if(i!==`=`)throw H.expectedAttrEqual();let a=r?W(this.getInsertion()):this.consumeStringQuote();a!==null&&e.set(t,a),t=``,n=0}}consumeEndTag(){let[e,t]=this.consumeWhitespace();if(t!==`/`)throw H.expectedTagClosing();if(e){let e=this.getInsertion();if(typeof e==`function`)return e;throw H.noInsertInTagNames()}let n=``,r=0;for(;;){let[e,t]=this.next();if(t===`>`)return typeof n==`function`?n:n.trimEnd();if(e){let e=this.getInsertion();if(typeof e==`function`&&typeof n!=`function`)n=e;else throw H.noInsertInTagNames()}else{if(typeof n==`function`||(/\\s/.test(t)&&(r=1),r==0&&!/[a-zA-Z0-9-]/.test(t)))throw H.invalidCharacterInTagName(t);n+=t}}}consumeWhitespace(){let[e,t]=this.next();return/\\s/.test(t)?this.consumeWhitespace():[e,t]}consumeStringQuote(){let e=``,[t,n]=this.consumeWhitespace();if(n!==`\"`)throw H.expectedQuote();for(e+=`\"`,t&&(e+=this.getInsertion().toString());;){let[t,n]=this.next();if(n==`\\\\`){let[t,n]=this.next();if(t)throw H.noBackslashBeforeInsert();e+=`\\\\`+n;continue}if(n==`\"`)break;e+=n,t&&(e+=this.getInsertion().toString())}return JSON.parse(e+`\"`)}consumeChildren(e){let t=``,n=[];for(e&&n.push(R(this.getInsertion()));;){let[e,r]=this.next();if(r===`<`){if(this.seek()===`/`)break;t.trim()&&n.push(u(E(t))),t=``,n.push(this.processElement());continue}if(t+=r,e){t.trim()&&n.push(u(E(t))),t=``;let e=this.getInsertion();n.push(R(e))}}return t.trim()&&n.push(u(E(t))),n}};function W(e){switch(L(e)){case I.Empty:return null;case I.Text:return e.toString();case I.Subscribable:return e;case I.VirtualItem:return null;case I.Function:return e}}function G(e){let t=[];for(let[n,r]of Object.entries(e))n.startsWith(`on`)&&typeof r==`function`&&(e.delete(n),t.push([n.slice(2),r]));return[t,e]}function K(e,...t){let n=new U(e,t);return n.consume()}function q(e,...t){throw Error(\"CSS is not supported yet, but it will be in future versions. In the meantime, you could use text`...` instead, there's just no highlighting.\")}function J(e,...t){let n=t.reduce((e,t)=>(f(t)&&e.push(t),e),[]);return Y(n,e,t)}function Y(e,t,n,r){let i=r&&r.transformer?r.transformer:X;return N(e,()=>{let e=0,r=``;for(;e<t.length;){if(e-1>=0){let t=n[e-1];switch(L(t)){case I.Empty:break;case I.Text:r+=t.toString();break;case I.Subscribable:r+=i(t.value);break;case I.VirtualItem:r+=i(t);break;case I.Function:r+=i(t());break}}r+=t[e],e+=1}return r},r?r.set:void 0)}function X(e){return e==null?``:D(e)?e.toString():JSON.stringify(e)}const Z=new d({pathname:``,hash:` `});let Q=!1;function te(e,n){t();let r=e.startsWith(`#`);function i(t,i){let a=r?i.replace(`#`,``).split(`/`):t.split(`/`),o=r?e.slice(1).split(`/`):e.split(`/`),s={};for(let e=0;e<a.length;e++){if(e>=o.length)return;let t=decodeURIComponent(a[e]),r=o[e];if(r.startsWith(`:`)){if(!t)return;let e=r.slice(1);s[e]=t}else if(r==`*`){n({params:s});return}else if(r!=t)return}a.length===o.length&&n({params:s,navigate:ne})}i(window.location.pathname,window.location.hash),Z.subscribe(({pathname:e,hash:t})=>{i(e,t)}),Q||(re(),Q=!0)}function $(){Z.value={pathname:window.location.pathname,hash:window.location.hash},Z.emit()}function ne(e){window.history.pushState(null,``,e),(e.startsWith(`#`)||e.startsWith(`/`))&&$()}function re(){window.addEventListener(`hashchange`,()=>{$()})}export{n as PostactIdentifier,z as component,c as createVf,u as createVtn,q as css,N as dependent,t as ensureWindow,K as html,o as isVe,s as isVf,l as isVtn,F as later,k as localStorage,x as realize,m as ref,S as render,te as route,C as select,ee as state,J as text,R as transformArgToVirtualItem,E as unescape};\n//# sourceMappingURL=index.mjs.map","import {\n createVf,\n PostactIdentifier,\n transformArgToVirtualItem,\n type Ref,\n type Subscribable,\n type VirtualElement,\n type VirtualItem,\n} from \"@postact/core\";\n\nexport declare namespace JSX {\n type Element = VirtualItem;\n type AnyChildren =\n | Element\n | string\n | boolean\n | number\n | bigint\n | null\n | undefined\n | Subscribable<AnyChildren>;\n\n interface IntrinsicElementsProps {\n /**\n * Takes a `Ref` object so that you can interact with its\n * native APIs whenever this element is rendered.\n *\n * The `Ref` object is a subscribable, subscribable via `.subscribe()`.\n */\n ref?: Ref<any>;\n children?: AnyChildren | AnyChildren[];\n }\n\n type EventHandlers<T> = {\n [K in keyof GlobalEventHandlersEventMap as `on${K}`]?: (\n this: T,\n event: GlobalEventHandlersEventMap[K],\n ) => any;\n };\n\n type ElementAttributes<T> = {\n [K in keyof T]?: T[K];\n };\n type ReadonlyDOMProps =\n | \"offsetWidth\"\n | \"offsetHeight\"\n | \"offsetTop\"\n | \"offsetLeft\"\n | \"clientWidth\"\n | \"clientHeight\"\n | \"clientTop\"\n | \"clientLeft\"\n | \"scrollWidth\"\n | \"scrollHeight\"\n | \"nodeName\"\n | \"nodeType\"\n | \"nodeValue\"\n | \"parentNode\"\n | \"childNodes\"\n | \"firstChild\"\n | \"lastChild\"\n | \"previousSibling\"\n | \"nextSibling\"\n | \"attributes\"\n | \"ownerDocument\"\n | \"namespaceURI\"\n | \"tagName\"\n | \"innerHTML\"\n | \"outerHTML\"\n | \"textContent\";\n\n type ExcludedHTMLProps = \"children\" | \"style\" | ReadonlyDOMProps | keyof EventHandlers<any>;\n\n type ExtractProps<T> = {\n [K in keyof T]: T[K] extends Function ? never : K;\n }[keyof T];\n\n type ElementProps<T extends HTMLElement> = Partial<\n Omit<Pick<T, ExtractProps<T>>, ExcludedHTMLProps>\n >;\n\n type HTMLAttributes<T extends HTMLElement> = ElementProps<T> &\n EventHandlers<T> &\n IntrinsicElementsProps & { ref?: Ref<T> };\n\n type IntrinsicElementsBase = {\n [K in keyof HTMLElementTagNameMap]: HTMLAttributes<HTMLElementTagNameMap[K]>;\n };\n\n interface IntrinsicElements extends IntrinsicElementsBase {\n [elemName: string]: IntrinsicElementsProps;\n }\n}\n\nconst Fragment = Symbol();\n\nfunction mapChildren(items: any[]) {\n return items.map((item) => transformArgToVirtualItem(item));\n}\n\nfunction jsx(type: Symbol | Function | string, props: any): JSX.Element {\n const hasChildren = typeof props.children !== \"undefined\" && props.children !== null;\n const children = !hasChildren\n ? []\n : Array.isArray(props.children)\n ? props.children\n : [props.children];\n\n if (type === Fragment) {\n return createVf(mapChildren(children));\n } else if (typeof type === \"string\") {\n if (hasChildren) {\n delete props[\"children\"];\n }\n\n return {\n __p: PostactIdentifier.VirtualElement,\n tag: type,\n attributes: props,\n children: mapChildren(children),\n listeners: [],\n } satisfies VirtualElement;\n } else if (typeof type === \"function\") {\n return type(props);\n } else {\n throw new TypeError(`unknown type: ${JSON.stringify(type)}`);\n }\n}\n\nexport { jsx, jsx as jsxs, Fragment };\n"],"mappings":"AAA6K,IAAI,EAAE,SAAS,EAAE,CAAC,OAAO,EAAE,EAAE,UAAU,GAAA,YAAe,EAAE,EAAE,MAAM,GAAA,QAAW,EAAE,EAAE,eAAe,GAAA,iBAAoB,EAAE,EAAE,gBAAgB,GAAA,kBAAqB,EAAE,EAAE,gBAAgB,GAAA,kBAAqB,EAAE,EAAE,SAAS,GAAA,WAAc,EAAE,EAAE,iBAAiB,GAAA,mBAAsB,EAAE,EAAE,kBAAkB,GAAA,oBAAuB,EAAE,EAAE,IAAI,GAAA,MAAS,CAAE,EAAC,CAAE,EAAC,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,IAAI,MAAM,YAAY,GAAA,UAAa,OAAO,OAAO,EAAA,MAAQ,CAAE,UAAS,EAAE,EAAE,EAAE,CAAC,OAAO,IAAI,MAAM,aAAa,GAAA,iBAAoB,GAAA,aAAgB,OAAO,OAAO,EAAA,MAAQ,EAAE,EAAE,KAAK,EAAG,CAA4L,SAAS,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,SAAS,EAAE,aAAa,CAAE,CAAC,CAA4C,SAAS,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,gBAAgB,KAAK,EAAE,aAAa,CAAE,CAAC,KAAI,EAAE,KAAK,CAAC,MAAM,aAAa,YAAY,EAAE,CAAC,KAAK,MAAM,EAAE,KAAKA,aAAa,IAAI,GAAI,WAAU,EAAE,CAAC,KAAKA,aAAa,IAAI,EAAE,EAAE,AAAC,aAAY,EAAE,CAAC,KAAKA,aAAa,OAAO,EAAE,AAAC,OAAM,CAAC,IAAI,EAAE,KAAK,MAAM,KAAKA,aAAa,QAAQ,GAAG,EAAE,EAAE,CAAC,AAAC,CAAC,EAAC,SAAS,EAAE,EAAE,CAAC,MAAO,GAAE,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,AAAC,CAAkjF,MAAM,EAAE,OAAO,OAAO,CAAC,QAAA,IAAY,OAAA,IAAW,OAAA,IAAW,SAAA,IAAa,QAAA,GAAY,EAAC,CAAC,EAAE,4BAAqF,SAAS,EAAE,EAAE,CAAC,MAAM,qCAAsC,EAAC,gBAAgB,EAAE,AAAC,CAAwnD,IAAI,EAAE,SAAS,EAAE,CAAC,OAAO,EAAE,EAAE,MAAM,GAAA,QAAW,EAAE,EAAE,KAAK,GAAA,OAAU,EAAE,EAAE,aAAa,GAAA,eAAkB,EAAE,EAAE,YAAY,GAAA,cAAiB,EAAE,EAAE,SAAS,GAAA,WAAc,CAAE,EAAC,CAAE,EAAC,CAAC,SAAS,EAAE,EAAE,CAAC,OAAO,GAAG,KAAK,EAAE,aAAa,GAAA,WAAc,EAAE,SAAS,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,WAAY,UAAS,EAAE,EAAE,CAAC,OAAO,EAAE,EAAE,CAAX,CAAa,KAAK,EAAE,MAAM,OAAO,KAAK,KAAK,EAAE,KAAK,MAAO,GAAE,EAAE,UAAU,CAAC,CAAC,KAAK,EAAE,aAAa,IAAI,EAAE,EAAEC,EAAE,EAAE,MAAM,OAAOA,GAAG,KAAK,EAAA,GAAK,EAAE,CAAC,EAAEA,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAACA,CAAE,EAAC,EAAE,CAAC,KAAK,EAAE,YAAY,OAAO,EAAE,KAAK,EAAE,SAAS,IAAIC,EAAE,GAAG,CAAC,GAAGA,GAAG,KAAK,OAAO,KAAK,GAAG,EAAEA,EAAE,CAAC,MAAO,GAAE,EAAE,UAAU,CAAC,CAAC,IAAI,EAAEA,EAAE,CAAC,KAAM,QAAO,gEAAgEA,EAAE,EAAE,CAAC,OAAOA,CAAE,CAAC,CC8F35M,MD9F+uZ,EAAE,IAAI,EAAE,CAAC,SAAA,GAAY,KAAA,GAAS,GC8FvwZ,EAAW,QAAQ,CAEzB,SAAS,EAAYC,EAAc,CACjC,MAAO,GAAM,IAAI,AAAC,GAAS,EAA0B,EAAK,CAAC,AAC5D,CAED,SAAS,EAAIC,EAAkCC,EAAyB,CAEtE,IADM,EAAqB,EAAM,mBAA4B,EAAM,WAAa,KAC1E,EAAY,EAEd,MAAM,QAAQ,EAAM,SAAS,CAC3B,EAAM,SACN,CAAC,EAAM,QAAS,EAHlB,CAAE,EAKN,GAAI,IAAS,EACX,MAAO,GAAS,EAAY,EAAS,CAAC,WACtB,GAAS,SAKzB,OAJI,UACK,EAAM,SAGR,CACL,IAAKC,EAAkB,eACvB,IAAK,EACL,WAAY,EACZ,SAAU,EAAY,EAAS,CAC/B,UAAW,CAAE,CACd,EACF,UAAiB,GAAS,WACzB,MAAO,GAAK,EAAM,CAElB,KAAM,CAAI,WAAW,gBAAgB,KAAK,UAAU,EAAK,CAAC,EAAA,AAE7D"}
@@ -0,0 +1,40 @@
1
+ import { type Ref, type Subscribable, type VirtualItem } from "@postact/core";
2
+ export declare namespace JSX {
3
+ type Element = VirtualItem;
4
+ type AnyChildren = Element | string | boolean | number | bigint | null | undefined | Subscribable<AnyChildren>;
5
+ interface IntrinsicElementsProps {
6
+ /**
7
+ * Takes a `Ref` object so that you can interact with its
8
+ * native APIs whenever this element is rendered.
9
+ *
10
+ * The `Ref` object is a subscribable, subscribable via `.subscribe()`.
11
+ */
12
+ ref?: Ref<any>;
13
+ children?: AnyChildren | AnyChildren[];
14
+ }
15
+ type EventHandlers<T> = {
16
+ [K in keyof GlobalEventHandlersEventMap as `on${K}`]?: (this: T, event: GlobalEventHandlersEventMap[K]) => any;
17
+ };
18
+ type ElementAttributes<T> = {
19
+ [K in keyof T]?: T[K];
20
+ };
21
+ type ReadonlyDOMProps = "offsetWidth" | "offsetHeight" | "offsetTop" | "offsetLeft" | "clientWidth" | "clientHeight" | "clientTop" | "clientLeft" | "scrollWidth" | "scrollHeight" | "nodeName" | "nodeType" | "nodeValue" | "parentNode" | "childNodes" | "firstChild" | "lastChild" | "previousSibling" | "nextSibling" | "attributes" | "ownerDocument" | "namespaceURI" | "tagName" | "innerHTML" | "outerHTML" | "textContent";
22
+ type ExcludedHTMLProps = "children" | "style" | ReadonlyDOMProps | keyof EventHandlers<any>;
23
+ type ExtractProps<T> = {
24
+ [K in keyof T]: T[K] extends Function ? never : K;
25
+ }[keyof T];
26
+ type ElementProps<T extends HTMLElement> = Partial<Omit<Pick<T, ExtractProps<T>>, ExcludedHTMLProps>>;
27
+ type HTMLAttributes<T extends HTMLElement> = ElementProps<T> & EventHandlers<T> & IntrinsicElementsProps & {
28
+ ref?: Ref<T>;
29
+ };
30
+ type IntrinsicElementsBase = {
31
+ [K in keyof HTMLElementTagNameMap]: HTMLAttributes<HTMLElementTagNameMap[K]>;
32
+ };
33
+ interface IntrinsicElements extends IntrinsicElementsBase {
34
+ [elemName: string]: IntrinsicElementsProps;
35
+ }
36
+ }
37
+ declare const Fragment: unique symbol;
38
+ declare function jsx(type: Symbol | Function | string, props: any): JSX.Element;
39
+ export { jsx, jsx as jsxs, Fragment };
40
+ //# sourceMappingURL=jsx-runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsx-runtime.d.ts","sourceRoot":"","sources":["../jsx-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,GAAG,EACR,KAAK,YAAY,EAEjB,KAAK,WAAW,EACjB,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,KAAK,OAAO,GAAG,WAAW,CAAC;IAC3B,KAAK,WAAW,GACZ,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,MAAM,GACN,IAAI,GACJ,SAAS,GACT,YAAY,CAAC,WAAW,CAAC,CAAC;IAE9B,UAAU,sBAAsB;QAC9B;;;;;WAKG;QACH,GAAG,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;QACf,QAAQ,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAC;KACxC;IAED,KAAK,aAAa,CAAC,CAAC,IAAI;SACrB,CAAC,IAAI,MAAM,2BAA2B,IAAI,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,CACrD,IAAI,EAAE,CAAC,EACP,KAAK,EAAE,2BAA2B,CAAC,CAAC,CAAC,KAClC,GAAG;KACT,CAAC;IAEF,KAAK,iBAAiB,CAAC,CAAC,IAAI;SACzB,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;KACtB,CAAC;IACF,KAAK,gBAAgB,GACjB,aAAa,GACb,cAAc,GACd,WAAW,GACX,YAAY,GACZ,aAAa,GACb,cAAc,GACd,WAAW,GACX,YAAY,GACZ,aAAa,GACb,cAAc,GACd,UAAU,GACV,UAAU,GACV,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,iBAAiB,GACjB,aAAa,GACb,YAAY,GACZ,eAAe,GACf,cAAc,GACd,SAAS,GACT,WAAW,GACX,WAAW,GACX,aAAa,CAAC;IAElB,KAAK,iBAAiB,GAAG,UAAU,GAAG,OAAO,GAAG,gBAAgB,GAAG,MAAM,aAAa,CAAC,GAAG,CAAC,CAAC;IAE5F,KAAK,YAAY,CAAC,CAAC,IAAI;SACpB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,QAAQ,GAAG,KAAK,GAAG,CAAC;KAClD,CAAC,MAAM,CAAC,CAAC,CAAC;IAEX,KAAK,YAAY,CAAC,CAAC,SAAS,WAAW,IAAI,OAAO,CAChD,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,EAAE,iBAAiB,CAAC,CAClD,CAAC;IAEF,KAAK,cAAc,CAAC,CAAC,SAAS,WAAW,IAAI,YAAY,CAAC,CAAC,CAAC,GAC1D,aAAa,CAAC,CAAC,CAAC,GAChB,sBAAsB,GAAG;QAAE,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAA;KAAE,CAAC;IAE5C,KAAK,qBAAqB,GAAG;SAC1B,CAAC,IAAI,MAAM,qBAAqB,GAAG,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;KAC7E,CAAC;IAEF,UAAU,iBAAkB,SAAQ,qBAAqB;QACvD,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,CAAC;KAC5C;CACF;AAED,QAAA,MAAM,QAAQ,eAAW,CAAC;AAM1B,iBAAS,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,GAAG,CAAC,OAAO,CA2BtE;AAED,OAAO,EAAE,GAAG,EAAE,GAAG,IAAI,IAAI,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ import{Fragment as e,jsx as t}from"./jsx-runtime-MSaMuerX.js";export{e as Fragment,t as jsx,t as jsxs};
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.error.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../postact-core/dist/utilities/ensure-window.d.ts","../../postact-core/dist/_internals.d.ts","../../postact-core/dist/subscribable.d.ts","../../postact-core/dist/ref.d.ts","../../postact-core/dist/vdom/structure.d.ts","../../postact-core/dist/utilities/select.d.ts","../../postact-core/dist/utilities/unescape.d.ts","../../postact-core/dist/utilities/is-primitive.d.ts","../../postact-core/dist/utilities/render.d.ts","../../postact-core/dist/utilities/local-storage.d.ts","../../postact-core/dist/utilities/index.d.ts","../../postact-core/dist/state.d.ts","../../postact-core/dist/dependent.d.ts","../../postact-core/dist/later.d.ts","../../postact-core/dist/component.d.ts","../../postact-core/dist/argument.d.ts","../../postact-core/dist/html.d.ts","../../postact-core/dist/css.d.ts","../../postact-core/dist/text.d.ts","../../postact-core/dist/routes.d.ts","../../postact-core/dist/vdom/client.d.ts","../../postact-core/dist/index.d.ts","../jsx-runtime.ts","../jsx-dev-runtime.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/utility.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/header.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/globals.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/crypto.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/assert.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/buffer.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/child_process.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/cluster.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/console.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/constants.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/crypto.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/dgram.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/dns.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/domain.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/events.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/fs.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/http.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/http2.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/https.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/inspector.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/module.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/net.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/os.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/path.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/process.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/punycode.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/querystring.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/readline.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/repl.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/sea.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/stream.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/test.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/timers.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/tls.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/tty.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/url.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/util.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/v8.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/vm.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/wasi.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/zlib.d.ts","../../../node_modules/.bun/@types+node@24.10.1/node_modules/@types/node/index.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/client-stats.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/client.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/h2c-client.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/snapshot-agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/api.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/util.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.bun/undici-types@7.16.0/node_modules/undici-types/index.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/globals.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/s3.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/fetch.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/bun.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/globals.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/s3.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/fetch.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bun.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/extensions.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/devserver.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/ffi.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/html-rewriter.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/jsc.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/sqlite.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/utils.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/overloads.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/branding.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/messages.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/vendor/expect-type/index.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/test.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/wasm.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/overrides.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/deprecated.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/redis.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/shell.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/serve.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/sql.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/security.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bundle.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/bun.ns.d.ts","../../../node_modules/.bun/bun-types@1.3.5/node_modules/bun-types/index.d.ts","../../../node_modules/.bun/@types+bun@1.3.5/node_modules/@types/bun/index.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/extensions.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/devserver.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/ffi.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/html-rewriter.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/jsc.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/sqlite.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/vendor/expect-type/utils.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/vendor/expect-type/overloads.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/vendor/expect-type/branding.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/vendor/expect-type/messages.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/vendor/expect-type/index.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/test.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/wasm.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/overrides.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/deprecated.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/redis.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/shell.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/serve.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/sql.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/security.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/bundle.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/bun.ns.d.ts","../../../node_modules/.bun/bun-types@1.3.6/node_modules/bun-types/index.d.ts","../../../node_modules/.bun/@types+bun@1.3.6/node_modules/@types/bun/index.d.ts"],"fileIdsList":[[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,244,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266,268],[112,122,123,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,124,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,160,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,126,131,136,142,143,145,157,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,126,127,136,142,143,145,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,128,142,143,169,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,129,130,137,142,143,146,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,157,165,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,131,133,136,142,143,145,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,124,125,132,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,133,134,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,135,136,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,124,125,136,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,137,138,142,143,157,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,137,138,142,143,152,157,160,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,133,136,139,142,143,145,157,168,213,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,137,139,140,142,143,145,157,165,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,139,141,142,143,157,165,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,144,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,133,136,142,143,145,157,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,146,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,147,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,124,125,142,143,148,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,150,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,151,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,142,143,152,153,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,152,154,169,171,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,137,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,142,143,157,158,160,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,159,160,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,157,158,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,160,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,161,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,122,125,142,143,157,162,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,142,143,163,164,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,163,164,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,145,157,165,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,166,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,145,167,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,139,142,143,151,168,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,169,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,157,170,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,144,171,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,172,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,213,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,173,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,136,138,142,143,148,157,160,168,170,171,173,213,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,157,174,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,137,139,142,143,165,169,173,213,214,215,216,217,218,219,220,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,213,214,215,216,217,218,219,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,148,157,160,165,169,173,213,214,215,216,217,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,175,214,215,216,217,218,219,220,221,222,223,224,225,226,227,233,234,235,236,237,238,239,240,241,242,243,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[13,112,113,125,128,130,137,138,142,143,146,160,165,168,174,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,137,142,143,214,215,216,217,218,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,232,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,228,230,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,228,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,137,139,142,143,165,169,173,213,214,215,216,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,213,214,215,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,130,142,143,148,157,160,165,169,173,213,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,175,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,249,250,251,257,258,259,260,261,262,263,264,265,266,267],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,251,257,258,259,260,261,262,263,264,265,266],[13,112,113,125,128,130,137,138,142,143,146,160,165,168,174,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,262,263,264,265,266],[112,125,137,142,143,214,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,256,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,252,253,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,252,254,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,252,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,259,260,261,262,263,264,265,266],[112,125,142,143,168,179,182,185,186,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,157,168,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,168,182,186,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,157,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,176,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,180,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,168,178,179,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,145,165,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,175,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,175,176,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,145,168,178,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[107,108,109,112,125,136,142,143,157,168,177,181,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,190,198,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[108,112,125,142,143,180,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,207,208,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[108,112,125,142,143,160,168,175,177,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,168,178,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[107,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,176,177,178,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,133,142,143,182,200,203,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,190,191,192,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,180,182,191,193,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,181,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[108,112,125,142,143,176,182,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,186,191,193,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,186,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,168,180,182,185,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[108,112,125,142,143,178,182,190,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,182,200,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,193,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[112,125,142,143,160,173,175,176,182,207,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[85,87,97,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[84,87,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[84,85,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[87,98,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[84,85,86,87,93,94,95,96,97,98,99,100,101,102,103,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[94,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[85,98,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[83,88,89,90,91,92,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[87,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[84,85,86,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[105,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266],[104,105,112,125,142,143,214,215,216,217,218,219,220,221,222,223,224,226,227,233,234,235,236,237,238,239,240,241,242,246,247,248,250,251,257,258,259,260,261,262,263,264,265,266]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"85e02525d8ed0ccd729a00e06e25e44a8bd2fc860645a43a69e7fead07aa194c","83cc38e2356224adf0ed7950e4e230acdcc337dd45bf35e38a61d5c7228276c1","60755b6684a249bddf5825a5243e5142a9fb34a851723cf4cced18ad91a080a9","165ee34fa970569dc96c88e314ce1743015c985a64958cfc59ee207ecd2f266b","c31b454e3a15cbb4f0337844634782f9c4309d0d0c43b082ea92662e1fea43a7","384226b52de3b5dc20139d2fdfb66309df32e5d9928503cd34a8d9dcd6525907","9d1c8e658cabf57c5829f788cf36624945cb8d365d77c332e79943ab9a4575be","a3df4e31c5ef14000b60168b9968f2ff9e47907ac89eab5ab9f2a70ca1b55222","e8c048417baa156878e1bd683c6f5da78b1baa6b48d4904505c883d891aa1b43","be231237556b43a0b66ab78ac2d8f1585b7e6ed982b051f276f573feef3dcef8","89ca7891b99f8f893cee585b226198ff787a73122c62fb641fa10c9f26cc6e5b","e4fb7afae3243ee8c30fb5bb8f28583c16f4f441e060b89acbd13e2aa543b643","109ff1f67f2a1943668b312c193abe433cf7efac70cb2a66dcef37481674b91f","0b65f20dafe3dd0d76de0de2684fce6214f114fab2d0f76d791afd90701e75cc","6b9d85483d03394890888b3fb0984592f5359dd537791103c379b6759bf91e55","9fddb3aeca097953ba365d9ab71bf743653b3954de7e0464d5343f9e1e97084c","ffdbb98ae3396ead1283565046dc24a1183d77f3afcb69c532302b4019762e8c","0f9fec51e4bce03d20d880fa85431fb46ed30391aa90381235ff6a0ce9cdad83","406635607314e451087089847a66078b0ab6214952af2dfa49fb316fd4871018","9404bfa5983b4ab0c8bc695c1c3b1efa7487c2673fc9375b27241a37b3849a0d","77265663497eb4ef548333230cc63575d9bb12b39d988e7f75ecfe4e591db29e","2e26432121076bb307140102f55b9db92c876cd0e500af961ab828b8a935851c",{"version":"29acf121fe6e50ea9d99f0bb017d395da2ef50f8b97d69f2f3e436ff216df1f2","signature":"7f4856f7c4331c3f6c1dd0a49f567a8e45206654a299560a6e4bb2a37dc55aa3"},"8c37506e09a6e0e152d088b433e85086115f7d4ecd869915bc29206030ea440d",{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"4e2de7ab2f74e36d7078bccdf831585b10dc6330bab56054921531b03f9beaf3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"65faec1b4bd63564aeec33eab9cacfaefd84ce2400f03903a71a1841fbce195f","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"69e0a41d620fb678a899c65e073413b452f4db321b858fe422ad93fd686cd49a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"6e215dac8b234548d91b718f9c07d5b09473cd5cabb29053fcd8be0af190acb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"dbecf494aac7d3ee1b23cdaafae0d0bfea8590567fc153db58fe00ed9fa66c24","impliedFormat":1},{"version":"f3d3e999a323c85c8a63ce90c6e4624ff89fe137a0e2508fddc08e0556d08abf","impliedFormat":1},{"version":"c74b33e4465a03e398a080ec56b8f7cf19edba5d7c4dab482b4be4a5c4efb1ca","impliedFormat":1},{"version":"6e215dac8b234548d91b718f9c07d5b09473cd5cabb29053fcd8be0af190acb6","affectsGlobalScope":true,"impliedFormat":1},{"version":"0da1adb8d70eba31791b5f9203a384a628f9a1b03162bc68306838e842eff203","impliedFormat":1},{"version":"f3d3e999a323c85c8a63ce90c6e4624ff89fe137a0e2508fddc08e0556d08abf","impliedFormat":1},{"version":"a1fdda024d346cd1906d4a1f66c2804217ef88b554946ac7d9b7bcbadcc75f11","impliedFormat":1},{"version":"49ae37a1b5de16f762c8a151eeaec6b558ce3c27251052ef7a361144af42cad4","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa0a44af370a2d7c1aac988a17836f57910a6c52689f52f5b3ac1d4c6cadcb23","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"31bd1a31f935276adf90384a35edbd4614018ff008f57d62ffb57ac538e94e51","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"561c795984d06b91091780cebeac616e9e41d83240770e1af14e6ec083b713d5","impliedFormat":1},{"version":"dfbcc400ac6d20b941ccc7bd9031b9d9f54e4d495dd79117334e771959df4805","affectsGlobalScope":true,"impliedFormat":1},{"version":"944d65951e33a13068be5cd525ec42bf9bc180263ba0b723fa236970aa21f611","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"fbed43a6fcf5b675f5ec6fc960328114777862b58a2bb19c109e8fc1906caa09","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1},{"version":"49ae37a1b5de16f762c8a151eeaec6b558ce3c27251052ef7a361144af42cad4","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"aa0a44af370a2d7c1aac988a17836f57910a6c52689f52f5b3ac1d4c6cadcb23","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"b5a907deaba678e5083ccdd7cc063a3a8c3413c688098f6de29d6e4cefabc85f","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"561c795984d06b91091780cebeac616e9e41d83240770e1af14e6ec083b713d5","impliedFormat":1},{"version":"dfbcc400ac6d20b941ccc7bd9031b9d9f54e4d495dd79117334e771959df4805","affectsGlobalScope":true,"impliedFormat":1},{"version":"944d65951e33a13068be5cd525ec42bf9bc180263ba0b723fa236970aa21f611","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"fbed43a6fcf5b675f5ec6fc960328114777862b58a2bb19c109e8fc1906caa09","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1}],"root":[105,106],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"jsx":4,"jsxImportSource":"./","module":99,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"verbatimModuleSyntax":true},"referencedMap":[[245,1],[269,2],[122,3],[123,3],[124,4],[112,5],[125,6],[126,7],[127,8],[110,9],[128,10],[129,11],[130,12],[131,13],[132,14],[133,15],[134,15],[135,16],[136,17],[137,18],[138,19],[113,9],[111,9],[139,20],[140,21],[141,22],[175,23],[142,24],[143,9],[144,25],[145,26],[146,27],[147,28],[148,29],[149,30],[150,31],[151,32],[152,33],[153,33],[154,34],[155,9],[156,35],[157,36],[159,37],[158,38],[160,39],[161,40],[162,41],[163,42],[164,43],[165,44],[166,45],[167,46],[168,47],[169,48],[170,49],[171,50],[172,51],[114,9],[115,52],[116,9],[117,9],[118,53],[119,54],[120,9],[121,39],[173,55],[174,56],[221,57],[243,9],[242,58],[236,59],[223,60],[222,61],[220,62],[224,63],[218,64],[225,9],[244,65],[226,66],[235,67],[237,68],[219,69],[241,70],[239,71],[238,72],[240,73],[227,74],[233,75],[230,76],[232,77],[231,78],[229,79],[228,9],[234,80],[217,81],[267,9],[266,82],[260,83],[247,84],[246,85],[216,86],[248,87],[214,88],[249,9],[268,89],[250,90],[259,91],[261,92],[215,93],[265,94],[263,95],[262,96],[264,97],[251,98],[257,99],[254,100],[256,101],[255,102],[253,103],[252,9],[258,104],[81,9],[82,9],[13,9],[14,9],[16,9],[15,9],[2,9],[17,9],[18,9],[19,9],[20,9],[21,9],[22,9],[23,9],[24,9],[3,9],[25,9],[26,9],[4,9],[27,9],[31,9],[28,9],[29,9],[30,9],[32,9],[33,9],[34,9],[5,9],[35,9],[36,9],[37,9],[38,9],[6,9],[42,9],[39,9],[40,9],[41,9],[43,9],[7,9],[44,9],[49,9],[50,9],[45,9],[46,9],[47,9],[48,9],[8,9],[54,9],[51,9],[52,9],[53,9],[55,9],[9,9],[56,9],[57,9],[58,9],[60,9],[59,9],[61,9],[62,9],[10,9],[63,9],[64,9],[65,9],[11,9],[66,9],[67,9],[68,9],[69,9],[70,9],[1,9],[71,9],[72,9],[12,9],[76,9],[74,9],[79,9],[78,9],[73,9],[77,9],[75,9],[80,9],[190,105],[202,106],[188,107],[203,108],[212,109],[179,110],[180,111],[178,112],[211,113],[206,114],[210,115],[182,116],[199,117],[181,118],[209,119],[176,120],[177,114],[183,121],[184,9],[189,122],[187,121],[108,123],[213,124],[204,125],[193,126],[192,121],[194,127],[197,128],[191,129],[195,130],[207,113],[185,131],[186,132],[198,133],[109,108],[201,134],[200,121],[196,135],[205,9],[107,9],[208,136],[84,9],[98,137],[97,138],[100,139],[95,139],[99,140],[104,141],[96,142],[86,139],[102,9],[94,139],[85,9],[101,143],[83,9],[93,144],[90,9],[92,9],[91,145],[88,145],[89,9],[103,145],[87,146],[106,147],[105,148]],"latestChangedDtsFile":"./jsx-dev-runtime.d.ts","version":"5.9.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postact/jsx",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "JSX support for Postact.",
5
5
  "author": {
6
6
  "name": "AWeirdDev",
@@ -18,15 +18,13 @@
18
18
  },
19
19
  "./jsx-runtime": {
20
20
  "types": "./dist/jsx-runtime.d.ts",
21
- "import": "./dist/jsx-runtime.mjs",
22
- "require": "./dist/jsx-runtime.cjs",
21
+ "import": "./dist/jsx-runtime.js",
23
22
  "default": "./dist/jsx-runtime.js"
24
23
  },
25
24
  "./jsx-dev-runtime": {
26
- "types": "./dist/jsx-runtime.d.ts",
27
- "import": "./dist/jsx-runtime.mjs",
28
- "require": "./dist/jsx-runtime.cjs",
29
- "default": "./dist/jsx-runtime.js"
25
+ "types": "./dist/jsx-dev-runtime.d.ts",
26
+ "import": "./dist/jsx-dev-runtime.js",
27
+ "default": "./dist/jsx-dev-runtime.js"
30
28
  }
31
29
  },
32
30
  "scripts": {
@@ -40,6 +38,10 @@
40
38
  "@types/bun": "latest",
41
39
  "oxfmt": "^0.24.0"
42
40
  },
41
+ "files": [
42
+ "./src/**/*",
43
+ "./dist/*"
44
+ ],
43
45
  "peerDependencies": {
44
46
  "typescript": "^5"
45
47
  },
package/jsx-runtime.ts DELETED
@@ -1,131 +0,0 @@
1
- import {
2
- createVf,
3
- PostactIdentifier,
4
- transformArgToVirtualItem,
5
- type Ref,
6
- type Subscribable,
7
- type VirtualElement,
8
- type VirtualFragment,
9
- type VirtualItem,
10
- } from "@postact/core";
11
-
12
- export declare namespace JSX {
13
- type Element = VirtualItem;
14
- type AnyChildren =
15
- | Element
16
- | string
17
- | boolean
18
- | number
19
- | bigint
20
- | null
21
- | undefined
22
- | Subscribable<AnyChildren>;
23
-
24
- interface IntrinsicElementsProps {
25
- /**
26
- * Takes a `Ref` object so that you can interact with its
27
- * native APIs whenever this element is rendered.
28
- *
29
- * The `Ref` object is a subscribable, subscribable via `.subscribe()`.
30
- */
31
- ref?: Ref<any>;
32
- children?: AnyChildren | AnyChildren[];
33
- }
34
-
35
- type EventHandlers<T> = {
36
- [K in keyof GlobalEventHandlersEventMap as `on${K}`]?: (
37
- this: T,
38
- event: GlobalEventHandlersEventMap[K],
39
- ) => any;
40
- };
41
-
42
- type ElementAttributes<T> = {
43
- [K in keyof T]?: T[K];
44
- };
45
- type ReadonlyDOMProps =
46
- | "offsetWidth"
47
- | "offsetHeight"
48
- | "offsetTop"
49
- | "offsetLeft"
50
- | "clientWidth"
51
- | "clientHeight"
52
- | "clientTop"
53
- | "clientLeft"
54
- | "scrollWidth"
55
- | "scrollHeight"
56
- | "nodeName"
57
- | "nodeType"
58
- | "nodeValue"
59
- | "parentNode"
60
- | "childNodes"
61
- | "firstChild"
62
- | "lastChild"
63
- | "previousSibling"
64
- | "nextSibling"
65
- | "attributes"
66
- | "ownerDocument"
67
- | "namespaceURI"
68
- | "tagName"
69
- | "innerHTML"
70
- | "outerHTML"
71
- | "textContent";
72
-
73
- type ExcludedHTMLProps = "children" | "style" | ReadonlyDOMProps | keyof EventHandlers<any>;
74
-
75
- type ExtractProps<T> = {
76
- [K in keyof T]: T[K] extends Function ? never : K;
77
- }[keyof T];
78
-
79
- type ElementProps<T extends HTMLElement> = Partial<
80
- Omit<Pick<T, ExtractProps<T>>, ExcludedHTMLProps>
81
- >;
82
-
83
- type HTMLAttributes<T extends HTMLElement> = ElementProps<T> &
84
- EventHandlers<T> &
85
- IntrinsicElementsProps & { ref?: Ref<T> };
86
-
87
- type IntrinsicElementsBase = {
88
- [K in keyof HTMLElementTagNameMap]: HTMLAttributes<HTMLElementTagNameMap[K]>;
89
- };
90
-
91
- interface IntrinsicElements extends IntrinsicElementsBase {
92
- [elemName: string]: IntrinsicElementsProps;
93
- }
94
- }
95
-
96
- const Fragment = Symbol();
97
-
98
- function mapChildren(items: any[]) {
99
- return items.map((item) => transformArgToVirtualItem(item));
100
- }
101
-
102
- function jsx(type: Symbol | Function | string, props: any): JSX.Element {
103
- const hasChildren = typeof props.children !== "undefined" && props.children !== null;
104
- const children = !hasChildren
105
- ? []
106
- : Array.isArray(props.children)
107
- ? props.children
108
- : [props.children];
109
-
110
- if (type === Fragment) {
111
- return createVf(mapChildren(children));
112
- } else if (typeof type === "string") {
113
- if (hasChildren) {
114
- delete props["children"];
115
- }
116
-
117
- return {
118
- __p: PostactIdentifier.VirtualElement,
119
- tag: type,
120
- attributes: props,
121
- children: mapChildren(children),
122
- listeners: [],
123
- } satisfies VirtualElement;
124
- } else if (typeof type === "function") {
125
- return type(props);
126
- } else {
127
- throw new TypeError("unknown type");
128
- }
129
- }
130
-
131
- export { jsx, jsx as jsxs, Fragment };
@@ -1,13 +0,0 @@
1
- import { defineConfig } from "rolldown";
2
-
3
- export default defineConfig({
4
- input: ["./jsx-runtime.ts", "./jsx-dev-runtime.ts"],
5
- output: [
6
- {
7
- dir: "./dist",
8
- format: "esm",
9
- sourcemap: true,
10
- },
11
- ],
12
- external: [],
13
- });
package/test.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var core_1 = require("@postact/core");
4
- function Counter() {
5
- var $count = (0, core_1.state)(0);
6
- return <button>asdf</button>;
7
- }
package/test.prod.js DELETED
@@ -1 +0,0 @@
1
- var l=class extends Error{constructor(q){super(q)}};function g(){if(typeof window>"u")throw new l("expected the runtime context to be in the browser (window is undefined)")}var X=function(q){return q[q.Dependent=0]="Dependent",q[q.State=1]="State",q[q.VirtualElement=2]="VirtualElement",q[q.VirtualFragment=3]="VirtualFragment",q[q.VirtualTextNode=4]="VirtualTextNode",q[q.CSSPaper=5]="CSSPaper",q[q.ComponentPointer=6]="ComponentPointer",q[q.ComponentInstance=7]="ComponentInstance",q[q.Ref=8]="Ref",q}({});function H(q){return q===null?!1:!!(typeof q=="object"&&Object.hasOwn(q,"__p"))}function N(q,z){return z===null?!1:!!((typeof z=="object"||typeof z=="function")&&Object.hasOwn(z,"__p")&&z.__p==q)}function B(q=6){return Array.from({length:q},()=>Math.floor(Math.random()*16).toString(16)).join("")}function h(q){return N(X.VirtualElement,q)}function x(q){return N(X.VirtualFragment,q)}function P(q,z){return{__p:X.VirtualFragment,children:q,subscribable:z}}function d(q){return N(X.VirtualTextNode,q)}function Q(q,z){return{__p:X.VirtualTextNode,data:q,subscribable:z}}var u=class{value;#q;constructor(q){this.value=q,this.#q=new Map}subscribe(q){this.#q.set(q,q)}unsubscribe(q){this.#q.delete(q)}emit(){let q=this.value;this.#q.forEach((z)=>z(q))}};function T(q){return N(X.Dependent,q)||N(X.State,q)||N(X.Ref,q)}var t=class{__p=X.Ref;value;#q;constructor(){this.value=null,this.#q=new Map}subscribe(q){this.#q.set(q,q)}unsubscribe(q){this.#q.delete(q)}emit(){let q=this.value;if(q===null)throw Error("ref is currently null");this.#q.forEach((z)=>z(q))}};function o(q){return N(X.Ref,q)}function C(q,z){let G=window.document.createDocumentFragment();if(q==null)return G;if(typeof q=="string")return G.appendChild(window.document.createTextNode(q)),G;if(d(q)){let K=q,J=window.document.createTextNode(K.data);if(K.subscribable){let O=z.debug?B():"",Y=window.document.createComment(z.debug?`${O}`:""),M=window.document.createComment(z.debug?`/${O}`:""),U=new E(Y,M,G);K.subscribable.subscribe((Z)=>{J.parentNode&&U.setParent(J.parentNode);let m=_(Z,z);U.spreadAndReplace(m)}),G.append(Y,J,M)}else G.appendChild(J);return G}if(h(q)){let K=window.document.createElement(q.tag);return q.attributes.entries().forEach(([J,O])=>{if(O!=null){if(o(O)&&(O.value=K,O.emit()),T(O))return O.subscribe((Y)=>{L(K,J,Y)}),L(K,J,O.value);K.setAttribute(J,O.toString())}}),q.listeners.forEach(([J,O])=>K.addEventListener(J,O)),q.subscribable&&q.subscribable.subscribe((J)=>{let O=_(J,z);K.replaceChildren(O)}),K.append(...q.children.map((J)=>C(J,z))),G.appendChild(K),G}if(x(q)){let K=q.children.reduce((J,O)=>(J.append(C(O,z)),J),window.document.createDocumentFragment());if(q.subscribable){let J=z.debug?B():"",O=window.document.createComment(z.debug?`${J}`:""),Y=window.document.createComment(z.debug?`/${J}`:""),M=new E(O,Y,G);q.subscribable.subscribe((U)=>{O.parentNode&&M.setParent(O.parentNode);let Z=_(U,z);M.spreadAndReplace(Z)}),G.append(O,K,Y)}else G.appendChild(K);return G}else throw Error("unknown virtual item")}function _(q,z){if(q==null)return window.document.createDocumentFragment();if(F(q)){let G=window.document.createDocumentFragment();return G.appendChild(window.document.createTextNode(q.toString())),G}else return C(q,z)}var E=class{#q;#z;#G;constructor(q,z,G){this.#q=q,this.#z=z,this.#G=G}setParent(q){this.#G=q}spreadAndReplace(q){let z=this.#q.nextSibling;for(;z&&!this.#z.isEqualNode(z);){let G=z.nextSibling;this.#G.removeChild(z),z=G}this.#G.insertBefore(q,this.#z)}};function L(q,z,G){G==null?q.removeAttribute(z):q.setAttribute(z,G.toString())}var I={debug:!1};function b(q,z=I){return g(),C(q,z)}function c(q,z){q.replaceChildren(b(z))}function f(q){let z=window.document.querySelector(q);if(!z)throw ReferenceError(`could not find any element matching query: ${q}`);return z.render=(G)=>{c(z,G)},z}var p=Object.freeze({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),k=/&(?:amp|lt|gt|quot|#39);/g;function A(q){return q&&k.test(q)?q.replace(k,(z)=>p[z]):q}function F(q){return["string","number","bigint","boolean"].includes(typeof q)}function D(q,z){return typeof z=="function"?z(q):z}var R=class{value;__p=X.State;#q;#z;constructor(q){this.value=q,this.#q=new Map,this.#z=[]}update(q){let z=D(this.value,q);for(let G of this.#z)if(!G(this.value,z))return;this.value=z,this.emit()}set(q){this.value=D(this.value,q)}subscribe(q){this.#q.set(q,q)}unsubscribe(q){this.#q.delete(q)}emit(){let q=this.value;this.#q.forEach((z,G)=>G(q))}withChecker(q){return this.#z.push(q),this}withCheckers(q){return this.#z.push(...q),this}};function j(q){return new R(q)}var e=class{__p=X.Dependent;#q;#z;#G;constructor(q,z,G){this.#z=G||z(Array.isArray(q)?q.map((K)=>K.value):q.value),this.#q=z,this.#G=new Map,Array.isArray(q)?q.forEach((K)=>{K.subscribe(()=>{let J=this.#q(q.map((O)=>O.value));this.#z=J,this.#G.forEach((O,Y)=>Y(J))})}):q.subscribe(()=>{let K=this.#q(q.value);this.#z=K,this.#G.forEach((J,O)=>O(K))})}get value(){return this.#z}subscribe(q){this.#G.set(q,q)}unsubscribe(q){this.#G.delete(q)}};var q0=class extends R{#q;#z;ok;constructor(q){super(null),this.#q=q,this.ok=!1,this.#z=()=>{},this.#q.then((z)=>this.update(z)).catch((z)=>this.#z&&this.#z(z))}catch(q){return this.#z=q,this}};var $=function(q){return q[q.Empty=0]="Empty",q[q.Text=1]="Text",q[q.Subscribable=2]="Subscribable",q[q.VirtualItem=3]="VirtualItem",q[q.Function=4]="Function",q}({});function v(q){return q==null?$.Empty:typeof q=="function"?$.Function:F(q)?$.Text:T(q)?$.Subscribable:$.VirtualItem}function S(q){switch(v(q)){case $.Empty:return null;case $.Text:return Q(q.toString());case $.Subscribable:let z=q,G=z.value;return G==null?Q("",z):F(G)?Q(G.toString(),z):P([G],z);case $.VirtualItem:return q;case $.Function:let K=q();if(K==null)return null;if(F(K))return Q(K.toString());if(!H(K))throw Error(`unresolvable value in children after function calling. value: ${K}`);return K}}function w(q){return N(X.ComponentPointer,q)}function a(q){return N(X.ComponentInstance,q)}var W=class q extends Error{constructor(z){super(z)}static noInsertInTagNames(){return new q("`${...}` is not allowed in tag names")}static noInsertInAttrNames(){return new q("`${...}` is not allowed in attribute names")}static invalidCharacterInTagName(z){return new q(`${z} is not a valid html tag character`)}static invalidCharacterInAttributeName(z){return new q(`${z} is not a valid html attribute character`)}static expectedQuote(){return new q('expected double quote (")')}static expectedAttrName(){return new q("expected attribute name, got empty")}static expectedAttrEqual(){return new q("expected equal sign (=) right after attribute name")}static expectedTagClosing(){return new q("expected tag to be closing (with a slash: /)")}static expectedTagOpening(){return new q("expected an opening tag")}static tagMismatch(z,G){return new q(`the starting and closing tags do not match: \`${z}\` and \`${G}\``)}static noBackslashBeforeInsert(){return new q("there should be no backslash (\\) before ${...}")}static typeCheckComponentProps(){return new q("**do not** add attributes like how you would in JSX.this may lead to runtime type inconsistencies. instead, run components (e.g., `Page`) with attributes like this: \n html`<${Page({ hello: 'world' })} />`\nthis ensures runtime type safety.")}},z0=class{#q;#z;#G;#J;constructor(q,z){this.#q=q,this.#z=z,this.#G=0,this.#J=0}next(){if(this.#G>=this.#q.length)return null;if(this.#q[this.#G].length==0)return this.#J=0,this.#G+=1,[!0,""];if(this.#J>=this.#q[this.#G].length)return null;let q=this.#q[this.#G],z=q[this.#J];return this.#J=(this.#J+1)%q.length,this.#G+=this.#J==0?1:0,[this.#J==0,z]}seek(){return this.#q[this.#G][this.#J]||null}getInsertion(){return this.#z[this.#G-1]??null}consume(){let q=[];for(;;){let z=this.next();if(!z)break;let[G,K]=z;if(K=="<"){if(G){let J=this.getInsertion();if(w(J)||a(J)){q.push(this.processComponent(J));continue}else throw W.noInsertInTagNames()}q.push(this.processElement())}else if(G){let J=S(this.getInsertion());J!==null&&q.push(J)}else if(!/\s/.test(K))throw W.expectedTagOpening()}return{__p:X.VirtualFragment,children:q}}processElement(){let[q,z,G,K]=this.consumeTag(),[J,O]=n(z);if(G)return{__p:X.VirtualElement,tag:q,attributes:O,children:[],listeners:J};let Y=this.consumeChildren(K),M=this.consumeEndTag();if(q!==M)throw W.tagMismatch(q,typeof M=="string"?M:"[component]");return{__p:X.VirtualElement,tag:q,attributes:O,children:Y,listeners:J}}processComponent(q){let[z,G,K]=this.consumeAttributes();if(z.size>0)throw W.typeCheckComponentProps();if(G)return q.ptr(w(q)?{}:q.props);let J=this.consumeChildren(K),O=this.consumeEndTag();if(typeof O!="function")throw W.tagMismatch("[component]",O);if(!w(O))throw TypeError("expected component pointer for end tag, got other functions instead");if(O.ptr!==q.ptr)throw W.tagMismatch("[component A]","[component B]");return q.ptr({children:P(J),...w(q)?{}:q.props})}consumeTag(){let q="";for(;;){let[z,G]=this.next();if(/\s/.test(G)){let[K,J,O]=this.consumeAttributes();return[q,K,J,O]}if(G==">")return[q,new Map,!1,z];if(z)throw W.noInsertInTagNames();if(!/[a-zA-Z0-9-]/.test(G))throw W.invalidCharacterInTagName(G);q+=G}}consumeAttributes(){let q=new Map,z="",G=0;for(;;){let[K,J]=this.next();if(J==">")return z&&q.set(z,"true"),[q,!1,K];if(J=="/"){let[Y,M]=this.consumeWhitespace();if(M!==">")throw W.expectedTagClosing();return z&&q.set(z,"true"),[q,!0,K]}if(G===0){if(!z&&(/\s/.test(J)||!J))continue;if(/\s|=/.test(J)){if(!z)throw W.expectedAttrName();G=1}else{if(K)throw W.noInsertInAttrNames();if(!/[a-zA-Z0-9-]/.test(J))throw W.invalidCharacterInAttributeName(J);z+=J;continue}}if(J===" "){q.set(z,"true"),z="",G=0;continue}if(J!=="=")throw W.expectedAttrEqual();let O=K?i(this.getInsertion()):this.consumeStringQuote();O!==null&&q.set(z,O),z="",G=0}}consumeEndTag(){let[q,z]=this.consumeWhitespace();if(z!=="/")throw W.expectedTagClosing();if(q){let J=this.getInsertion();if(typeof J=="function")return J;throw W.noInsertInTagNames()}let G="",K=0;for(;;){let[J,O]=this.next();if(O===">")return typeof G=="function"?G:G.trimEnd();if(J){let Y=this.getInsertion();if(typeof Y=="function"&&typeof G!="function")G=Y;else throw W.noInsertInTagNames()}else{if(typeof G=="function"||(/\s/.test(O)&&(K=1),K==0&&!/[a-zA-Z0-9-]/.test(O)))throw W.invalidCharacterInTagName(O);G+=O}}}consumeWhitespace(){let[q,z]=this.next();return/\s/.test(z)?this.consumeWhitespace():[q,z]}consumeStringQuote(){let q="",[z,G]=this.consumeWhitespace();if(G!=='"')throw W.expectedQuote();for(q+='"',z&&(q+=this.getInsertion().toString());;){let[K,J]=this.next();if(J=="\\"){let[O,Y]=this.next();if(O)throw W.noBackslashBeforeInsert();q+="\\"+Y;continue}if(J=='"')break;q+=J,K&&(q+=this.getInsertion().toString())}return JSON.parse(q+'"')}consumeChildren(q){let z="",G=[];for(q&&G.push(S(this.getInsertion()));;){let[K,J]=this.next();if(J==="<"){if(this.seek()==="/")break;z.trim()&&G.push(Q(A(z))),z="",G.push(this.processElement());continue}if(z+=J,K){z.trim()&&G.push(Q(A(z))),z="";let O=this.getInsertion();G.push(S(O))}}return z.trim()&&G.push(Q(A(z))),G}};function i(q){switch(v(q)){case $.Empty:return null;case $.Text:return q.toString();case $.Subscribable:return q;case $.VirtualItem:return null;case $.Function:return q}}function n(q){let z=[];for(let[G,K]of Object.entries(q))G.startsWith("on")&&typeof K=="function"&&(q.delete(G),z.push([G.slice(2),K]));return[z,q]}var G0=new u({pathname:"",hash:" "});var s=Symbol();function y(q){return q.map((z)=>S(z))}function V(q,z){let G=typeof z.children<"u"&&z.children!==null,K=!G?[]:Array.isArray(z.children)?z.children:[z.children];if(q===s)return P(y(K));else if(typeof q==="string"){if(G)delete z.children;return{__p:X.VirtualElement,tag:q,attributes:z,children:y(K),listeners:[]}}else if(typeof q==="function")return q(z)}function r(){let q=j(0);return V("button",{onclick:()=>q.update((z)=>z+1),children:["Current: ",q]})}f("#app").render(V(r,{}));
package/test.tsx DELETED
@@ -1,8 +0,0 @@
1
- import { state, select } from "@postact/core";
2
-
3
- function Counter() {
4
- const $count = state(0);
5
- return <button onclick={() => $count.update((v) => v + 1)}>Current: {$count}</button>;
6
- }
7
-
8
- select("#app").render(<Counter />);
package/tsconfig.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
4
- "target": "ESNext",
5
- "module": "ESNext",
6
- "moduleDetection": "force",
7
- "allowJs": true,
8
-
9
- "jsx": "react-jsx",
10
- "jsxImportSource": "./",
11
-
12
- "declaration": true,
13
- "declarationMap": true,
14
- "emitDeclarationOnly": true,
15
- "composite": true,
16
-
17
- "outDir": "./dist",
18
-
19
- "moduleResolution": "bundler",
20
- "verbatimModuleSyntax": true,
21
- "noEmit": false,
22
- "strict": true,
23
- "skipLibCheck": true,
24
- "noFallthroughCasesInSwitch": true,
25
- "noUncheckedIndexedAccess": true,
26
- "noImplicitOverride": true,
27
- "noUnusedLocals": false,
28
- "noUnusedParameters": false,
29
- "noPropertyAccessFromIndexSignature": false,
30
- },
31
- "exclude": ["./dist/**", "rolldown.config.ts"]
32
- }