subscript 10.4.4 → 10.4.5
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/feature/asi.js +3 -2
- package/jessie.min.js +9 -9
- package/package.json +1 -1
package/feature/asi.js
CHANGED
|
@@ -53,8 +53,9 @@ parse.space = (cc, from) => {
|
|
|
53
53
|
// this with no args.
|
|
54
54
|
parse.enter = () => parse.newline = parse.semi = false;
|
|
55
55
|
|
|
56
|
-
// `}` closes a block — outer context sees an implicit newline.
|
|
57
|
-
|
|
56
|
+
// `}` closes a block — outer context sees an implicit newline. A hard semicolon
|
|
57
|
+
// consumed inside the block belongs to that block.
|
|
58
|
+
parse.exit = (p, end) => { if (end === BLOCK_END) parse.newline = true, parse.semi = false; };
|
|
58
59
|
|
|
59
60
|
// Wrap iteration step: bail at high prec when `;\n` consumed; fire ASI before
|
|
60
61
|
// `[`/`(` on a new line; fire ASI when no operator continues across newline.
|
package/jessie.min.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var u,c,m=r=>(u=0,c=r,m.enter?.(),r=A(),c[u]?R():r||""),R=(r="Unexpected token",
|
|
2
|
-
`),o=
|
|
3
|
-
${c[
|
|
4
|
-
`,""+n}${l}${f}`)},Lr=(r,
|
|
5
|
-
`,r:"\r",t:" ",b:"\b",f:"\f",v:"\v",0:"\0"},Hr=r=>r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:-1,jr=r=>(t,
|
|
6
|
-
`,"/*":"*/"};var hr;m.space=()=>{hr||(hr=Object.entries(m.comment).map(([n,s])=>[n,s,n.charCodeAt(0)]));for(var r;r=$
|
|
7
|
-
`)for(;c.charCodeAt(o)>=
|
|
8
|
-
`,r:"\r",t:" ",b:"\b",f:"\f",v:"\v"},Zr=()=>{let r=[];for(let
|
|
9
|
-
`;var mt=32,Or=10,Re=59,_e=125,Oe=91,Pe=40,_r=$.asi??$[";"],ve=m._baseSpace??=m.space,Be=m._baseStep??=m.step,Le=(r,t)=>{for(;(t=c.charCodeAt(r))<=mt;){if(t===Or)return!0;r++}return!1},Me=(r=u,t)=>{for(;r-- >0&&(t=c.charCodeAt(r))<=mt;)if(t===Or)return!0;return!1};m.space=(r,t)=>{for(;;){for(t=u,r=ve();t<u;)if(c.charCodeAt(t++)===Or){m.newline=!0;break}if(r===Re&&Le(u+1)){P(u+1),m.newline=m.semi=!0;continue}return r}};m.enter=()=>m.newline=m.semi=!1;m.exit=(r,t)=>{t===_e&&(m.newline=!0)};m.step=(r,t,e,o)=>{if(m.semi&&t>=_r)return!1;if(r&&(m.semi||(e===Oe||e===Pe)&&Me()))return lt(r,t,o)??null;let n=m.newline;return Be(r,t,e,o)??(r&&n?lt(r,t,o)??null:null)};var Rr=0,Ue=2e3,lt=m.asi=(r,t,e,o,n)=>{if(t>=_r||Rr>=Ue)return;m.semi=!1;let s=u;Rr++;try{o=e(_r-.5)}finally{Rr--}if(!(!o||u===s))return n=o?.[0]===";"?o.slice(1):[o],r?.[0]===";"?(r.push(...n),r):[";",r,...n]};var dt=(r,t,e,o)=>typeof r=="string"?n=>t(n,r,n):r[0]==="."?(e=i(r[1]),o=r[2],n=>t(e(n),o,n)):r[0]==="[]"&&r.length===3?(e=i(r[1]),o=i(r[2]),n=>t(e(n),o(n),n)):r[0]==="()"&&r.length===2?dt(r[1],t):(()=>{throw Error("Invalid assignment target")})(),ct={"=":(r,t,e)=>r[t]=e,"+=":(r,t,e)=>r[t]+=e,"-=":(r,t,e)=>r[t]-=e,"*=":(r,t,e)=>r[t]*=e,"/=":(r,t,e)=>r[t]/=e,"%=":(r,t,e)=>r[t]%=e,"|=":(r,t,e)=>r[t]|=e,"&=":(r,t,e)=>r[t]&=e,"^=":(r,t,e)=>r[t]^=e,">>=":(r,t,e)=>r[t]>>=e,"<<=":(r,t,e)=>r[t]<<=e};for(let r in ct)p(r,(t,e)=>(e=i(e),dt(t,(o,n,s)=>ct[r](o,n,e(s)))));p("!",r=>(r=i(r),t=>!r(t)));p("||",(r,t)=>(r=i(r),t=i(t),e=>r(e)||t(e)));p("&&",(r,t)=>(r=i(r),t=i(t),e=>r(e)&&t(e)));p("~",r=>(r=i(r),t=>~r(t)));p("|",(r,t)=>(r=i(r),t=i(t),e=>r(e)|t(e)));p("&",(r,t)=>(r=i(r),t=i(t),e=>r(e)&t(e)));p("^",(r,t)=>(r=i(r),t=i(t),e=>r(e)^t(e)));p(">>",(r,t)=>(r=i(r),t=i(t),e=>r(e)>>t(e)));p("<<",(r,t)=>(r=i(r),t=i(t),e=>r(e)<<t(e)));p(">",(r,t)=>(r=i(r),t=i(t),e=>r(e)>t(e)));p("<",(r,t)=>(r=i(r),t=i(t),e=>r(e)<t(e)));p(">=",(r,t)=>(r=i(r),t=i(t),e=>r(e)>=t(e)));p("<=",(r,t)=>(r=i(r),t=i(t),e=>r(e)<=t(e)));p("==",(r,t)=>(r=i(r),t=i(t),e=>r(e)==t(e)));p("!=",(r,t)=>(r=i(r),t=i(t),e=>r(e)!=t(e)));p("+",(r,t)=>t!==void 0?(r=i(r),t=i(t),e=>r(e)+t(e)):(r=i(r),e=>+r(e)));p("-",(r,t)=>t!==void 0?(r=i(r),t=i(t),e=>r(e)-t(e)):(r=i(r),e=>-r(e)));p("*",(r,t)=>(r=i(r),t=i(t),e=>r(e)*t(e)));p("/",(r,t)=>(r=i(r),t=i(t),e=>r(e)/t(e)));p("%",(r,t)=>(r=i(r),t=i(t),e=>r(e)%t(e)));var Pr=(r,t,e,o)=>typeof r=="string"?n=>t(n,r):r[0]==="."?(e=i(r[1]),o=r[2],n=>t(e(n),o)):r[0]==="[]"&&r.length===3?(e=i(r[1]),o=i(r[2]),n=>t(e(n),o(n))):r[0]==="()"&&r.length===2?Pr(r[1],t):(()=>{throw Error("Invalid increment target")})();p("++",(r,t)=>Pr(r,t===null?(e,o)=>e[o]++:(e,o)=>++e[o]));p("--",(r,t)=>Pr(r,t===null?(e,o)=>e[o]--:(e,o)=>--e[o]));var at=(...r)=>(r=r.map(i),t=>{let e;for(let o of r)e=o(t);return e});p(",",at);p(";",at);var F=r=>r?.[0]==="_"&&r[1]==="_"||r==="constructor"||r==="prototype",ir=r=>{throw Error(r)};p("[]",(r,t)=>t===void 0?(r=r?r[0]===","?r.slice(1):[r]:[],r=r.map(e=>e==null?(()=>{}):e[0]==="..."?(e=i(e[1]),o=>e(o)):(e=i(e),o=>[e(o)])),e=>r.flatMap(o=>o(e))):(t==null&&ir("Missing index"),r=i(r),t=i(t),e=>{let o=t(e);return F(o)?void 0:r(e)[o]}));p(".",(r,t)=>(r=i(r),t=t[0]?t:t[1],F(t)?()=>{}:e=>r(e)[t]));p("()",(r,t)=>{if(t===void 0)return r==null?ir("Empty ()"):i(r);let e=n=>n?.[0]===","&&n.slice(1).some(s=>s==null||e(s));e(t)&&ir("Empty argument");let o=t?t[0]===","?(t=t.slice(1).map(i),n=>t.map(s=>s(n))):(t=i(t),n=>[t(n)]):()=>[];return vr(r,(n,s,l)=>n[s](...o(l)))});var M=r=>typeof r=="string"||Array.isArray(r)&&(r[0]==="."||r[0]==="?."||r[0]==="[]"&&r.length===3||r[0]==="?.[]"||r[0]==="()"&&r.length===2&&M(r[1])||r[0]==="{}"),vr=(r,t,e,o)=>r==null?ir("Empty ()"):r[0]==="()"&&r.length==2?vr(r[1],t):typeof r=="string"?n=>t(n,r,n):r[0]==="."?(e=i(r[1]),o=r[2],n=>t(e(n),o,n)):r[0]==="?."?(e=i(r[1]),o=r[2],n=>{let s=e(n);return s==null?void 0:t(s,o,n)}):r[0]==="[]"&&r.length===3?(e=i(r[1]),o=i(r[2]),n=>t(e(n),o(n),n)):r[0]==="?.[]"?(e=i(r[1]),o=i(r[2]),n=>{let s=e(n);return s==null?void 0:t(s,o(n),n)}):(r=i(r),n=>t([r(n)],0,n)),G=vr;p("===",(r,t)=>(r=i(r),t=i(t),e=>r(e)===t(e)));p("!==",(r,t)=>(r=i(r),t=i(t),e=>r(e)!==t(e)));p("??",(r,t)=>(r=i(r),t=i(t),e=>r(e)??t(e)));var De=r=>{throw Error(r)};p("**",(r,t)=>(r=i(r),t=i(t),e=>r(e)**t(e)));p("**=",(r,t)=>(M(r)||De("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]**=t(n))));p("in",(r,t)=>(r=i(r),t=i(t),e=>r(e)in t(e)));var Fe=r=>{throw Error(r)};p(">>>",(r,t)=>(r=i(r),t=i(t),e=>r(e)>>>t(e)));p(">>>=",(r,t)=>(M(r)||Fe("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]>>>=t(n))));var Ge=r=>r[0]?.[0]===","?r[0].slice(1):r,X=(r,t,e)=>{if(typeof r=="string"){e[r]=t;return}let[o,...n]=r,s=Ge(n);if(o==="{}"){let l=[];for(let f of s){if(Array.isArray(f)&&f[0]==="..."){let w={};for(let _ in t)l.includes(_)||(w[_]=t[_]);e[f[1]]=w;break}let d,g,E;typeof f=="string"?d=g=f:f[0]==="="?(typeof f[1]=="string"?d=g=f[1]:[,d,g]=f[1],E=f[2]):[,d,g]=f,l.push(d);let S=t[d];S===void 0&&E&&(S=i(E)(e)),X(g,S,e)}}else if(o==="[]"){let l=0;for(let f of s){if(f===null){l++;continue}if(Array.isArray(f)&&f[0]==="..."){e[f[1]]=t.slice(l);break}let d=f,g;Array.isArray(f)&&f[0]==="="&&([,d,g]=f);let E=t[l++];E===void 0&&g&&(E=i(g)(e)),X(d,E,e)}}},Br=(...r)=>(r=r.map(t=>{if(typeof t=="string")return e=>{e[t]=void 0};if(t[0]==="="){let[,e,o]=t,n=i(o);return typeof e=="string"?s=>{s[e]=n(s)}:s=>X(e,n(s),s)}return i(t)}),t=>{for(let e of r)e(t)});p("let",Br);p("const",Br);p("var",Br);var sr=r=>{throw Error(r)};p("=",(r,t)=>{if(Array.isArray(r)&&(r[0]==="let"||r[0]==="const"||r[0]==="var")){let e=r[1];return t=i(t),typeof e=="string"?o=>{o[e]=t(o)}:o=>X(e,t(o),o)}return M(r)||sr("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]=t(n))});p("||=",(r,t)=>(M(r)||sr("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]||=t(n))));p("&&=",(r,t)=>(M(r)||sr("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]&&=t(n))));p("??=",(r,t)=>(M(r)||sr("Invalid assignment target"),t=i(t),G(r,(e,o,n)=>e[o]??=t(n))));p("?",(r,t,e)=>(r=i(r),t=i(t),e=i(e),o=>r(o)?t(o):e(o)));var B=[];p("=>",(r,t)=>{r=r?.[0]==="()"?r[1]:r;let e=r?r[0]===","?r.slice(1):[r]:[],o=-1,n=null,s=e[e.length-1];Array.isArray(s)&&s[0]==="..."&&(o=e.length-1,n=s[1],e.length--);let l=t?.[0]==="{}";return t=i(l?["{",t[1]]:t),f=>(...d)=>{let g={};e.forEach((S,w)=>g[S]=d[w]),n&&(g[n]=d.slice(o));let E=new Proxy(g,{get:(S,w)=>w in S?S[w]:f?.[w],set:(S,w,_)=>((w in S?S:f)[w]=_,!0),has:(S,w)=>w in S||(f?w in f:!1)});try{let S=t(E);return l?void 0:S}catch(S){if(S===B)return S[0];throw S}}});p("...",r=>(r=i(r),t=>Object.entries(r(t))));p("?.",(r,t)=>(r=i(r),F(t)?()=>{}:e=>r(e)?.[t]));p("?.[]",(r,t)=>(r=i(r),t=i(t),e=>{let o=t(e);return F(o)?void 0:r(e)?.[o]}));p("?.()",(r,t)=>{let e=t?t[0]===","?(t=t.slice(1).map(i),n=>t.map(s=>s(n))):(t=i(t),n=>[t(n)]):()=>[];if(r[0]==="?."){let n=i(r[1]),s=r[2];return F(s)?()=>{}:l=>n(l)?.[s]?.(...e(l))}if(r[0]==="?.[]"){let n=i(r[1]),s=i(r[2]);return l=>{let f=n(l),d=s(l);return F(d)?void 0:f?.[d]?.(...e(l))}}if(r[0]==="."){let n=i(r[1]),s=r[2];return F(s)?()=>{}:l=>n(l)?.[s]?.(...e(l))}if(r[0]==="[]"&&r.length===3){let n=i(r[1]),s=i(r[2]);return l=>{let f=n(l),d=s(l);return F(d)?void 0:f?.[d]?.(...e(l))}}let o=i(r);return n=>o(n)?.(...e(n))});p("typeof",r=>(r=i(r),t=>typeof r(t)));p("void",r=>(r=i(r),t=>(r(t),void 0)));p("delete",r=>{if(r[0]==="."){let t=i(r[1]),e=r[2];return o=>delete t(o)[e]}if(r[0]==="[]"){let t=i(r[1]),e=i(r[2]);return o=>delete t(o)[e(o)]}return()=>!0});p("new",r=>{let t=i(r?.[0]==="()"?r[1]:r),e=r?.[0]==="()"?r[2]:null,o=e?e[0]===","?(n=>s=>n.map(l=>l(s)))(e.slice(1).map(i)):(n=>s=>[n(s)])(i(e)):()=>[];return n=>new(t(n))(...o(n))});var pr=Symbol("accessor");p("get",(r,t)=>(t=t?i(t):()=>{},e=>[[pr,r,{get:function(){let o=Object.create(e||{});return o.this=this,t(o)}}]]));p("set",(r,t,e)=>(e=e?i(e):()=>{},o=>[[pr,r,{set:function(n){let s=Object.create(o||{});s.this=this,s[t]=n,e(s)}}]]));var Xe=r=>r==null||typeof r=="string"||[":",",","...","get","set"].includes(r[0]);p("{}",(r,t)=>{if(t!==void 0)return;if(!Xe(r))return i(["{",r]);r=r?r[0]!==","?[r]:r.slice(1):[];let e=r.map(o=>i(typeof o=="string"?[":",o,o]:o));return o=>{let n={},s={};for(let l of e.flatMap(f=>f(o)))if(l[0]===pr){let[,f,d]=l;s[f]={...s[f],...d,configurable:!0,enumerable:!0}}else n[l[0]]=l[1];for(let l in s)Object.defineProperty(n,l,s[l]);return n}});p("{",r=>(r=r?i(r):()=>{},t=>r(Object.create(t))));p(":",(r,t)=>(t=i(t),Array.isArray(r)?(r=i(r),e=>[[r(e),t(e)]]):e=>[[r,t(e)]]));p("`",(...r)=>(r=r.map(i),t=>r.map(e=>e(t)).join("")));p("``",(r,...t)=>{r=i(r);let e=[],o=[];for(let s of t)Array.isArray(s)&&s[0]===void 0?e.push(s[1]):o.push(i(s));let n=Object.assign([...e],{raw:e});return s=>r(s)(n,...o.map(l=>l(s)))});p("function",(r,t,e)=>{e=e?i(e):()=>{};let o=t?t[0]===","?t.slice(1):[t]:[],n=null,s=-1,l=o[o.length-1];return Array.isArray(l)&&l[0]==="..."&&(s=o.length-1,n=l[1],o.length--),f=>{let d=(...g)=>{let E={};o.forEach((w,_)=>E[w]=g[_]),n&&(E[n]=g.slice(s));let S=new Proxy(E,{get:(w,_)=>_ in w?w[_]:f[_],set:(w,_,yt)=>((_ in w?w:f)[_]=yt,!0),has:(w,_)=>_ in w||_ in f});try{return e(S)}catch(w){if(w===B)return w[0];throw w}};return r&&(f[r]=d),d}});p("function*",(r,t,e)=>{throw Error("Generator functions are not supported in evaluation")});p("async",r=>{let t=i(r);return e=>{let o=t(e);return async function(...n){return o(...n)}}});p("await",r=>(r=i(r),async t=>await r(t)));p("yield",r=>(r=r?i(r):null,t=>{throw{__yield__:r?r(t):void 0}}));p("yield*",r=>(r=i(r),t=>{throw{__yield_all__:r(t)}}));var Ke=Symbol("static"),He=r=>{throw Error(r)};p("instanceof",(r,t)=>(r=i(r),t=i(t),e=>r(e)instanceof t(e)));p("class",(r,t,e)=>(t=t?i(t):null,e=e?i(e):null,o=>{let n=t?t(o):Object,s=function(...l){if(!(this instanceof s))return He("Class constructor must be called with new");let f=t?Reflect.construct(n,l,s):this;return s.prototype.__constructor__&&s.prototype.__constructor__.apply(f,l),f};if(Object.setPrototypeOf(s.prototype,n.prototype),Object.setPrototypeOf(s,n),e){let l=Object.create(o);l.super=n;let f=e(l),d=Array.isArray(f)&&typeof f[0]?.[0]=="string"?f:[];for(let[g,E]of d)g==="constructor"?s.prototype.__constructor__=E:s.prototype[g]=E}return r&&(o[r]=s),s}));p("static",r=>(r=i(r),t=>[[Ke,r(t)]]));p("//",(r,t)=>{let e=new RegExp(r,t||"");return()=>e});p("if",(r,t,e)=>(r=i(r),t=i(t),e=e!==void 0?i(e):null,o=>r(o)?t(o):e?.(o)));var U=Symbol("break"),K=Symbol("continue");p("while",(r,t)=>(r=i(r),t=i(t),e=>{let o;for(;r(e);)try{o=t(e)}catch(n){if(n===U)break;if(n===K)continue;if(n===B)return n[0];throw n}return o}));p("do",(r,t)=>(r=i(r),t=i(t),e=>{let o;do try{o=r(e)}catch(n){if(n===U)break;if(n===K)continue;if(n===B)return n[0];throw n}while(t(e));return o}));p("for",(r,t)=>{if(Array.isArray(r)&&r[0]===";"){let[,e,o,n]=r;return e=e?i(e):null,o=o?i(o):()=>!0,n=n?i(n):null,t=i(t),s=>{let l;for(e?.(s);o(s);n?.(s))try{l=t(s)}catch(f){if(f===U)break;if(f===K)continue;if(f===B)return f[0];throw f}return l}}if(Array.isArray(r)&&(r[0]==="in"||r[0]==="of")){let[e,o,n]=r;if(Array.isArray(o)&&(o[0]==="let"||o[0]==="const"||o[0]==="var")&&(o=o[1]),e==="in")return Qe(o,n,t);if(e==="of")return je(o,n,t)}});var je=(r,t,e)=>{t=i(t),e=i(e);let o=Array.isArray(r);return n=>{let s,l=o?null:n[r];for(let f of t(n)){o?X(r,f,n):n[r]=f;try{s=e(n)}catch(d){if(d===U)break;if(d===K)continue;if(d===B)return d[0];throw d}}return o||(n[r]=l),s}},Qe=(r,t,e)=>{t=i(t),e=i(e);let o=Array.isArray(r);return n=>{let s,l=o?null:n[r];for(let f in t(n)){o?X(r,f,n):n[r]=f;try{s=e(n)}catch(d){if(d===U)break;if(d===K)continue;if(d===B)return d[0];throw d}}return o||(n[r]=l),s}};p("break",()=>()=>{throw U});p("continue",()=>()=>{throw K});p("return",r=>(r=r!==void 0?i(r):null,t=>{throw B[0]=r?.(t),B}));p("try",(r,...t)=>{r=r?i(r):null;let e=t.find(f=>f?.[0]==="catch"),o=t.find(f=>f?.[0]==="finally"),n=e?.[1],s=e?.[2]?i(e[2]):null,l=o?.[1]?i(o[1]):null;return f=>{let d;try{d=r?.(f)}catch(g){if(g===U||g===K||g===B)throw g;if(n!=null&&s){let E=n in f,S=f[n];f[n]=g;try{d=s(f)}finally{E?f[n]=S:delete f[n]}}else if(!s)throw g}finally{l?.(f)}return d}});p("throw",r=>(r=i(r),t=>{throw r(t)}));p("switch",(r,...t)=>(r=i(r),t.length?(t=t.map(e=>[e[0]==="case"?i(e[1]):null,(e[0]==="case"?e[2]:e[1])?.[0]===";"?(e[0]==="case"?e[2]:e[1]).slice(1).map(i):(e[0]==="case"?e[2]:e[1])?[i(e[0]==="case"?e[2]:e[1])]:[]]),e=>{let o=r(e),n=!1,s;for(let[f,d]of t)if(n||f===null||f(e)===o)for(n=!0,l=0;l<d.length;l++)try{s=d[l](e)}catch(g){if(g===U)return s;throw g}var l;return s}):e=>r(e)));p("import",()=>()=>{});p("export",()=>()=>{});p("from",(r,t)=>()=>{});p("as",(r,t)=>()=>{});p("default",r=>i(r));var ht=new WeakMap,$e=(r,...t)=>typeof r=="string"?i(m(r)):ht.get(r)||ht.set(r,xe(r,t)).get(r),At=57344,xe=(r,t)=>{let e=r.reduce((s,l,f)=>s+(f?String.fromCharCode(At+f-1):"")+l,""),o=m(e),n=s=>{if(typeof s=="string"&&s.length===1){let l=s.charCodeAt(0)-At,f;if(l>=0&&l<t.length)return f=t[l],We(f)?f:[,f]}return Array.isArray(s)?s.map(n):s};return i(n(o))},We=r=>typeof r=="string"||Array.isArray(r)&&(typeof r[0]=="string"||r[0]===void 0),ze=$e;export{mr as access,y as binary,i as compile,c as cur,ze as default,R as err,A as expr,x as group,Je as id,u as idx,C as keyword,j as literal,Lr as loc,T as lookup,lr as nary,N as next,p as operator,ur as operators,v as parens,m as parse,Y as peek,$ as prec,P as seek,h as skip,a as space,fr as step,k as token,O as unary,I as word};
|
|
1
|
+
var u,c,m=r=>(u=0,c=r,m.enter?.(),r=A(),c[u]?R():r||""),R=(r="Unexpected token",e=u,t=c.slice(0,e).split(`
|
|
2
|
+
`),o=t.pop(),n=c.slice(Math.max(0,e-40),e),s="\u032D",l=(c[e]||" ")+s,f=c.slice(e+1,e+20))=>{throw SyntaxError(`${r} at ${t.length+1}:${o.length+1}
|
|
3
|
+
${c[e-41]!==`
|
|
4
|
+
`,""+n}${l}${f}`)},Lr=(r,e=u)=>(Array.isArray(r)&&(r.loc=e),r),N=(r,e=u,t)=>{for(;t=r(c.charCodeAt(u));)u+=t;return c.slice(e,u)},h=(r=1)=>c[u+=r],P=r=>u=r,A=(r=0,e)=>{let t,o,n;for(e&&m.enter?.(r,e);(t=a())&&t!==e&&(n=fr(o,r,t,A));)o=n;return e&&(t==e?(u++,m.exit?.(r,e)):R("Unclosed "+String.fromCharCode(e-(e>42?2:1)))),o},fr=(r,e,t,o,n)=>(n=T[t])&&n(r,e)||(r?null:N(m.id)||null),a=r=>{for(;(r=c.charCodeAt(u))<=32;)u++;return r},Y=(r=u)=>{for(;c.charCodeAt(r)<=32;)r++;return c.charCodeAt(r)},Jt=m.id=r=>r>=48&&r<=57||r>=65&&r<=90||r>=97&&r<=122||r==36||r==95||r>=192&&r!=215&&r!=247,I=(r,e=r.length)=>c.substr(u,e)===r&&!m.id(c.charCodeAt(u+e)),v=()=>(h(),A(0,41)),T=[],$={},k=(r,e=32,t,o=r.charCodeAt(0),n=r.length,s=T[o],l=r.toUpperCase()!==r,f,d)=>(e=$[r]=!s&&$[r]||e,T[o]=(g,E,S,w=u)=>(f=S,(S?r==S:(n<2||r.charCodeAt(1)===c.charCodeAt(u+1)&&(n<3||c.substr(u,n)==r))&&(!l||!m.id(c.charCodeAt(u+n)))&&(f=S=r))&&E<e&&(u+=n,(d=t(g))?Lr(d,w):(u=w,f=0,!l&&!s&&!g&&R()),d)||s?.(g,E,f))),y=(r,e,t=!1)=>k(r,e,o=>o&&(n=>n&&[r,o,n])(A(e-(t?.5:0)))),O=(r,e,t)=>k(r,e,o=>t?o&&[r,o]:!o&&(o=A(e-.5))&&[r,o]),j=(r,e)=>k(r,200,t=>!t&&[,e]),lr=(r,e,t)=>k(r,e,(o,n)=>(n=A(e-(t?.5:0)),o?.[0]!==r&&(o=[r,o||null]),n?.[0]===r?o.push(...n.slice(1)):o.push(n||null),o)),x=(r,e)=>k(r[0],e,t=>!t&&[r,A(0,r.charCodeAt(1))||null]),mr=(r,e)=>k(r[0],e,t=>t&&[r,t,A(0,r.charCodeAt(1))||null]),C=(r,e,t,o=r.charCodeAt(0),n=r.length,s=T[o],l)=>T[o]=(f,d,g,E=u)=>!f&&(g?r==g:(n<2||c.substr(u,n)==r)&&(g=r))&&d<e&&!m.id(c.charCodeAt(u+n))&&(!m.prop||m.prop(u+n))&&(P(u+n),(l=t())?Lr(l,E):P(E),l)||s?.(f,d,g);Object.defineProperty(m,"space",{configurable:!0,enumerable:!0,get:()=>a,set:r=>a=r});Object.defineProperty(m,"step",{configurable:!0,enumerable:!0,get:()=>fr,set:r=>fr=r});var ur={},p=(r,e,t=ur[r])=>ur[r]=(...o)=>e(...o)||t?.(...o),i=r=>Array.isArray(r)?r[0]==null?(e=>()=>e)(r[1]):ur[r[0]]?.(...r.slice(1))??R(`Unknown operator: ${r[0]}`,r?.loc):r===void 0?()=>{}:e=>e?.[r];var q=46,W=48,b=57,ge=69,Ce=101,we=43,Ee=45,Z=95,Mr=110,Se=97,ke=102,Ie=65,Te=70,Ur=r=>r.indexOf("_")<0?r:r.replaceAll("_",""),cr=r=>{let e=Ur(N(t=>t===q&&c.charCodeAt(u+1)!==q||t>=W&&t<=b||t===Z||((t===ge||t===Ce)&&((t=c.charCodeAt(u+1))>=W&&t<=b||t===we||t===Ee)?2:0)));return c.charCodeAt(u)===Mr?(h(),[,BigInt(e)]):(r=+e)!=r?R():[,r]},Ne={2:r=>r===48||r===49||r===Z,8:r=>r>=48&&r<=55||r===Z,16:r=>r>=W&&r<=b||r>=Se&&r<=ke||r>=Ie&&r<=Te||r===Z};m.number=null;T[q]=r=>!r&&c.charCodeAt(u+1)!==q&&cr();for(let r=W;r<=b;r++)T[r]=e=>e?void 0:cr();T[W]=r=>{if(r)return;let e=m.number;if(e){for(let[t,o]of Object.entries(e))if(t[0]==="0"&&c[u+1]?.toLowerCase()===t[1]){h(2);let n=Ur(N(Ne[o]));return c.charCodeAt(u)===Mr?(h(),[,BigInt("0"+t[1]+n)]):[,parseInt(n,o)]}}return cr()};var Re=92,Dr=34,Fr=39,Gr=117,Xr=120,_e=123,Oe=125,Kr=10,Pe=13,ve={n:`
|
|
5
|
+
`,r:"\r",t:" ",b:"\b",f:"\f",v:"\v",0:"\0"},Hr=r=>r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:-1,jr=r=>(e,t,o="",n=String.fromCharCode(r))=>{if(e||!m.string?.[n])return;h();let s=()=>{let l=c.charCodeAt(u+1);if(l===Kr)return 2;if(l===Pe)return c.charCodeAt(u+2)===Kr?3:2;if(l===Xr||l===Gr&&c.charCodeAt(u+2)!==_e){let f=l===Xr?2:4,d=0,g;for(let E=0;E<f;E++){if((g=Hr(c.charCodeAt(u+2+E)))<0)return o+=c[u+1],2;d=d*16+g}return o+=String.fromCharCode(d),2+f}if(l===Gr){let f=0,d=u+3,g;for(;(g=Hr(c.charCodeAt(d)))>=0;)f=f*16+g,d++;return d>u+3&&f<=1114111&&c.charCodeAt(d)===Oe?(o+=String.fromCodePoint(f),d-u+1):(o+=c[u+1],2)}return o+=ve[c[u+1]]||c[u+1],2};return N(l=>l-r&&(l!==Re?(o+=c[u],1):s())),c[u]===n?h():R("Bad string"),[,o]};T[Dr]=jr(Dr);T[Fr]=jr(Fr);m.string={'"':!0};var Be=20;"= += -= *= /= %= |= &= ^= >>= <<=".split(" ").map(r=>y(r,Be,!0));var Le=30,Me=40,Ue=140;O("!",Ue);y("||",Le);y("&&",Me);var De=50,Fe=60,Ge=70,Qr=100,Xe=140;y("|",De);y("&",Ge);y("^",Fe);y(">>",Qr);y("<<",Qr);O("~",Xe);var rr=90;y("<",rr);y(">",rr);y("<=",rr);y(">=",rr);var $r=80;y("==",$r);y("!=",$r);var xr=110,dr=120,Wr=140;y("+",xr);y("-",xr);y("*",dr);y("/",dr);y("%",dr);O("+",Wr);O("-",Wr);var er=150;k("++",er,r=>r?["++",r,null]:["++",A(er-1)]);k("--",er,r=>r?["--",r,null]:["--",A(er-1)]);var Ke=5,He=10;lr(",",He);lr(";",Ke,!0);var je=170;x("()",je);var ar=170;mr("[]",ar);y(".",ar);mr("()",ar);var Qe=32,$e=m.space;m.comment??={"//":`
|
|
6
|
+
`,"/*":"*/"};var hr;m.space=()=>{hr||(hr=Object.entries(m.comment).map(([n,s])=>[n,s,n.charCodeAt(0)]));for(var r;r=$e();){for(var e=0,t;t=hr[e++];)if(r===t[2]&&c.substr(u,t[0].length)===t[0]){var o=u+t[0].length;if(t[1]===`
|
|
7
|
+
`)for(;c.charCodeAt(o)>=Qe;)o++;else{for(;c[o]&&c.substr(o,t[1].length)!==t[1];)o++;c[o]&&(o+=t[1].length)}P(o),r=0;break}if(r)return r}return r};var zr=80;y("===",zr);y("!==",zr);var xe=30;y("??",xe);var We=130,ze=20;y("**",We,!0);y("**=",ze,!0);var Jr=90;y("in",Jr);y("of",Jr);var Je=20,Ve=100;y(">>>",Ve);y(">>>=",Je,!0);var Ar=20;y("||=",Ar,!0);y("&&=",Ar,!0);y("??=",Ar,!0);j("true",!0);j("false",!1);j("null",null);C("undefined",200,()=>[]);j("NaN",NaN);j("Infinity",1/0);var yr=20;k("?",yr,(r,e,t)=>r&&(e=A(yr-1))&&N(o=>o===58)&&(t=A(yr-1),["?",r,e,t]));var Ye=20;y("=>",Ye,!0);var Ze=20;O("...",Ze);var Vr=170;k("?.",Vr,(r,e)=>{if(!r)return;let t=a();return t===40?(h(),["?.()",r,A(0,41)||null]):t===91?(h(),["?.[]",r,A(0,93)]):(e=A(Vr),e?["?.",r,e]:void 0)});var z=140;O("typeof",z);O("void",z);O("delete",z);C("new",z,()=>I(".target")?(h(7),["new.target"]):["new",A(z)]);var qe=20,Yr=200;m.prop=r=>Y(r)!==58;x("[]",Yr);x("{}",Yr);y(":",qe-1,!0);var be=170,tr=96,rt=36,et=123,tt=92,ot={n:`
|
|
8
|
+
`,r:"\r",t:" ",b:"\b",f:"\f",v:"\v"},Zr=()=>{let r=[];for(let e="",t;(t=c.charCodeAt(u))!==tr;)t?t===tt?(h(),e+=ot[c[u]]||c[u],h()):t===rt&&c.charCodeAt(u+1)===et?(e&&r.push([,e]),e="",h(2),r.push(A(0,125))):(e+=c[u],h(),t=c.charCodeAt(u),t===tr&&e&&r.push([,e])):R("Unterminated template");return h(),r},nt=T[tr];T[tr]=(r,e)=>r&&e<be?m.asi&&m.newline?void 0:(h(),["``",r,...Zr()]):r?nt?.(r,e):(h(),(t=>t.length<2&&t[0]?.[0]===void 0?t[0]||[,""]:["`",...t])(Zr()));m.string["'"]=!0;m.number={"0x":16,"0b":2,"0o":8};var it=92,st=117,pt=123,ft=125,ut=183,lt=m.id,qr=r=>r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102,mt=(r=u+2,e,t=0,o=0)=>{if(c.charCodeAt(u)!==it||c.charCodeAt(u+1)!==st)return 0;if(c.charCodeAt(r)===pt){for(;qr(e=c.charCodeAt(++r));)t=t*16+(e<=57?e-48:(e&31)+9);return r>u+3&&t<=1114111&&c.charCodeAt(r)===ft?r-u+1:0}for(;o<4&&qr(c.charCodeAt(r+o));)o++;return o===4?6:0};m.id=r=>lt(r)||r===ut||mt();var gr=5,ct=10,Cr=r=>{let e=u,t=A(ct-1);return t==null?r:r==="let"&&(t==="in"||t==="of")?(P(e),r):t[0]==="in"||t[0]==="of"?[t[0],[r,t[1]],t[2]]:t[0]===","?[r,...t.slice(1)]:[r,t]};C("let",gr+1,()=>Cr("let"));C("const",gr+1,()=>Cr("const"));C("var",gr+1,()=>Cr("var"));var or=5,dt=59,L=()=>(a()===123||R("Expected {"),h(),A(or-.5,125)||null),D=()=>a()!==123?A(or+.5):(h(),A(or-.5,125)||null),at=()=>{let r=u;return a()===dt&&h(),a(),I("else")?(h(4),!0):(P(r),!1)};C("if",or+1,()=>{a();let r=["if",v(),D()];return at()&&r.push(D()),r});var ht=200;C("function",ht,()=>{a();let r=!1;c[u]==="*"&&(r=!0,h(),a());let e=N(m.id);return e&&a(),r?["function*",e,v()||null,L()]:["function",e,v()||null,L()]});var nr=140,wr=20;O("await",nr);C("yield",nr,()=>(a(),c[u]==="*"?(h(),a(),["yield*",A(wr)]):["yield",A(wr)]));C("async",nr,()=>{if(a(),I("function"))return["async",A(nr)];let r=A(wr-.5);return r&&["async",r]});var Er=200,At=140,yt=90;O("static",At);y("instanceof",yt);k("#",Er,r=>{if(r)return;let e=N(m.id);return e?"#"+e:void 0});C("class",Er,()=>{a();let r=N(m.id)||null;if(r==="extends")r=null,a();else{if(a(),!I("extends"))return["class",r,null,L()];h(7),a()}return["class",r,A(Er),L()]});var gt=140,Sr=47,Ct=92,wt=r=>r===Ct?2:r&&r!==Sr,Et=r=>r===103||r===105||r===109||r===115||r===117||r===121;k("/",gt,r=>{if(r)return;let e=c.charCodeAt(u);if(e===Sr||e===42||e===43||e===63||e===61)return;let t=N(wt);c.charCodeAt(u)===Sr||R("Unterminated regex"),h();let o=N(Et);try{new RegExp(t,o)}catch(n){R("Invalid regex: "+n.message)}return o?["//",t,o]:["//",t]});var H=5,J=125,V=59;C("while",H+1,()=>(a(),["while",v(),D()]));C("do",H+1,()=>(r=>(a(),h(5),a(),["do",r,v()]))(D()));C("for",H+1,()=>(a(),I("await")?(h(5),a(),["for await",v(),D()]):["for",v(),D()]));C("break",H+1,()=>{m.asi&&(m.newline=!1);let r=u;a();let e=c.charCodeAt(u);if(!e||e===J||e===V||m.newline)return["break"];let t=N(m.id);if(!t)return["break"];a();let o=c.charCodeAt(u);return!o||o===J||o===V||m.newline?["break",t]:(P(r),["break"])});C("continue",H+1,()=>{m.asi&&(m.newline=!1);let r=u;a();let e=c.charCodeAt(u);if(!e||e===J||e===V||m.newline)return["continue"];let t=N(m.id);if(!t)return["continue"];a();let o=c.charCodeAt(u);return!o||o===J||o===V||m.newline?["continue",t]:(P(r),["continue"])});C("return",H+1,()=>{m.asi&&(m.newline=!1);let r=a();return!r||r===J||r===V||m.newline?["return"]:["return",A(H)]});var kr=5;C("try",kr+1,()=>{let r=["try",L()];return a(),I("catch")&&(h(5),a(),r.push(["catch",Y()===40?v():null,L()])),a(),I("finally")&&(h(7),r.push(["finally",L()])),r});C("throw",kr+1,()=>{if(m.asi&&(m.newline=!1),a(),m.newline)throw SyntaxError("Unexpected newline after throw");return["throw",A(kr)]});var ee=5,St=20,br=58,kt=59,te=125,Ir=0,oe=(r,e=r.length,t=r.charCodeAt(0),o=T[t])=>T[t]=(n,s,l)=>I(r)&&!n&&Ir||o?.(n,s,l);oe("case");oe("default");var re=r=>{let e=[];for(;(r=a())!==te&&!I("case")&&!I("default");){if(r===kt){h();continue}e.push(A(ee-.5))||R()}return e.length>1?[";",...e]:e[0]||null},It=()=>{a()===123||R("Expected {"),h(),Ir++;let r=[];try{for(;a()!==te;)if(I("case")){P(u+4),a();let e=A(St-.5);a()===br&&h(),r.push(["case",e,re()])}else I("default")?(P(u+7),a()===br&&h(),r.push(["default",re()])):R("Expected case or default")}finally{Ir--}return h(),r};C("switch",ee+1,()=>a()===40&&["switch",v(),...It()]);var ne=5;C("debugger",ne+1,()=>["debugger"]);C("with",ne+1,()=>(a(),["with",v(),D()]));var Tr=5,Q=10,ie=42,Tt=T[ie];T[ie]=(r,e)=>r?Tt?.(r,e):(h(),"*");k("from",Q+1,r=>r?r[0]!=="="&&r[0]!==","&&(a(),["from",r,A(Q+1)]):!1);k("as",Q+2,r=>r?(a(),["as",r,A(Q+2)]):!1);C("import",Tr,()=>I(".meta")?(h(5),["import.meta"]):["import",A(Q)]);C("export",Tr,()=>(a(),I("default")?(h(7),["export",["default",A(Q)]]):["export",A(Tr)]));var Nr=20,Nt=40,se=41,pe=123,fe=125,ue=r=>e=>{if(e)return;a();let t=N(m.id);if(!t||(a(),c.charCodeAt(u)!==Nt))return!1;h();let o=A(0,se);return a(),c.charCodeAt(u)!==pe?!1:(h(),[r,t,o,A(0,fe)])};k("get",Nr-1,ue("get"));k("set",Nr-1,ue("set"));k("(",Nr-1,r=>{if(!r||typeof r!="string")return;let e=A(0,se)||null;if(a(),c.charCodeAt(u)===pe)return h(),[":",r,["=>",["()",e],A(0,fe)||null]]});m.comment["#!"]=`
|
|
9
|
+
`;var me=32,Or=10,Rt=59,_t=125,Ot=91,Pt=40,_r=$.asi??$[";"],vt=m._baseSpace??=m.space,Bt=m._baseStep??=m.step,Lt=(r,e)=>{for(;(e=c.charCodeAt(r))<=me;){if(e===Or)return!0;r++}return!1},Mt=(r=u,e)=>{for(;r-- >0&&(e=c.charCodeAt(r))<=me;)if(e===Or)return!0;return!1};m.space=(r,e)=>{for(;;){for(e=u,r=vt();e<u;)if(c.charCodeAt(e++)===Or){m.newline=!0;break}if(r===Rt&&Lt(u+1)){P(u+1),m.newline=m.semi=!0;continue}return r}};m.enter=()=>m.newline=m.semi=!1;m.exit=(r,e)=>{e===_t&&(m.newline=!0,m.semi=!1)};m.step=(r,e,t,o)=>{if(m.semi&&e>=_r)return!1;if(r&&(m.semi||(t===Ot||t===Pt)&&Mt()))return le(r,e,o)??null;let n=m.newline;return Bt(r,e,t,o)??(r&&n?le(r,e,o)??null:null)};var Rr=0,Ut=2e3,le=m.asi=(r,e,t,o,n)=>{if(e>=_r||Rr>=Ut)return;m.semi=!1;let s=u;Rr++;try{o=t(_r-.5)}finally{Rr--}if(!(!o||u===s))return n=o?.[0]===";"?o.slice(1):[o],r?.[0]===";"?(r.push(...n),r):[";",r,...n]};var de=(r,e,t,o)=>typeof r=="string"?n=>e(n,r,n):r[0]==="."?(t=i(r[1]),o=r[2],n=>e(t(n),o,n)):r[0]==="[]"&&r.length===3?(t=i(r[1]),o=i(r[2]),n=>e(t(n),o(n),n)):r[0]==="()"&&r.length===2?de(r[1],e):(()=>{throw Error("Invalid assignment target")})(),ce={"=":(r,e,t)=>r[e]=t,"+=":(r,e,t)=>r[e]+=t,"-=":(r,e,t)=>r[e]-=t,"*=":(r,e,t)=>r[e]*=t,"/=":(r,e,t)=>r[e]/=t,"%=":(r,e,t)=>r[e]%=t,"|=":(r,e,t)=>r[e]|=t,"&=":(r,e,t)=>r[e]&=t,"^=":(r,e,t)=>r[e]^=t,">>=":(r,e,t)=>r[e]>>=t,"<<=":(r,e,t)=>r[e]<<=t};for(let r in ce)p(r,(e,t)=>(t=i(t),de(e,(o,n,s)=>ce[r](o,n,t(s)))));p("!",r=>(r=i(r),e=>!r(e)));p("||",(r,e)=>(r=i(r),e=i(e),t=>r(t)||e(t)));p("&&",(r,e)=>(r=i(r),e=i(e),t=>r(t)&&e(t)));p("~",r=>(r=i(r),e=>~r(e)));p("|",(r,e)=>(r=i(r),e=i(e),t=>r(t)|e(t)));p("&",(r,e)=>(r=i(r),e=i(e),t=>r(t)&e(t)));p("^",(r,e)=>(r=i(r),e=i(e),t=>r(t)^e(t)));p(">>",(r,e)=>(r=i(r),e=i(e),t=>r(t)>>e(t)));p("<<",(r,e)=>(r=i(r),e=i(e),t=>r(t)<<e(t)));p(">",(r,e)=>(r=i(r),e=i(e),t=>r(t)>e(t)));p("<",(r,e)=>(r=i(r),e=i(e),t=>r(t)<e(t)));p(">=",(r,e)=>(r=i(r),e=i(e),t=>r(t)>=e(t)));p("<=",(r,e)=>(r=i(r),e=i(e),t=>r(t)<=e(t)));p("==",(r,e)=>(r=i(r),e=i(e),t=>r(t)==e(t)));p("!=",(r,e)=>(r=i(r),e=i(e),t=>r(t)!=e(t)));p("+",(r,e)=>e!==void 0?(r=i(r),e=i(e),t=>r(t)+e(t)):(r=i(r),t=>+r(t)));p("-",(r,e)=>e!==void 0?(r=i(r),e=i(e),t=>r(t)-e(t)):(r=i(r),t=>-r(t)));p("*",(r,e)=>(r=i(r),e=i(e),t=>r(t)*e(t)));p("/",(r,e)=>(r=i(r),e=i(e),t=>r(t)/e(t)));p("%",(r,e)=>(r=i(r),e=i(e),t=>r(t)%e(t)));var Pr=(r,e,t,o)=>typeof r=="string"?n=>e(n,r):r[0]==="."?(t=i(r[1]),o=r[2],n=>e(t(n),o)):r[0]==="[]"&&r.length===3?(t=i(r[1]),o=i(r[2]),n=>e(t(n),o(n))):r[0]==="()"&&r.length===2?Pr(r[1],e):(()=>{throw Error("Invalid increment target")})();p("++",(r,e)=>Pr(r,e===null?(t,o)=>t[o]++:(t,o)=>++t[o]));p("--",(r,e)=>Pr(r,e===null?(t,o)=>t[o]--:(t,o)=>--t[o]));var ae=(...r)=>(r=r.map(i),e=>{let t;for(let o of r)t=o(e);return t});p(",",ae);p(";",ae);var F=r=>r?.[0]==="_"&&r[1]==="_"||r==="constructor"||r==="prototype",ir=r=>{throw Error(r)};p("[]",(r,e)=>e===void 0?(r=r?r[0]===","?r.slice(1):[r]:[],r=r.map(t=>t==null?(()=>{}):t[0]==="..."?(t=i(t[1]),o=>t(o)):(t=i(t),o=>[t(o)])),t=>r.flatMap(o=>o(t))):(e==null&&ir("Missing index"),r=i(r),e=i(e),t=>{let o=e(t);return F(o)?void 0:r(t)[o]}));p(".",(r,e)=>(r=i(r),e=e[0]?e:e[1],F(e)?()=>{}:t=>r(t)[e]));p("()",(r,e)=>{if(e===void 0)return r==null?ir("Empty ()"):i(r);let t=n=>n?.[0]===","&&n.slice(1).some(s=>s==null||t(s));t(e)&&ir("Empty argument");let o=e?e[0]===","?(e=e.slice(1).map(i),n=>e.map(s=>s(n))):(e=i(e),n=>[e(n)]):()=>[];return vr(r,(n,s,l)=>n[s](...o(l)))});var M=r=>typeof r=="string"||Array.isArray(r)&&(r[0]==="."||r[0]==="?."||r[0]==="[]"&&r.length===3||r[0]==="?.[]"||r[0]==="()"&&r.length===2&&M(r[1])||r[0]==="{}"),vr=(r,e,t,o)=>r==null?ir("Empty ()"):r[0]==="()"&&r.length==2?vr(r[1],e):typeof r=="string"?n=>e(n,r,n):r[0]==="."?(t=i(r[1]),o=r[2],n=>e(t(n),o,n)):r[0]==="?."?(t=i(r[1]),o=r[2],n=>{let s=t(n);return s==null?void 0:e(s,o,n)}):r[0]==="[]"&&r.length===3?(t=i(r[1]),o=i(r[2]),n=>e(t(n),o(n),n)):r[0]==="?.[]"?(t=i(r[1]),o=i(r[2]),n=>{let s=t(n);return s==null?void 0:e(s,o(n),n)}):(r=i(r),n=>e([r(n)],0,n)),G=vr;p("===",(r,e)=>(r=i(r),e=i(e),t=>r(t)===e(t)));p("!==",(r,e)=>(r=i(r),e=i(e),t=>r(t)!==e(t)));p("??",(r,e)=>(r=i(r),e=i(e),t=>r(t)??e(t)));var Dt=r=>{throw Error(r)};p("**",(r,e)=>(r=i(r),e=i(e),t=>r(t)**e(t)));p("**=",(r,e)=>(M(r)||Dt("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]**=e(n))));p("in",(r,e)=>(r=i(r),e=i(e),t=>r(t)in e(t)));var Ft=r=>{throw Error(r)};p(">>>",(r,e)=>(r=i(r),e=i(e),t=>r(t)>>>e(t)));p(">>>=",(r,e)=>(M(r)||Ft("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]>>>=e(n))));var Gt=r=>r[0]?.[0]===","?r[0].slice(1):r,X=(r,e,t)=>{if(typeof r=="string"){t[r]=e;return}let[o,...n]=r,s=Gt(n);if(o==="{}"){let l=[];for(let f of s){if(Array.isArray(f)&&f[0]==="..."){let w={};for(let _ in e)l.includes(_)||(w[_]=e[_]);t[f[1]]=w;break}let d,g,E;typeof f=="string"?d=g=f:f[0]==="="?(typeof f[1]=="string"?d=g=f[1]:[,d,g]=f[1],E=f[2]):[,d,g]=f,l.push(d);let S=e[d];S===void 0&&E&&(S=i(E)(t)),X(g,S,t)}}else if(o==="[]"){let l=0;for(let f of s){if(f===null){l++;continue}if(Array.isArray(f)&&f[0]==="..."){t[f[1]]=e.slice(l);break}let d=f,g;Array.isArray(f)&&f[0]==="="&&([,d,g]=f);let E=e[l++];E===void 0&&g&&(E=i(g)(t)),X(d,E,t)}}},Br=(...r)=>(r=r.map(e=>{if(typeof e=="string")return t=>{t[e]=void 0};if(e[0]==="="){let[,t,o]=e,n=i(o);return typeof t=="string"?s=>{s[t]=n(s)}:s=>X(t,n(s),s)}return i(e)}),e=>{for(let t of r)t(e)});p("let",Br);p("const",Br);p("var",Br);var sr=r=>{throw Error(r)};p("=",(r,e)=>{if(Array.isArray(r)&&(r[0]==="let"||r[0]==="const"||r[0]==="var")){let t=r[1];return e=i(e),typeof t=="string"?o=>{o[t]=e(o)}:o=>X(t,e(o),o)}return M(r)||sr("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]=e(n))});p("||=",(r,e)=>(M(r)||sr("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]||=e(n))));p("&&=",(r,e)=>(M(r)||sr("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]&&=e(n))));p("??=",(r,e)=>(M(r)||sr("Invalid assignment target"),e=i(e),G(r,(t,o,n)=>t[o]??=e(n))));p("?",(r,e,t)=>(r=i(r),e=i(e),t=i(t),o=>r(o)?e(o):t(o)));var B=[];p("=>",(r,e)=>{r=r?.[0]==="()"?r[1]:r;let t=r?r[0]===","?r.slice(1):[r]:[],o=-1,n=null,s=t[t.length-1];Array.isArray(s)&&s[0]==="..."&&(o=t.length-1,n=s[1],t.length--);let l=e?.[0]==="{}";return e=i(l?["{",e[1]]:e),f=>(...d)=>{let g={};t.forEach((S,w)=>g[S]=d[w]),n&&(g[n]=d.slice(o));let E=new Proxy(g,{get:(S,w)=>w in S?S[w]:f?.[w],set:(S,w,_)=>((w in S?S:f)[w]=_,!0),has:(S,w)=>w in S||(f?w in f:!1)});try{let S=e(E);return l?void 0:S}catch(S){if(S===B)return S[0];throw S}}});p("...",r=>(r=i(r),e=>Object.entries(r(e))));p("?.",(r,e)=>(r=i(r),F(e)?()=>{}:t=>r(t)?.[e]));p("?.[]",(r,e)=>(r=i(r),e=i(e),t=>{let o=e(t);return F(o)?void 0:r(t)?.[o]}));p("?.()",(r,e)=>{let t=e?e[0]===","?(e=e.slice(1).map(i),n=>e.map(s=>s(n))):(e=i(e),n=>[e(n)]):()=>[];if(r[0]==="?."){let n=i(r[1]),s=r[2];return F(s)?()=>{}:l=>n(l)?.[s]?.(...t(l))}if(r[0]==="?.[]"){let n=i(r[1]),s=i(r[2]);return l=>{let f=n(l),d=s(l);return F(d)?void 0:f?.[d]?.(...t(l))}}if(r[0]==="."){let n=i(r[1]),s=r[2];return F(s)?()=>{}:l=>n(l)?.[s]?.(...t(l))}if(r[0]==="[]"&&r.length===3){let n=i(r[1]),s=i(r[2]);return l=>{let f=n(l),d=s(l);return F(d)?void 0:f?.[d]?.(...t(l))}}let o=i(r);return n=>o(n)?.(...t(n))});p("typeof",r=>(r=i(r),e=>typeof r(e)));p("void",r=>(r=i(r),e=>(r(e),void 0)));p("delete",r=>{if(r[0]==="."){let e=i(r[1]),t=r[2];return o=>delete e(o)[t]}if(r[0]==="[]"){let e=i(r[1]),t=i(r[2]);return o=>delete e(o)[t(o)]}return()=>!0});p("new",r=>{let e=i(r?.[0]==="()"?r[1]:r),t=r?.[0]==="()"?r[2]:null,o=t?t[0]===","?(n=>s=>n.map(l=>l(s)))(t.slice(1).map(i)):(n=>s=>[n(s)])(i(t)):()=>[];return n=>new(e(n))(...o(n))});var pr=Symbol("accessor");p("get",(r,e)=>(e=e?i(e):()=>{},t=>[[pr,r,{get:function(){let o=Object.create(t||{});return o.this=this,e(o)}}]]));p("set",(r,e,t)=>(t=t?i(t):()=>{},o=>[[pr,r,{set:function(n){let s=Object.create(o||{});s.this=this,s[e]=n,t(s)}}]]));var Xt=r=>r==null||typeof r=="string"||[":",",","...","get","set"].includes(r[0]);p("{}",(r,e)=>{if(e!==void 0)return;if(!Xt(r))return i(["{",r]);r=r?r[0]!==","?[r]:r.slice(1):[];let t=r.map(o=>i(typeof o=="string"?[":",o,o]:o));return o=>{let n={},s={};for(let l of t.flatMap(f=>f(o)))if(l[0]===pr){let[,f,d]=l;s[f]={...s[f],...d,configurable:!0,enumerable:!0}}else n[l[0]]=l[1];for(let l in s)Object.defineProperty(n,l,s[l]);return n}});p("{",r=>(r=r?i(r):()=>{},e=>r(Object.create(e))));p(":",(r,e)=>(e=i(e),Array.isArray(r)?(r=i(r),t=>[[r(t),e(t)]]):t=>[[r,e(t)]]));p("`",(...r)=>(r=r.map(i),e=>r.map(t=>t(e)).join("")));p("``",(r,...e)=>{r=i(r);let t=[],o=[];for(let s of e)Array.isArray(s)&&s[0]===void 0?t.push(s[1]):o.push(i(s));let n=Object.assign([...t],{raw:t});return s=>r(s)(n,...o.map(l=>l(s)))});p("function",(r,e,t)=>{t=t?i(t):()=>{};let o=e?e[0]===","?e.slice(1):[e]:[],n=null,s=-1,l=o[o.length-1];return Array.isArray(l)&&l[0]==="..."&&(s=o.length-1,n=l[1],o.length--),f=>{let d=(...g)=>{let E={};o.forEach((w,_)=>E[w]=g[_]),n&&(E[n]=g.slice(s));let S=new Proxy(E,{get:(w,_)=>_ in w?w[_]:f[_],set:(w,_,ye)=>((_ in w?w:f)[_]=ye,!0),has:(w,_)=>_ in w||_ in f});try{return t(S)}catch(w){if(w===B)return w[0];throw w}};return r&&(f[r]=d),d}});p("function*",(r,e,t)=>{throw Error("Generator functions are not supported in evaluation")});p("async",r=>{let e=i(r);return t=>{let o=e(t);return async function(...n){return o(...n)}}});p("await",r=>(r=i(r),async e=>await r(e)));p("yield",r=>(r=r?i(r):null,e=>{throw{__yield__:r?r(e):void 0}}));p("yield*",r=>(r=i(r),e=>{throw{__yield_all__:r(e)}}));var Kt=Symbol("static"),Ht=r=>{throw Error(r)};p("instanceof",(r,e)=>(r=i(r),e=i(e),t=>r(t)instanceof e(t)));p("class",(r,e,t)=>(e=e?i(e):null,t=t?i(t):null,o=>{let n=e?e(o):Object,s=function(...l){if(!(this instanceof s))return Ht("Class constructor must be called with new");let f=e?Reflect.construct(n,l,s):this;return s.prototype.__constructor__&&s.prototype.__constructor__.apply(f,l),f};if(Object.setPrototypeOf(s.prototype,n.prototype),Object.setPrototypeOf(s,n),t){let l=Object.create(o);l.super=n;let f=t(l),d=Array.isArray(f)&&typeof f[0]?.[0]=="string"?f:[];for(let[g,E]of d)g==="constructor"?s.prototype.__constructor__=E:s.prototype[g]=E}return r&&(o[r]=s),s}));p("static",r=>(r=i(r),e=>[[Kt,r(e)]]));p("//",(r,e)=>{let t=new RegExp(r,e||"");return()=>t});p("if",(r,e,t)=>(r=i(r),e=i(e),t=t!==void 0?i(t):null,o=>r(o)?e(o):t?.(o)));var U=Symbol("break"),K=Symbol("continue");p("while",(r,e)=>(r=i(r),e=i(e),t=>{let o;for(;r(t);)try{o=e(t)}catch(n){if(n===U)break;if(n===K)continue;if(n===B)return n[0];throw n}return o}));p("do",(r,e)=>(r=i(r),e=i(e),t=>{let o;do try{o=r(t)}catch(n){if(n===U)break;if(n===K)continue;if(n===B)return n[0];throw n}while(e(t));return o}));p("for",(r,e)=>{if(Array.isArray(r)&&r[0]===";"){let[,t,o,n]=r;return t=t?i(t):null,o=o?i(o):()=>!0,n=n?i(n):null,e=i(e),s=>{let l;for(t?.(s);o(s);n?.(s))try{l=e(s)}catch(f){if(f===U)break;if(f===K)continue;if(f===B)return f[0];throw f}return l}}if(Array.isArray(r)&&(r[0]==="in"||r[0]==="of")){let[t,o,n]=r;if(Array.isArray(o)&&(o[0]==="let"||o[0]==="const"||o[0]==="var")&&(o=o[1]),t==="in")return Qt(o,n,e);if(t==="of")return jt(o,n,e)}});var jt=(r,e,t)=>{e=i(e),t=i(t);let o=Array.isArray(r);return n=>{let s,l=o?null:n[r];for(let f of e(n)){o?X(r,f,n):n[r]=f;try{s=t(n)}catch(d){if(d===U)break;if(d===K)continue;if(d===B)return d[0];throw d}}return o||(n[r]=l),s}},Qt=(r,e,t)=>{e=i(e),t=i(t);let o=Array.isArray(r);return n=>{let s,l=o?null:n[r];for(let f in e(n)){o?X(r,f,n):n[r]=f;try{s=t(n)}catch(d){if(d===U)break;if(d===K)continue;if(d===B)return d[0];throw d}}return o||(n[r]=l),s}};p("break",()=>()=>{throw U});p("continue",()=>()=>{throw K});p("return",r=>(r=r!==void 0?i(r):null,e=>{throw B[0]=r?.(e),B}));p("try",(r,...e)=>{r=r?i(r):null;let t=e.find(f=>f?.[0]==="catch"),o=e.find(f=>f?.[0]==="finally"),n=t?.[1],s=t?.[2]?i(t[2]):null,l=o?.[1]?i(o[1]):null;return f=>{let d;try{d=r?.(f)}catch(g){if(g===U||g===K||g===B)throw g;if(n!=null&&s){let E=n in f,S=f[n];f[n]=g;try{d=s(f)}finally{E?f[n]=S:delete f[n]}}else if(!s)throw g}finally{l?.(f)}return d}});p("throw",r=>(r=i(r),e=>{throw r(e)}));p("switch",(r,...e)=>(r=i(r),e.length?(e=e.map(t=>[t[0]==="case"?i(t[1]):null,(t[0]==="case"?t[2]:t[1])?.[0]===";"?(t[0]==="case"?t[2]:t[1]).slice(1).map(i):(t[0]==="case"?t[2]:t[1])?[i(t[0]==="case"?t[2]:t[1])]:[]]),t=>{let o=r(t),n=!1,s;for(let[f,d]of e)if(n||f===null||f(t)===o)for(n=!0,l=0;l<d.length;l++)try{s=d[l](t)}catch(g){if(g===U)return s;throw g}var l;return s}):t=>r(t)));p("import",()=>()=>{});p("export",()=>()=>{});p("from",(r,e)=>()=>{});p("as",(r,e)=>()=>{});p("default",r=>i(r));var he=new WeakMap,$t=(r,...e)=>typeof r=="string"?i(m(r)):he.get(r)||he.set(r,xt(r,e)).get(r),Ae=57344,xt=(r,e)=>{let t=r.reduce((s,l,f)=>s+(f?String.fromCharCode(Ae+f-1):"")+l,""),o=m(t),n=s=>{if(typeof s=="string"&&s.length===1){let l=s.charCodeAt(0)-Ae,f;if(l>=0&&l<e.length)return f=e[l],Wt(f)?f:[,f]}return Array.isArray(s)?s.map(n):s};return i(n(o))},Wt=r=>typeof r=="string"||Array.isArray(r)&&(typeof r[0]=="string"||r[0]===void 0),zt=$t;export{mr as access,y as binary,i as compile,c as cur,zt as default,R as err,A as expr,x as group,Jt as id,u as idx,C as keyword,j as literal,Lr as loc,T as lookup,lr as nary,N as next,p as operator,ur as operators,v as parens,m as parse,Y as peek,$ as prec,P as seek,h as skip,a as space,fr as step,k as token,O as unary,I as word};
|