@fern-api/java-dynamic-snippets 0.0.3 → 0.0.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/cjs/Config.cjs +1 -0
- package/cjs/Config.cjs.map +1 -0
- package/cjs/DynamicSnippetsGenerator.cjs +25 -11
- package/cjs/DynamicSnippetsGenerator.cjs.map +1 -0
- package/cjs/DynamicSnippetsGenerator.d.cts +1 -1
- package/cjs/{DynamicSnippetsGeneratorContext-B2BA5MLv.d.cts → DynamicSnippetsGeneratorContext-DGzYoCz3.d.cts} +19 -6
- package/cjs/EndpointSnippetGenerator.cjs +15 -7
- package/cjs/EndpointSnippetGenerator.cjs.map +1 -0
- package/cjs/EndpointSnippetGenerator.d.cts +4 -1
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs +25 -11
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs.map +1 -0
- package/cjs/context/DynamicSnippetsGeneratorContext.d.cts +1 -1
- package/cjs/context/DynamicTypeLiteralMapper.cjs +21 -7
- package/cjs/context/DynamicTypeLiteralMapper.cjs.map +1 -0
- package/cjs/context/DynamicTypeLiteralMapper.d.cts +1 -1
- package/cjs/context/DynamicTypeMapper.cjs +15 -7
- package/cjs/context/DynamicTypeMapper.cjs.map +1 -0
- package/cjs/context/DynamicTypeMapper.d.cts +1 -1
- package/cjs/context/FilePropertyMapper.cjs +15 -7
- package/cjs/context/FilePropertyMapper.cjs.map +1 -0
- package/cjs/context/FilePropertyMapper.d.cts +1 -1
- package/cjs/index.cjs +23 -21
- package/cjs/index.cjs.map +1 -0
- package/cjs/index.d.cts +2 -2
- package/esm/Config.js +2 -1
- package/esm/Config.js.map +1 -0
- package/esm/DynamicSnippetsGenerator.d.ts +1 -1
- package/esm/DynamicSnippetsGenerator.js +2 -1
- package/esm/DynamicSnippetsGenerator.js.map +1 -0
- package/esm/{DynamicSnippetsGeneratorContext-B2BA5MLv.d.ts → DynamicSnippetsGeneratorContext-DGzYoCz3.d.ts} +19 -6
- package/esm/EndpointSnippetGenerator.d.ts +4 -1
- package/esm/EndpointSnippetGenerator.js +2 -1
- package/esm/EndpointSnippetGenerator.js.map +1 -0
- package/esm/chunk-2U3YQWRZ.js +12 -0
- package/esm/chunk-2U3YQWRZ.js.map +1 -0
- package/esm/chunk-3X524Y2I.js +23 -0
- package/esm/chunk-3X524Y2I.js.map +1 -0
- package/esm/chunk-5CTXVUPZ.js +8 -0
- package/esm/chunk-5CTXVUPZ.js.map +1 -0
- package/esm/chunk-EOZMORS3.js +2 -0
- package/esm/chunk-EOZMORS3.js.map +1 -0
- package/esm/chunk-JFD4YVTW.js +15 -0
- package/esm/chunk-JFD4YVTW.js.map +1 -0
- package/esm/chunk-KQE3JYZ2.js +2 -0
- package/esm/chunk-KQE3JYZ2.js.map +1 -0
- package/esm/chunk-N3AIOPEV.js +2 -0
- package/esm/chunk-N3AIOPEV.js.map +1 -0
- package/esm/chunk-PBNDQMXA.js +2 -0
- package/esm/chunk-PBNDQMXA.js.map +1 -0
- package/esm/chunk-QH22Z5KY.js +2 -0
- package/esm/chunk-QH22Z5KY.js.map +1 -0
- package/esm/{chunk-452HWDL4.js → chunk-VYJE6STI.js} +2 -1
- package/esm/chunk-VYJE6STI.js.map +1 -0
- package/esm/context/DynamicSnippetsGeneratorContext.d.ts +1 -1
- package/esm/context/DynamicSnippetsGeneratorContext.js +2 -1
- package/esm/context/DynamicSnippetsGeneratorContext.js.map +1 -0
- package/esm/context/DynamicTypeLiteralMapper.d.ts +1 -1
- package/esm/context/DynamicTypeLiteralMapper.js +2 -1
- package/esm/context/DynamicTypeLiteralMapper.js.map +1 -0
- package/esm/context/DynamicTypeMapper.d.ts +1 -1
- package/esm/context/DynamicTypeMapper.js +2 -1
- package/esm/context/DynamicTypeMapper.js.map +1 -0
- package/esm/context/FilePropertyMapper.d.ts +1 -1
- package/esm/context/FilePropertyMapper.js +2 -1
- package/esm/context/FilePropertyMapper.js.map +1 -0
- package/esm/index.d.ts +2 -2
- package/esm/index.js +2 -13
- package/esm/index.js.map +1 -0
- package/package.json +1 -1
- package/esm/chunk-2AZXIWKY.js +0 -11
- package/esm/chunk-7CY27UU7.js +0 -1
- package/esm/chunk-AASPH6YC.js +0 -15
- package/esm/chunk-BKM7JFLZ.js +0 -1
- package/esm/chunk-HN67B7VQ.js +0 -1
- package/esm/chunk-JSEUWNSK.js +0 -1
- package/esm/chunk-N3DIPQCT.js +0 -14
- package/esm/chunk-TTNRR5YY.js +0 -1
- package/esm/chunk-WFKWXM7L.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@fern-api/browser-compatible-base-generator';
|
|
2
2
|
import '@fern-api/dynamic-ir-sdk';
|
|
3
3
|
import '@fern-api/java-ast';
|
|
4
|
-
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-
|
|
4
|
+
export { D as DynamicSnippetsGeneratorContext } from '../DynamicSnippetsGeneratorContext-DGzYoCz3.cjs';
|
|
@@ -1,18 +1,31 @@
|
|
|
1
|
-
"use strict";var Q=Object.defineProperty;var He=Object.getOwnPropertyDescriptor;var Ke=Object.getOwnPropertyNames;var ze=Object.prototype.hasOwnProperty;var Xe=(n,t,e)=>t in n?Q(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var le=(n,t)=>()=>(n&&(t=n(n=0)),t);var Te=(n,t)=>{for(var e in t)Q(n,e,{get:t[e],enumerable:!0})},Ze=(n,t,e,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ke(t))!ze.call(n,i)&&i!==e&&Q(n,i,{get:()=>t[i],enumerable:!(r=He(t,i))||r.enumerable});return n};var qe=n=>Ze(Q({},"__esModule",{value:!0}),n);var h=(n,t,e)=>Xe(n,typeof t!="symbol"?t+"":t,e);function Ae(){throw new Error("setTimeout has not been defined")}function Ie(){throw new Error("clearTimeout has not been defined")}function Le(n){if(B===setTimeout)return setTimeout(n,0);if((B===Ae||!B)&&setTimeout)return B=setTimeout,setTimeout(n,0);try{return B(n,0)}catch(t){try{return B.call(null,n,0)}catch(e){return B.call(this,n,0)}}}function Qe(n){if(C===clearTimeout)return clearTimeout(n);if((C===Ie||!C)&&clearTimeout)return C=clearTimeout,clearTimeout(n);try{return C(n)}catch(t){try{return C.call(null,n)}catch(e){return C.call(this,n)}}}function et(){!K||!M||(K=!1,M.length?b=M.concat(b):ee=-1,b.length&&Ee())}function Ee(){if(!K){var n=Le(et);K=!0;for(var t=b.length;t;){for(M=b,b=[];++ee<t;)M&&M[ee].run();ee=-1,t=b.length}M=null,K=!1,Qe(n)}}function tt(n){var t=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)t[e-1]=arguments[e];b.push(new Re(n,t)),b.length===1&&!K&&Le(Ee)}function Re(n,t){this.fun=n,this.array=t}function F(){}function xt(n){throw new Error("process.binding is not supported")}function gt(){return"/"}function vt(n){throw new Error("process.chdir is not supported")}function Tt(){return 0}function At(n){var t=Nt.call(H)*.001,e=Math.floor(t),r=Math.floor(t%1*1e9);return n&&(e=e-n[0],r=r-n[1],r<0&&(e--,r+=1e9)),[e,r]}function Lt(){var n=new Date,t=n-It;return t/1e3}var B,C,b,K,M,ee,rt,nt,it,at,ot,st,ut,ct,lt,pt,ft,ht,mt,dt,yt,wt,H,Nt,It,w,Ne,l=le(()=>{"use strict";B=Ae,C=Ie;typeof globalThis.setTimeout=="function"&&(B=setTimeout);typeof globalThis.clearTimeout=="function"&&(C=clearTimeout);b=[],K=!1,ee=-1;Re.prototype.run=function(){this.fun.apply(null,this.array)};rt="browser",nt="browser",it=!0,at={},ot=[],st="",ut={},ct={},lt={};pt=F,ft=F,ht=F,mt=F,dt=F,yt=F,wt=F;H=globalThis.performance||{},Nt=H.now||H.mozNow||H.msNow||H.oNow||H.webkitNow||function(){return new Date().getTime()};It=new Date;w={nextTick:tt,title:rt,browser:it,env:at,argv:ot,version:st,versions:ut,on:pt,addListener:ft,once:ht,off:mt,removeListener:dt,removeAllListeners:yt,emit:wt,binding:xt,cwd:gt,chdir:vt,umask:Tt,hrtime:At,platform:nt,release:ct,config:lt,uptime:Lt},Ne={};Object.keys(Ne).forEach(n=>{let t=n.split("."),e=w;for(let r=0;r<t.length;r++){let i=t[r];r===t.length-1?e[i]=Ne[n]:e=e[i]||(e[i]={})}})});function Se(){fe=!0;for(var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,e=n.length;t<e;++t)R[t]=n[t],L[n.charCodeAt(t)]=t;L[45]=62,L[95]=63}function Rt(n){fe||Se();var t,e,r,i,a,o,c=n.length;if(c%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=n[c-2]==="="?2:n[c-1]==="="?1:0,o=new Et(c*3/4-a),r=a>0?c-4:c;var f=0;for(t=0,e=0;t<r;t+=4,e+=3)i=L[n.charCodeAt(t)]<<18|L[n.charCodeAt(t+1)]<<12|L[n.charCodeAt(t+2)]<<6|L[n.charCodeAt(t+3)],o[f++]=i>>16&255,o[f++]=i>>8&255,o[f++]=i&255;return a===2?(i=L[n.charCodeAt(t)]<<2|L[n.charCodeAt(t+1)]>>4,o[f++]=i&255):a===1&&(i=L[n.charCodeAt(t)]<<10|L[n.charCodeAt(t+1)]<<4|L[n.charCodeAt(t+2)]>>2,o[f++]=i>>8&255,o[f++]=i&255),o}function Ut(n){return R[n>>18&63]+R[n>>12&63]+R[n>>6&63]+R[n&63]}function kt(n,t,e){for(var r,i=[],a=t;a<e;a+=3)r=(n[a]<<16)+(n[a+1]<<8)+n[a+2],i.push(Ut(r));return i.join("")}function Ue(n){fe||Se();for(var t,e=n.length,r=e%3,i="",a=[],o=16383,c=0,f=e-r;c<f;c+=o)a.push(kt(n,c,c+o>f?f:c+o));return r===1?(t=n[e-1],i+=R[t>>2],i+=R[t<<4&63],i+="=="):r===2&&(t=(n[e-2]<<8)+n[e-1],i+=R[t>>10],i+=R[t>>4&63],i+=R[t<<2&63],i+="="),a.push(i),a.join("")}function te(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function S(n,t){if(te()<t)throw new RangeError("Invalid typed array length");return s.TYPED_ARRAY_SUPPORT?(n=new Uint8Array(t),n.__proto__=s.prototype):(n===null&&(n=new s(t)),n.length=t),n}function s(n,t,e){if(!s.TYPED_ARRAY_SUPPORT&&!(this instanceof s))return new s(n,t,e);if(typeof n=="number"){if(typeof t=="string")throw new Error("If encoding is specified then the first argument must be a string");return he(this,n)}return _e(this,n,t,e)}function _e(n,t,e,r){if(typeof t=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&t instanceof ArrayBuffer?_t(n,t,e,r):typeof t=="string"?St(n,t,e):Bt(n,t)}function Be(n){if(typeof n!="number")throw new TypeError('"size" argument must be a number');if(n<0)throw new RangeError('"size" argument must not be negative')}function bt(n,t,e,r){return Be(t),t<=0?S(n,t):e!==void 0?typeof r=="string"?S(n,t).fill(e,r):S(n,t).fill(e):S(n,t)}function he(n,t){if(Be(t),n=S(n,t<0?0:me(t)|0),!s.TYPED_ARRAY_SUPPORT)for(var e=0;e<t;++e)n[e]=0;return n}function St(n,t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var r=Ce(t,e)|0;n=S(n,r);var i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function pe(n,t){var e=t.length<0?0:me(t.length)|0;n=S(n,e);for(var r=0;r<e;r+=1)n[r]=t[r]&255;return n}function _t(n,t,e,r){if(t.byteLength,e<0||t.byteLength<e)throw new RangeError("'offset' is out of bounds");if(t.byteLength<e+(r||0))throw new RangeError("'length' is out of bounds");return e===void 0&&r===void 0?t=new Uint8Array(t):r===void 0?t=new Uint8Array(t,e):t=new Uint8Array(t,e,r),s.TYPED_ARRAY_SUPPORT?(n=t,n.__proto__=s.prototype):n=pe(n,t),n}function Bt(n,t){if(U(t)){var e=me(t.length)|0;return n=S(n,e),n.length===0||t.copy(n,0,0,e),n}if(t){if(typeof ArrayBuffer!="undefined"&&t.buffer instanceof ArrayBuffer||"length"in t)return typeof t.length!="number"||qt(t.length)?S(n,0):pe(n,t);if(t.type==="Buffer"&&Array.isArray(t.data))return pe(n,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function me(n){if(n>=te())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+te().toString(16)+" bytes");return n|0}function U(n){return!!(n!=null&&n._isBuffer)}function Ce(n,t){if(U(n))return n.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(n)||n instanceof ArrayBuffer))return n.byteLength;typeof n!="string"&&(n=""+n);var e=n.length;if(e===0)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return re(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return $e(n).length;default:if(r)return re(n).length;t=(""+t).toLowerCase(),r=!0}}function Ct(n,t,e){var r=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,t>>>=0,e<=t))return"";for(n||(n="utf8");;)switch(n){case"hex":return Wt(this,t,e);case"utf8":case"utf-8":return De(this,t,e);case"ascii":return jt(this,t,e);case"latin1":case"binary":return Vt(this,t,e);case"base64":return Yt(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Gt(this,t,e);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}function D(n,t,e){var r=n[t];n[t]=n[e],n[e]=r}function Me(n,t,e,r,i){if(n.length===0)return-1;if(typeof e=="string"?(r=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:n.length-1),e<0&&(e=n.length+e),e>=n.length){if(i)return-1;e=n.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof t=="string"&&(t=s.from(t,r)),U(t))return t.length===0?-1:ke(n,t,e,r,i);if(typeof t=="number")return t=t&255,s.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,t,e):Uint8Array.prototype.lastIndexOf.call(n,t,e):ke(n,[t],e,r,i);throw new TypeError("val must be string, number or Buffer")}function ke(n,t,e,r,i){var a=1,o=n.length,c=t.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||t.length<2)return-1;a=2,o/=2,c/=2,e/=2}function f(I,J){return a===1?I[J]:I.readUInt16BE(J*a)}var d;if(i){var y=-1;for(d=e;d<o;d++)if(f(n,d)===f(t,y===-1?0:d-y)){if(y===-1&&(y=d),d-y+1===c)return y*a}else y!==-1&&(d-=d-y),y=-1}else for(e+c>o&&(e=o-c),d=e;d>=0;d--){for(var m=!0,E=0;E<c;E++)if(f(n,d+E)!==f(t,E)){m=!1;break}if(m)return d}return-1}function Mt(n,t,e,r){e=Number(e)||0;var i=n.length-e;r?(r=Number(r),r>i&&(r=i)):r=i;var a=t.length;if(a%2!==0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var o=0;o<r;++o){var c=parseInt(t.substr(o*2,2),16);if(isNaN(c))return o;n[e+o]=c}return o}function Ft(n,t,e,r){return ae(re(t,n.length-e),n,e,r)}function Fe(n,t,e,r){return ae(Xt(t),n,e,r)}function Dt(n,t,e,r){return Fe(n,t,e,r)}function Pt(n,t,e,r){return ae($e(t),n,e,r)}function Ot(n,t,e,r){return ae(Zt(t,n.length-e),n,e,r)}function Yt(n,t,e){return t===0&&e===n.length?Ue(n):Ue(n.slice(t,e))}function De(n,t,e){e=Math.min(n.length,e);for(var r=[],i=t;i<e;){var a=n[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=e){var f,d,y,m;switch(c){case 1:a<128&&(o=a);break;case 2:f=n[i+1],(f&192)===128&&(m=(a&31)<<6|f&63,m>127&&(o=m));break;case 3:f=n[i+1],d=n[i+2],(f&192)===128&&(d&192)===128&&(m=(a&15)<<12|(f&63)<<6|d&63,m>2047&&(m<55296||m>57343)&&(o=m));break;case 4:f=n[i+1],d=n[i+2],y=n[i+3],(f&192)===128&&(d&192)===128&&(y&192)===128&&(m=(a&15)<<18|(f&63)<<12|(d&63)<<6|y&63,m>65535&&m<1114112&&(o=m))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,r.push(o>>>10&1023|55296),o=56320|o&1023),r.push(o),i+=c}return $t(r)}function $t(n){var t=n.length;if(t<=be)return String.fromCharCode.apply(String,n);for(var e="",r=0;r<t;)e+=String.fromCharCode.apply(String,n.slice(r,r+=be));return e}function jt(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]&127);return r}function Vt(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]);return r}function Wt(n,t,e){var r=n.length;(!t||t<0)&&(t=0),(!e||e<0||e>r)&&(e=r);for(var i="",a=t;a<e;++a)i+=zt(n[a]);return i}function Gt(n,t,e){for(var r=n.slice(t,e),i="",a=0;a<r.length;a+=2)i+=String.fromCharCode(r[a]+r[a+1]*256);return i}function v(n,t,e){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+t>e)throw new RangeError("Trying to access beyond buffer length")}function T(n,t,e,r,i,a){if(!U(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<a)throw new RangeError('"value" argument is out of bounds');if(e+r>n.length)throw new RangeError("Index out of range")}function ne(n,t,e,r){t<0&&(t=65535+t+1);for(var i=0,a=Math.min(n.length-e,2);i<a;++i)n[e+i]=(t&255<<8*(r?i:1-i))>>>(r?i:1-i)*8}function ie(n,t,e,r){t<0&&(t=4294967295+t+1);for(var i=0,a=Math.min(n.length-e,4);i<a;++i)n[e+i]=t>>>(r?i:3-i)*8&255}function Pe(n,t,e,r,i,a){if(e+r>n.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Oe(n,t,e,r,i){return i||Pe(n,t,e,4,34028234663852886e22,-34028234663852886e22),Ve(n,t,e,r,23,4),e+4}function Ye(n,t,e,r,i){return i||Pe(n,t,e,8,17976931348623157e292,-17976931348623157e292),Ve(n,t,e,r,52,8),e+8}function Ht(n){if(n=Kt(n).replace(Jt,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function Kt(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function zt(n){return n<16?"0"+n.toString(16):n.toString(16)}function re(n,t){t=t||1/0;for(var e,r=n.length,i=null,a=[],o=0;o<r;++o){if(e=n.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(t-=3)>-1&&a.push(239,191,189);continue}else if(o+1===r){(t-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(t-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((t-=1)<0)break;a.push(e)}else if(e<2048){if((t-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((t-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((t-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function Xt(n){for(var t=[],e=0;e<n.length;++e)t.push(n.charCodeAt(e)&255);return t}function Zt(n,t){for(var e,r,i,a=[],o=0;o<n.length&&!((t-=2)<0);++o)e=n.charCodeAt(o),r=e>>8,i=e%256,a.push(i),a.push(r);return a}function $e(n){return Rt(Ht(n))}function ae(n,t,e,r){for(var i=0;i<r&&!(i+e>=t.length||i>=n.length);++i)t[i+e]=n[i];return i}function qt(n){return n!==n}function Qt(n){return n!=null&&(!!n._isBuffer||je(n)||er(n))}function je(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function er(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&je(n.slice(0,0))}function oe(n,t,e,r,i){var a,o,c=i*8-r-1,f=(1<<c)-1,d=f>>1,y=-7,m=e?i-1:0,E=e?-1:1,I=n[t+m];for(m+=E,a=I&(1<<-y)-1,I>>=-y,y+=c;y>0;a=a*256+n[t+m],m+=E,y-=8);for(o=a&(1<<-y)-1,a>>=-y,y+=r;y>0;o=o*256+n[t+m],m+=E,y-=8);if(a===0)a=1-d;else{if(a===f)return o?NaN:(I?-1:1)*(1/0);o=o+Math.pow(2,r),a=a-d}return(I?-1:1)*o*Math.pow(2,a-r)}function Ve(n,t,e,r,i,a){var o,c,f,d=a*8-i-1,y=(1<<d)-1,m=y>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,I=r?0:a-1,J=r?1:-1,Je=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,o=y):(o=Math.floor(Math.log(t)/Math.LN2),t*(f=Math.pow(2,-o))<1&&(o--,f*=2),o+m>=1?t+=E/f:t+=E*Math.pow(2,1-m),t*f>=2&&(o++,f/=2),o+m>=y?(c=0,o=y):o+m>=1?(c=(t*f-1)*Math.pow(2,i),o=o+m):(c=t*Math.pow(2,m-1)*Math.pow(2,i),o=0));i>=8;n[e+I]=c&255,I+=J,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;n[e+I]=o&255,I+=J,o/=256,d-=8);n[e+I-J]|=Je*128}var R,L,Et,fe,be,Jt,We=le(()=>{"use strict";l();p();R=[],L=[],Et=typeof Uint8Array!="undefined"?Uint8Array:Array,fe=!1;s.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;s.poolSize=8192;s._augment=function(n){return n.__proto__=s.prototype,n};s.from=function(n,t,e){return _e(null,n,t,e)};s.kMaxLength=te();s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&s[Symbol.species]);s.alloc=function(n,t,e){return bt(null,n,t,e)};s.allocUnsafe=function(n){return he(null,n)};s.allocUnsafeSlow=function(n){return he(null,n)};s.isBuffer=Qt;s.compare=function(t,e){if(!U(t)||!U(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,i=e.length,a=0,o=Math.min(r,i);a<o;++a)if(t[a]!==e[a]){r=t[a],i=e[a];break}return r<i?-1:i<r?1:0};s.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return s.alloc(0);var r;if(e===void 0)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var i=s.allocUnsafe(e),a=0;for(r=0;r<t.length;++r){var o=t[r];if(!U(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};s.byteLength=Ce;s.prototype._isBuffer=!0;s.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)D(this,e,e+1);return this};s.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)D(this,e,e+3),D(this,e+1,e+2);return this};s.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)D(this,e,e+7),D(this,e+1,e+6),D(this,e+2,e+5),D(this,e+3,e+4);return this};s.prototype.toString=function(){var t=this.length|0;return t===0?"":arguments.length===0?De(this,0,t):Ct.apply(this,arguments)};s.prototype.equals=function(t){if(!U(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:s.compare(this,t)===0};s.prototype.compare=function(t,e,r,i,a){if(!U(t))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),r===void 0&&(r=t?t.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||r>t.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=r)return 0;if(i>=a)return-1;if(e>=r)return 1;if(e>>>=0,r>>>=0,i>>>=0,a>>>=0,this===t)return 0;for(var o=a-i,c=r-e,f=Math.min(o,c),d=this.slice(i,a),y=t.slice(e,r),m=0;m<f;++m)if(d[m]!==y[m]){o=d[m],c=y[m];break}return o<c?-1:c<o?1:0};s.prototype.includes=function(t,e,r){return this.indexOf(t,e,r)!==-1};s.prototype.indexOf=function(t,e,r){return Me(this,t,e,r,!0)};s.prototype.lastIndexOf=function(t,e,r){return Me(this,t,e,r,!1)};s.prototype.write=function(t,e,r,i){if(e===void 0)i="utf8",r=this.length,e=0;else if(r===void 0&&typeof e=="string")i=e,r=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(r)?(r=r|0,i===void 0&&(i="utf8")):(i=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((r===void 0||r>a)&&(r=a),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return Mt(this,t,e,r);case"utf8":case"utf-8":return Ft(this,t,e,r);case"ascii":return Fe(this,t,e,r);case"latin1":case"binary":return Dt(this,t,e,r);case"base64":return Pt(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ot(this,t,e,r);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};be=4096;s.prototype.slice=function(t,e){var r=this.length;t=~~t,e=e===void 0?r:~~e,t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),e<t&&(e=t);var i;if(s.TYPED_ARRAY_SUPPORT)i=this.subarray(t,e),i.__proto__=s.prototype;else{var a=e-t;i=new s(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+t]}return i};s.prototype.readUIntLE=function(t,e,r){t=t|0,e=e|0,r||v(t,e,this.length);for(var i=this[t],a=1,o=0;++o<e&&(a*=256);)i+=this[t+o]*a;return i};s.prototype.readUIntBE=function(t,e,r){t=t|0,e=e|0,r||v(t,e,this.length);for(var i=this[t+--e],a=1;e>0&&(a*=256);)i+=this[t+--e]*a;return i};s.prototype.readUInt8=function(t,e){return e||v(t,1,this.length),this[t]};s.prototype.readUInt16LE=function(t,e){return e||v(t,2,this.length),this[t]|this[t+1]<<8};s.prototype.readUInt16BE=function(t,e){return e||v(t,2,this.length),this[t]<<8|this[t+1]};s.prototype.readUInt32LE=function(t,e){return e||v(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};s.prototype.readUInt32BE=function(t,e){return e||v(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};s.prototype.readIntLE=function(t,e,r){t=t|0,e=e|0,r||v(t,e,this.length);for(var i=this[t],a=1,o=0;++o<e&&(a*=256);)i+=this[t+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(t,e,r){t=t|0,e=e|0,r||v(t,e,this.length);for(var i=e,a=1,o=this[t+--i];i>0&&(a*=256);)o+=this[t+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(t,e){return e||v(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};s.prototype.readInt16LE=function(t,e){e||v(t,2,this.length);var r=this[t]|this[t+1]<<8;return r&32768?r|4294901760:r};s.prototype.readInt16BE=function(t,e){e||v(t,2,this.length);var r=this[t+1]|this[t]<<8;return r&32768?r|4294901760:r};s.prototype.readInt32LE=function(t,e){return e||v(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};s.prototype.readInt32BE=function(t,e){return e||v(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};s.prototype.readFloatLE=function(t,e){return e||v(t,4,this.length),oe(this,t,!0,23,4)};s.prototype.readFloatBE=function(t,e){return e||v(t,4,this.length),oe(this,t,!1,23,4)};s.prototype.readDoubleLE=function(t,e){return e||v(t,8,this.length),oe(this,t,!0,52,8)};s.prototype.readDoubleBE=function(t,e){return e||v(t,8,this.length),oe(this,t,!1,52,8)};s.prototype.writeUIntLE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var a=Math.pow(2,8*r)-1;T(this,t,e,r,a,0)}var o=1,c=0;for(this[e]=t&255;++c<r&&(o*=256);)this[e+c]=t/o&255;return e+r};s.prototype.writeUIntBE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var a=Math.pow(2,8*r)-1;T(this,t,e,r,a,0)}var o=r-1,c=1;for(this[e+o]=t&255;--o>=0&&(c*=256);)this[e+o]=t/c&255;return e+r};s.prototype.writeUInt8=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,1,255,0),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=t&255,e+1};s.prototype.writeUInt16LE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):ne(this,t,e,!0),e+2};s.prototype.writeUInt16BE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):ne(this,t,e,!1),e+2};s.prototype.writeUInt32LE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t&255):ie(this,t,e,!0),e+4};s.prototype.writeUInt32BE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):ie(this,t,e,!1),e+4};s.prototype.writeIntLE=function(t,e,r,i){if(t=+t,e=e|0,!i){var a=Math.pow(2,8*r-1);T(this,t,e,r,a-1,-a)}var o=0,c=1,f=0;for(this[e]=t&255;++o<r&&(c*=256);)t<0&&f===0&&this[e+o-1]!==0&&(f=1),this[e+o]=(t/c>>0)-f&255;return e+r};s.prototype.writeIntBE=function(t,e,r,i){if(t=+t,e=e|0,!i){var a=Math.pow(2,8*r-1);T(this,t,e,r,a-1,-a)}var o=r-1,c=1,f=0;for(this[e+o]=t&255;--o>=0&&(c*=256);)t<0&&f===0&&this[e+o+1]!==0&&(f=1),this[e+o]=(t/c>>0)-f&255;return e+r};s.prototype.writeInt8=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,1,127,-128),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=t&255,e+1};s.prototype.writeInt16LE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):ne(this,t,e,!0),e+2};s.prototype.writeInt16BE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):ne(this,t,e,!1),e+2};s.prototype.writeInt32LE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):ie(this,t,e,!0),e+4};s.prototype.writeInt32BE=function(t,e,r){return t=+t,e=e|0,r||T(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):ie(this,t,e,!1),e+4};s.prototype.writeFloatLE=function(t,e,r){return Oe(this,t,e,!0,r)};s.prototype.writeFloatBE=function(t,e,r){return Oe(this,t,e,!1,r)};s.prototype.writeDoubleLE=function(t,e,r){return Ye(this,t,e,!0,r)};s.prototype.writeDoubleBE=function(t,e,r){return Ye(this,t,e,!1,r)};s.prototype.copy=function(t,e,r,i){if(r||(r=0),!i&&i!==0&&(i=this.length),e>=t.length&&(e=t.length),e||(e=0),i>0&&i<r&&(i=r),i===r||t.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-e<i-r&&(i=t.length-e+r);var a=i-r,o;if(this===t&&r<e&&e<i)for(o=a-1;o>=0;--o)t[o+e]=this[o+r];else if(a<1e3||!s.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)t[o+e]=this[o+r];else Uint8Array.prototype.set.call(t,this.subarray(r,r+a),e);return a};s.prototype.fill=function(t,e,r,i){if(typeof t=="string"){if(typeof e=="string"?(i=e,e=0,r=this.length):typeof r=="string"&&(i=r,r=this.length),t.length===1){var a=t.charCodeAt(0);a<256&&(t=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof t=="number"&&(t=t&255);if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;e=e>>>0,r=r===void 0?this.length:r>>>0,t||(t=0);var o;if(typeof t=="number")for(o=e;o<r;++o)this[o]=t;else{var c=U(t)?t:re(new s(t,i).toString()),f=c.length;for(o=0;o<r-e;++o)this[o+e]=c[o%f]}return this};Jt=/[^+\/0-9A-Za-z-_]/g});var p=le(()=>{"use strict";We()});var Lr={};Te(Lr,{DynamicTypeLiteralMapper:()=>ve});module.exports=qe(Lr);l();p();l();p();l();p();function N(n){throw new Error("Unexpected value: "+JSON.stringify(n))}l();p();l();p();var P=class{};l();p();l();p();var k=class extends P{constructor(e){super();h(this,"value");this.value=e}write(e){typeof this.value=="string"?e.write(this.value):this.value(e)}};var tr=4,z=class{constructor(){h(this,"buffer","");h(this,"indentLevel",0);h(this,"hasWrittenAnything",!1);h(this,"lastCharacterIsSemicolon",!1);h(this,"lastCharacterIsNewline",!1)}write(t){let e=t.length>0&&t.endsWith(`
|
|
2
|
-
`),
|
|
1
|
+
"use strict";var ne=Object.defineProperty;var at=Object.getOwnPropertyDescriptor;var ot=Object.getOwnPropertyNames;var st=Object.prototype.hasOwnProperty;var ct=(n,t,e)=>t in n?ne(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var xe=(n,t)=>()=>(n&&(t=n(n=0)),t);var Re=(n,t)=>{for(var e in t)ne(n,e,{get:t[e],enumerable:!0})},ut=(n,t,e,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ot(t))!st.call(n,i)&&i!==e&&ne(n,i,{get:()=>t[i],enumerable:!(r=at(t,i))||r.enumerable});return n};var lt=n=>ut(ne({},"__esModule",{value:!0}),n);var h=(n,t,e)=>ct(n,typeof t!="symbol"?t+"":t,e);function Se(){throw new Error("setTimeout has not been defined")}function Ce(){throw new Error("clearTimeout has not been defined")}function Fe(n){if(M===setTimeout)return setTimeout(n,0);if((M===Se||!M)&&setTimeout)return M=setTimeout,setTimeout(n,0);try{return M(n,0)}catch(t){try{return M.call(null,n,0)}catch(e){return M.call(this,n,0)}}}function pt(n){if(O===clearTimeout)return clearTimeout(n);if((O===Ce||!O)&&clearTimeout)return O=clearTimeout,clearTimeout(n);try{return O(n)}catch(t){try{return O.call(null,n)}catch(e){return O.call(this,n)}}}function ft(){!z||!D||(z=!1,D.length?C=D.concat(C):ie=-1,C.length&&Be())}function Be(){if(!z){var n=Fe(ft);z=!0;for(var t=C.length;t;){for(D=C,C=[];++ie<t;)D&&D[ie].run();ie=-1,t=C.length}D=null,z=!1,pt(n)}}function ht(n){var t=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)t[e-1]=arguments[e];C.push(new _e(n,t)),C.length===1&&!z&&Fe(Be)}function _e(n,t){this.fun=n,this.array=t}function P(){}function Ut(n){throw new Error("process.binding is not supported")}function St(){return"/"}function Ct(n){throw new Error("process.chdir is not supported")}function Ft(){return 0}function _t(n){var t=Bt.call(K)*.001,e=Math.floor(t),r=Math.floor(t%1*1e9);return n&&(e=e-n[0],r=r-n[1],r<0&&(e--,r+=1e9)),[e,r]}function Ot(){var n=new Date,t=n-Mt;return t/1e3}var M,O,C,z,D,ie,mt,dt,yt,wt,xt,gt,vt,Tt,Nt,kt,It,At,Lt,Et,bt,Rt,K,Bt,Mt,w,Ue,p=xe(()=>{"use strict";M=Se,O=Ce;typeof globalThis.setTimeout=="function"&&(M=setTimeout);typeof globalThis.clearTimeout=="function"&&(O=clearTimeout);C=[],z=!1,ie=-1;_e.prototype.run=function(){this.fun.apply(null,this.array)};mt="browser",dt="browser",yt=!0,wt={},xt=[],gt="",vt={},Tt={},Nt={};kt=P,It=P,At=P,Lt=P,Et=P,bt=P,Rt=P;K=globalThis.performance||{},Bt=K.now||K.mozNow||K.msNow||K.oNow||K.webkitNow||function(){return new Date().getTime()};Mt=new Date;w={nextTick:ht,title:mt,browser:yt,env:wt,argv:xt,version:gt,versions:vt,on:kt,addListener:It,once:At,off:Lt,removeListener:Et,removeAllListeners:bt,emit:Rt,binding:Ut,cwd:St,chdir:Ct,umask:Ft,hrtime:_t,platform:dt,release:Tt,config:Nt,uptime:Ot},Ue={};Object.keys(Ue).forEach(n=>{let t=n.split("."),e=w;for(let r=0;r<t.length;r++){let i=t[r];r===t.length-1?e[i]=Ue[n]:e=e[i]||(e[i]={})}})});function Pe(){ve=!0;for(var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,e=n.length;t<e;++t)b[t]=n[t],L[n.charCodeAt(t)]=t;L[45]=62,L[95]=63}function Pt(n){ve||Pe();var t,e,r,i,a,o,c=n.length;if(c%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=n[c-2]==="="?2:n[c-1]==="="?1:0,o=new Dt(c*3/4-a),r=a>0?c-4:c;var l=0;for(t=0,e=0;t<r;t+=4,e+=3)i=L[n.charCodeAt(t)]<<18|L[n.charCodeAt(t+1)]<<12|L[n.charCodeAt(t+2)]<<6|L[n.charCodeAt(t+3)],o[l++]=i>>16&255,o[l++]=i>>8&255,o[l++]=i&255;return a===2?(i=L[n.charCodeAt(t)]<<2|L[n.charCodeAt(t+1)]>>4,o[l++]=i&255):a===1&&(i=L[n.charCodeAt(t)]<<10|L[n.charCodeAt(t+1)]<<4|L[n.charCodeAt(t+2)]>>2,o[l++]=i>>8&255,o[l++]=i&255),o}function $t(n){return b[n>>18&63]+b[n>>12&63]+b[n>>6&63]+b[n&63]}function jt(n,t,e){for(var r,i=[],a=t;a<e;a+=3)r=(n[a]<<16)+(n[a+1]<<8)+n[a+2],i.push($t(r));return i.join("")}function Me(n){ve||Pe();for(var t,e=n.length,r=e%3,i="",a=[],o=16383,c=0,l=e-r;c<l;c+=o)a.push(jt(n,c,c+o>l?l:c+o));return r===1?(t=n[e-1],i+=b[t>>2],i+=b[t<<4&63],i+="=="):r===2&&(t=(n[e-2]<<8)+n[e-1],i+=b[t>>10],i+=b[t>>4&63],i+=b[t<<2&63],i+="="),a.push(i),a.join("")}function ae(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function F(n,t){if(ae()<t)throw new RangeError("Invalid typed array length");return s.TYPED_ARRAY_SUPPORT?(n=new Uint8Array(t),n.__proto__=s.prototype):(n===null&&(n=new s(t)),n.length=t),n}function s(n,t,e){if(!s.TYPED_ARRAY_SUPPORT&&!(this instanceof s))return new s(n,t,e);if(typeof n=="number"){if(typeof t=="string")throw new Error("If encoding is specified then the first argument must be a string");return Te(this,n)}return $e(this,n,t,e)}function $e(n,t,e,r){if(typeof t=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&t instanceof ArrayBuffer?Wt(n,t,e,r):typeof t=="string"?Yt(n,t,e):Gt(n,t)}function je(n){if(typeof n!="number")throw new TypeError('"size" argument must be a number');if(n<0)throw new RangeError('"size" argument must not be negative')}function Vt(n,t,e,r){return je(t),t<=0?F(n,t):e!==void 0?typeof r=="string"?F(n,t).fill(e,r):F(n,t).fill(e):F(n,t)}function Te(n,t){if(je(t),n=F(n,t<0?0:Ne(t)|0),!s.TYPED_ARRAY_SUPPORT)for(var e=0;e<t;++e)n[e]=0;return n}function Yt(n,t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var r=Ve(t,e)|0;n=F(n,r);var i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function ge(n,t){var e=t.length<0?0:Ne(t.length)|0;n=F(n,e);for(var r=0;r<e;r+=1)n[r]=t[r]&255;return n}function Wt(n,t,e,r){if(t.byteLength,e<0||t.byteLength<e)throw new RangeError("'offset' is out of bounds");if(t.byteLength<e+(r||0))throw new RangeError("'length' is out of bounds");return e===void 0&&r===void 0?t=new Uint8Array(t):r===void 0?t=new Uint8Array(t,e):t=new Uint8Array(t,e,r),s.TYPED_ARRAY_SUPPORT?(n=t,n.__proto__=s.prototype):n=ge(n,t),n}function Gt(n,t){if(R(t)){var e=Ne(t.length)|0;return n=F(n,e),n.length===0||t.copy(n,0,0,e),n}if(t){if(typeof ArrayBuffer!="undefined"&&t.buffer instanceof ArrayBuffer||"length"in t)return typeof t.length!="number"||lr(t.length)?F(n,0):ge(n,t);if(t.type==="Buffer"&&Array.isArray(t.data))return ge(n,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function Ne(n){if(n>=ae())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae().toString(16)+" bytes");return n|0}function R(n){return!!(n!=null&&n._isBuffer)}function Ve(n,t){if(R(n))return n.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(n)||n instanceof ArrayBuffer))return n.byteLength;typeof n!="string"&&(n=""+n);var e=n.length;if(e===0)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return oe(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Ke(n).length;default:if(r)return oe(n).length;t=(""+t).toLowerCase(),r=!0}}function Jt(n,t,e){var r=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,t>>>=0,e<=t))return"";for(n||(n="utf8");;)switch(n){case"hex":return rr(this,t,e);case"utf8":case"utf-8":return Ge(this,t,e);case"ascii":return er(this,t,e);case"latin1":case"binary":return tr(this,t,e);case"base64":return Zt(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nr(this,t,e);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}function $(n,t,e){var r=n[t];n[t]=n[e],n[e]=r}function Ye(n,t,e,r,i){if(n.length===0)return-1;if(typeof e=="string"?(r=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:n.length-1),e<0&&(e=n.length+e),e>=n.length){if(i)return-1;e=n.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof t=="string"&&(t=s.from(t,r)),R(t))return t.length===0?-1:Oe(n,t,e,r,i);if(typeof t=="number")return t=t&255,s.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,t,e):Uint8Array.prototype.lastIndexOf.call(n,t,e):Oe(n,[t],e,r,i);throw new TypeError("val must be string, number or Buffer")}function Oe(n,t,e,r,i){var a=1,o=n.length,c=t.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||t.length<2)return-1;a=2,o/=2,c/=2,e/=2}function l(T,S){return a===1?T[S]:T.readUInt16BE(S*a)}var m;if(i){var y=-1;for(m=e;m<o;m++)if(l(n,m)===l(t,y===-1?0:m-y)){if(y===-1&&(y=m),m-y+1===c)return y*a}else y!==-1&&(m-=m-y),y=-1}else for(e+c>o&&(e=o-c),m=e;m>=0;m--){for(var d=!0,g=0;g<c;g++)if(l(n,m+g)!==l(t,g)){d=!1;break}if(d)return m}return-1}function qt(n,t,e,r){e=Number(e)||0;var i=n.length-e;r?(r=Number(r),r>i&&(r=i)):r=i;var a=t.length;if(a%2!==0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var o=0;o<r;++o){var c=parseInt(t.substr(o*2,2),16);if(isNaN(c))return o;n[e+o]=c}return o}function Ht(n,t,e,r){return ue(oe(t,n.length-e),n,e,r)}function We(n,t,e,r){return ue(cr(t),n,e,r)}function Kt(n,t,e,r){return We(n,t,e,r)}function zt(n,t,e,r){return ue(Ke(t),n,e,r)}function Xt(n,t,e,r){return ue(ur(t,n.length-e),n,e,r)}function Zt(n,t,e){return t===0&&e===n.length?Me(n):Me(n.slice(t,e))}function Ge(n,t,e){e=Math.min(n.length,e);for(var r=[],i=t;i<e;){var a=n[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=e){var l,m,y,d;switch(c){case 1:a<128&&(o=a);break;case 2:l=n[i+1],(l&192)===128&&(d=(a&31)<<6|l&63,d>127&&(o=d));break;case 3:l=n[i+1],m=n[i+2],(l&192)===128&&(m&192)===128&&(d=(a&15)<<12|(l&63)<<6|m&63,d>2047&&(d<55296||d>57343)&&(o=d));break;case 4:l=n[i+1],m=n[i+2],y=n[i+3],(l&192)===128&&(m&192)===128&&(y&192)===128&&(d=(a&15)<<18|(l&63)<<12|(m&63)<<6|y&63,d>65535&&d<1114112&&(o=d))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,r.push(o>>>10&1023|55296),o=56320|o&1023),r.push(o),i+=c}return Qt(r)}function Qt(n){var t=n.length;if(t<=De)return String.fromCharCode.apply(String,n);for(var e="",r=0;r<t;)e+=String.fromCharCode.apply(String,n.slice(r,r+=De));return e}function er(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]&127);return r}function tr(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]);return r}function rr(n,t,e){var r=n.length;(!t||t<0)&&(t=0),(!e||e<0||e>r)&&(e=r);for(var i="",a=t;a<e;++a)i+=sr(n[a]);return i}function nr(n,t,e){for(var r=n.slice(t,e),i="",a=0;a<r.length;a+=2)i+=String.fromCharCode(r[a]+r[a+1]*256);return i}function N(n,t,e){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+t>e)throw new RangeError("Trying to access beyond buffer length")}function k(n,t,e,r,i,a){if(!R(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<a)throw new RangeError('"value" argument is out of bounds');if(e+r>n.length)throw new RangeError("Index out of range")}function se(n,t,e,r){t<0&&(t=65535+t+1);for(var i=0,a=Math.min(n.length-e,2);i<a;++i)n[e+i]=(t&255<<8*(r?i:1-i))>>>(r?i:1-i)*8}function ce(n,t,e,r){t<0&&(t=4294967295+t+1);for(var i=0,a=Math.min(n.length-e,4);i<a;++i)n[e+i]=t>>>(r?i:3-i)*8&255}function Je(n,t,e,r,i,a){if(e+r>n.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function qe(n,t,e,r,i){return i||Je(n,t,e,4,34028234663852886e22,-34028234663852886e22),Xe(n,t,e,r,23,4),e+4}function He(n,t,e,r,i){return i||Je(n,t,e,8,17976931348623157e292,-17976931348623157e292),Xe(n,t,e,r,52,8),e+8}function ar(n){if(n=or(n).replace(ir,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function or(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function sr(n){return n<16?"0"+n.toString(16):n.toString(16)}function oe(n,t){t=t||1/0;for(var e,r=n.length,i=null,a=[],o=0;o<r;++o){if(e=n.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(t-=3)>-1&&a.push(239,191,189);continue}else if(o+1===r){(t-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(t-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((t-=1)<0)break;a.push(e)}else if(e<2048){if((t-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((t-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((t-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function cr(n){for(var t=[],e=0;e<n.length;++e)t.push(n.charCodeAt(e)&255);return t}function ur(n,t){for(var e,r,i,a=[],o=0;o<n.length&&!((t-=2)<0);++o)e=n.charCodeAt(o),r=e>>8,i=e%256,a.push(i),a.push(r);return a}function Ke(n){return Pt(ar(n))}function ue(n,t,e,r){for(var i=0;i<r&&!(i+e>=t.length||i>=n.length);++i)t[i+e]=n[i];return i}function lr(n){return n!==n}function pr(n){return n!=null&&(!!n._isBuffer||ze(n)||fr(n))}function ze(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function fr(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&ze(n.slice(0,0))}function le(n,t,e,r,i){var a,o,c=i*8-r-1,l=(1<<c)-1,m=l>>1,y=-7,d=e?i-1:0,g=e?-1:1,T=n[t+d];for(d+=g,a=T&(1<<-y)-1,T>>=-y,y+=c;y>0;a=a*256+n[t+d],d+=g,y-=8);for(o=a&(1<<-y)-1,a>>=-y,y+=r;y>0;o=o*256+n[t+d],d+=g,y-=8);if(a===0)a=1-m;else{if(a===l)return o?NaN:(T?-1:1)*(1/0);o=o+Math.pow(2,r),a=a-m}return(T?-1:1)*o*Math.pow(2,a-r)}function Xe(n,t,e,r,i,a){var o,c,l,m=a*8-i-1,y=(1<<m)-1,d=y>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=r?0:a-1,S=r?1:-1,re=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,o=y):(o=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-o))<1&&(o--,l*=2),o+d>=1?t+=g/l:t+=g*Math.pow(2,1-d),t*l>=2&&(o++,l/=2),o+d>=y?(c=0,o=y):o+d>=1?(c=(t*l-1)*Math.pow(2,i),o=o+d):(c=t*Math.pow(2,d-1)*Math.pow(2,i),o=0));i>=8;n[e+T]=c&255,T+=S,c/=256,i-=8);for(o=o<<i|c,m+=i;m>0;n[e+T]=o&255,T+=S,o/=256,m-=8);n[e+T-S]|=re*128}var b,L,Dt,ve,De,ir,Ze=xe(()=>{"use strict";p();f();b=[],L=[],Dt=typeof Uint8Array!="undefined"?Uint8Array:Array,ve=!1;s.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;s.poolSize=8192;s._augment=function(n){return n.__proto__=s.prototype,n};s.from=function(n,t,e){return $e(null,n,t,e)};s.kMaxLength=ae();s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&s[Symbol.species]);s.alloc=function(n,t,e){return Vt(null,n,t,e)};s.allocUnsafe=function(n){return Te(null,n)};s.allocUnsafeSlow=function(n){return Te(null,n)};s.isBuffer=pr;s.compare=function(t,e){if(!R(t)||!R(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,i=e.length,a=0,o=Math.min(r,i);a<o;++a)if(t[a]!==e[a]){r=t[a],i=e[a];break}return r<i?-1:i<r?1:0};s.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return s.alloc(0);var r;if(e===void 0)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var i=s.allocUnsafe(e),a=0;for(r=0;r<t.length;++r){var o=t[r];if(!R(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};s.byteLength=Ve;s.prototype._isBuffer=!0;s.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)$(this,e,e+1);return this};s.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)$(this,e,e+3),$(this,e+1,e+2);return this};s.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)$(this,e,e+7),$(this,e+1,e+6),$(this,e+2,e+5),$(this,e+3,e+4);return this};s.prototype.toString=function(){var t=this.length|0;return t===0?"":arguments.length===0?Ge(this,0,t):Jt.apply(this,arguments)};s.prototype.equals=function(t){if(!R(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:s.compare(this,t)===0};s.prototype.compare=function(t,e,r,i,a){if(!R(t))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),r===void 0&&(r=t?t.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||r>t.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=r)return 0;if(i>=a)return-1;if(e>=r)return 1;if(e>>>=0,r>>>=0,i>>>=0,a>>>=0,this===t)return 0;for(var o=a-i,c=r-e,l=Math.min(o,c),m=this.slice(i,a),y=t.slice(e,r),d=0;d<l;++d)if(m[d]!==y[d]){o=m[d],c=y[d];break}return o<c?-1:c<o?1:0};s.prototype.includes=function(t,e,r){return this.indexOf(t,e,r)!==-1};s.prototype.indexOf=function(t,e,r){return Ye(this,t,e,r,!0)};s.prototype.lastIndexOf=function(t,e,r){return Ye(this,t,e,r,!1)};s.prototype.write=function(t,e,r,i){if(e===void 0)i="utf8",r=this.length,e=0;else if(r===void 0&&typeof e=="string")i=e,r=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(r)?(r=r|0,i===void 0&&(i="utf8")):(i=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((r===void 0||r>a)&&(r=a),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return qt(this,t,e,r);case"utf8":case"utf-8":return Ht(this,t,e,r);case"ascii":return We(this,t,e,r);case"latin1":case"binary":return Kt(this,t,e,r);case"base64":return zt(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xt(this,t,e,r);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};De=4096;s.prototype.slice=function(t,e){var r=this.length;t=~~t,e=e===void 0?r:~~e,t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),e<t&&(e=t);var i;if(s.TYPED_ARRAY_SUPPORT)i=this.subarray(t,e),i.__proto__=s.prototype;else{var a=e-t;i=new s(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+t]}return i};s.prototype.readUIntLE=function(t,e,r){t=t|0,e=e|0,r||N(t,e,this.length);for(var i=this[t],a=1,o=0;++o<e&&(a*=256);)i+=this[t+o]*a;return i};s.prototype.readUIntBE=function(t,e,r){t=t|0,e=e|0,r||N(t,e,this.length);for(var i=this[t+--e],a=1;e>0&&(a*=256);)i+=this[t+--e]*a;return i};s.prototype.readUInt8=function(t,e){return e||N(t,1,this.length),this[t]};s.prototype.readUInt16LE=function(t,e){return e||N(t,2,this.length),this[t]|this[t+1]<<8};s.prototype.readUInt16BE=function(t,e){return e||N(t,2,this.length),this[t]<<8|this[t+1]};s.prototype.readUInt32LE=function(t,e){return e||N(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};s.prototype.readUInt32BE=function(t,e){return e||N(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};s.prototype.readIntLE=function(t,e,r){t=t|0,e=e|0,r||N(t,e,this.length);for(var i=this[t],a=1,o=0;++o<e&&(a*=256);)i+=this[t+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(t,e,r){t=t|0,e=e|0,r||N(t,e,this.length);for(var i=e,a=1,o=this[t+--i];i>0&&(a*=256);)o+=this[t+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(t,e){return e||N(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};s.prototype.readInt16LE=function(t,e){e||N(t,2,this.length);var r=this[t]|this[t+1]<<8;return r&32768?r|4294901760:r};s.prototype.readInt16BE=function(t,e){e||N(t,2,this.length);var r=this[t+1]|this[t]<<8;return r&32768?r|4294901760:r};s.prototype.readInt32LE=function(t,e){return e||N(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};s.prototype.readInt32BE=function(t,e){return e||N(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};s.prototype.readFloatLE=function(t,e){return e||N(t,4,this.length),le(this,t,!0,23,4)};s.prototype.readFloatBE=function(t,e){return e||N(t,4,this.length),le(this,t,!1,23,4)};s.prototype.readDoubleLE=function(t,e){return e||N(t,8,this.length),le(this,t,!0,52,8)};s.prototype.readDoubleBE=function(t,e){return e||N(t,8,this.length),le(this,t,!1,52,8)};s.prototype.writeUIntLE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var a=Math.pow(2,8*r)-1;k(this,t,e,r,a,0)}var o=1,c=0;for(this[e]=t&255;++c<r&&(o*=256);)this[e+c]=t/o&255;return e+r};s.prototype.writeUIntBE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var a=Math.pow(2,8*r)-1;k(this,t,e,r,a,0)}var o=r-1,c=1;for(this[e+o]=t&255;--o>=0&&(c*=256);)this[e+o]=t/c&255;return e+r};s.prototype.writeUInt8=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,1,255,0),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=t&255,e+1};s.prototype.writeUInt16LE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):se(this,t,e,!0),e+2};s.prototype.writeUInt16BE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):se(this,t,e,!1),e+2};s.prototype.writeUInt32LE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t&255):ce(this,t,e,!0),e+4};s.prototype.writeUInt32BE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):ce(this,t,e,!1),e+4};s.prototype.writeIntLE=function(t,e,r,i){if(t=+t,e=e|0,!i){var a=Math.pow(2,8*r-1);k(this,t,e,r,a-1,-a)}var o=0,c=1,l=0;for(this[e]=t&255;++o<r&&(c*=256);)t<0&&l===0&&this[e+o-1]!==0&&(l=1),this[e+o]=(t/c>>0)-l&255;return e+r};s.prototype.writeIntBE=function(t,e,r,i){if(t=+t,e=e|0,!i){var a=Math.pow(2,8*r-1);k(this,t,e,r,a-1,-a)}var o=r-1,c=1,l=0;for(this[e+o]=t&255;--o>=0&&(c*=256);)t<0&&l===0&&this[e+o+1]!==0&&(l=1),this[e+o]=(t/c>>0)-l&255;return e+r};s.prototype.writeInt8=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,1,127,-128),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=t&255,e+1};s.prototype.writeInt16LE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):se(this,t,e,!0),e+2};s.prototype.writeInt16BE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):se(this,t,e,!1),e+2};s.prototype.writeInt32LE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):ce(this,t,e,!0),e+4};s.prototype.writeInt32BE=function(t,e,r){return t=+t,e=e|0,r||k(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):ce(this,t,e,!1),e+4};s.prototype.writeFloatLE=function(t,e,r){return qe(this,t,e,!0,r)};s.prototype.writeFloatBE=function(t,e,r){return qe(this,t,e,!1,r)};s.prototype.writeDoubleLE=function(t,e,r){return He(this,t,e,!0,r)};s.prototype.writeDoubleBE=function(t,e,r){return He(this,t,e,!1,r)};s.prototype.copy=function(t,e,r,i){if(r||(r=0),!i&&i!==0&&(i=this.length),e>=t.length&&(e=t.length),e||(e=0),i>0&&i<r&&(i=r),i===r||t.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-e<i-r&&(i=t.length-e+r);var a=i-r,o;if(this===t&&r<e&&e<i)for(o=a-1;o>=0;--o)t[o+e]=this[o+r];else if(a<1e3||!s.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)t[o+e]=this[o+r];else Uint8Array.prototype.set.call(t,this.subarray(r,r+a),e);return a};s.prototype.fill=function(t,e,r,i){if(typeof t=="string"){if(typeof e=="string"?(i=e,e=0,r=this.length):typeof r=="string"&&(i=r,r=this.length),t.length===1){var a=t.charCodeAt(0);a<256&&(t=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof t=="number"&&(t=t&255);if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;e=e>>>0,r=r===void 0?this.length:r>>>0,t||(t=0);var o;if(typeof t=="number")for(o=e;o<r;++o)this[o]=t;else{var c=R(t)?t:oe(new s(t,i).toString()),l=c.length;for(o=0;o<r-e;++o)this[o+e]=c[o%l]}return this};ir=/[^+\/0-9A-Za-z-_]/g});var f=xe(()=>{"use strict";Ze()});var $r={};Re($r,{DynamicTypeLiteralMapper:()=>be});module.exports=lt($r);p();f();p();f();p();f();function I(n){throw new Error("Unexpected value: "+JSON.stringify(n))}p();f();p();f();p();f();var Qe,et,X=(et=(Qe=w.env.FERN_STACK_TRACK)==null?void 0:Qe.toLowerCase())!=null?et:"",U=X!==""&&X!=="0"&&X!=="false",ke=["single","multiline","box"].includes(X)?X:"single";U&&(Error.stackTraceLimit=50);var hr=new Set(["SdkGeneratorCLI","runCli","LoggerImpl","Array.forEach"]),mr=new Set(["stacktrace"]);function fe({maxFrames:n=50,skip:t=0,filterPaths:e=[],filterFunctions:r=[],stopOn:i=[],filterNode:a=!0,filterJs:o=!0,formatFilename:c=l=>l}={}){var m;if(!U)return[];r=[...r,...hr],e=[...e,...mr],i=[...i,"runInteractiveTask"];let l=!1;return((m=new Error().stack)!=null?m:"").split(`
|
|
2
|
+
`).map(y=>{let d=y.match(/at\s+(.*)\s+\((.*):(\d+):(\d+)\)/);if(d&&d.length===5){let[,g,T,S,re]=d;if(!g||!T||!S||!re)return;if(l||i.some(it=>g==null?void 0:g.includes(it))){l=!0;return}switch(g){case"Object.<anonymous>":g="";break;case"Object.object":case"Object.alias":case"Object.union":case"Object.enum":case"Object.undiscriminatedUnion":g=`${g.substring(g.indexOf(".")+1)}()=> { ... }`;break}return{fn:g,path:c(T),position:`${S}:${re}`}}}).filter(y=>{var d,g;return y&&!r.some(T=>y.fn.includes(T))&&!(a&&((d=y.path)!=null&&d.startsWith("node:")))&&!(o&&((g=y.path)!=null&&g.endsWith(".js")))&&!e.some(T=>y.path.includes(T))}).slice(t,t+n)}var pe=class{constructor({maxFrames:t=50,skip:e=0,filterPaths:r=[],filterFunctions:i=[],stopOn:a=[],filterNode:o=!0,filterJs:c=!0,multiline:l=!1,formatFilename:m=y=>y}={}){h(this,"maxFrames");h(this,"skip");h(this,"filterPaths");h(this,"filterFunctions");h(this,"stopOn");h(this,"filterNode");h(this,"filterJs");h(this,"multiline");h(this,"formatFilename");h(this,"tracking",new WeakMap);this.maxFrames=t,this.skip=e,this.filterPaths=r,this.filterFunctions=i,this.stopOn=a,this.filterNode=o,this.filterJs=c,this.multiline=l,this.formatFilename=m}tag(t){let e=this.tracking.get(t)||new Set;fe({maxFrames:this.maxFrames,skip:this.skip,filterPaths:this.filterPaths,filterFunctions:this.filterFunctions,stopOn:this.stopOn,filterNode:this.filterNode,filterJs:this.filterJs,formatFilename:this.formatFilename}).forEach(r=>e.add(r)),this.tracking.set(t,e)}trace(t){if(!U)return"";let e=this.tracking.get(t);return e?[...e].map(r=>`${this.multiline?`
|
|
3
|
+
`:""}${r.fn} - ${r.path}:${r.position}`).join(""):""}frames(t){let e=this.tracking.get(t);return e?[...e]:[]}free(t){this.tracking.delete(t)}clear(){this.tracking=new WeakMap}},B;function tt({maxFrames:n=50,skip:t=0,filterPaths:e=[],filterFunctions:r=[],stopOn:i=[],filterNode:a=!0,filterJs:o=!0,multiline:c=!1,formatFilename:l=m=>m}={}){U&&(B!=null||(B=new pe({maxFrames:n,skip:t,filterPaths:e,filterFunctions:r,stopOn:i,filterNode:a,filterJs:o,multiline:c,formatFilename:l})))}function rt(n){B==null||B.tag(n)}function Ie(n){var t;return(t=B==null?void 0:B.frames(n))!=null?t:[]}var j=class{constructor(){rt(this)}};p();f();var he=class{formatMultiple(t){return Promise.all(t.map(e=>this.format(e)))}formatMultipleSync(t){return t.map(e=>this.formatSync(e))}},Z=class extends he{async format(t){return t}formatSync(t){return t}};p();f();p();f();p();f();var E=class extends j{constructor(e){super();h(this,"value");this.value=e}write(e){typeof this.value=="string"?e.write(this.value):typeof this.value=="function"?this.value(e):this.value.write(e)}};var dr=4;tt({skip:0,maxFrames:15,filterFunctions:["Abstract"]});var Q=class{constructor(){h(this,"lineBuffer",[]);h(this,"indentLevel",0);h(this,"hasWrittenAnything",!1);h(this,"lastCharacterIsSemicolon",!1);h(this,"lastCharacterIsNewline",!1);h(this,"nodeStackFrames",[])}get buffer(){return U&&this.nodeStackFrames.length>0&&this.writeInternal(`
|
|
4
|
+
`),this.lineBuffer.join(`
|
|
5
|
+
`)+(this.lastCharacterIsNewline?`
|
|
6
|
+
`:"")}write(...t){for(let e of t)if(e!=null)if(typeof e=="string"){let r=e.length>0&&e.endsWith(`
|
|
7
|
+
`),i=r?e.substring(0,e.length-1):e,a=this.getIndentString(),o=i.replaceAll(`
|
|
3
8
|
`,`
|
|
4
|
-
${
|
|
5
|
-
`),this.writeInternal(
|
|
9
|
+
${a}`);this.isAtStartOfLine()&&(o=a+o),r&&(o+=`
|
|
10
|
+
`),this.writeInternal(o)}else this.writeNode(e)}writeStatement(...t){this.write(...t),this.write(";"),this.writeNewLineIfLastLineNot()}writeNoIndent(t){let e=this.indentLevel;this.indentLevel=0,this.write(t),this.indentLevel=e}writeNode(t){U&&this.nodeStackFrames.push(...Ie(t)),t.write(this),U&&ke!=="single"&&this.writeInternal(`
|
|
11
|
+
`)}writeNodeOrString(t){if(typeof t=="string"){this.write(t);return}this.writeNode(t)}writeNodeStatement(t){this.writeNode(t),this.write(";"),this.writeNewLineIfLastLineNot()}writeTextStatement(t){new E(t).write(this),t.endsWith(";")||this.write(";"),this.writeNewLineIfLastLineNot()}controlFlow(t,e){new E(t).write(this),this.write(" (",e,")"),this.pushScope()}controlFlowWithoutStatement(t){new E(t).write(this),this.pushScope()}endControlFlow(){this.popScope()}contiguousControlFlow(t,e){this.dedent(),this.write("} "),new E(t).write(this),this.write(" (",e,")"),this.pushScope()}alternativeControlFlow(t){this.dedent(),this.write("} "),new E(t).write(this),this.pushScope()}pushScope(){this.writeLine("{"),this.indent()}popScope(t=!0){this.dedent(),this.writeNewLineIfLastLineNot(),t?this.writeLine("}"):this.write("}")}writeLine(...t){this.write(...t.length===0?[""]:t),this.writeNewLineIfLastLineNot()}newLine(){this.writeInternal(`
|
|
6
12
|
`)}writeSemicolonIfLastCharacterIsNot(){this.lastCharacterIsSemicolon||this.writeInternal(";")}writeNewLineIfLastLineNot(){this.lastCharacterIsNewline||this.writeInternal(`
|
|
7
|
-
`)}indent(){this.indentLevel++}dedent(){this.indentLevel--}delimit({nodes:t,delimiter:e,writeFunction:r}){if(t.length>0){let i=t[0];i!=null&&r(i);for(let a=1;a<t.length;a++){this.write(e);let o=t[a];o!=null&&r(o)}}}toString(){return this.buffer}writeInternal(t){
|
|
8
|
-
`),this.lastCharacterIsSemicolon=t.endsWith(";")
|
|
13
|
+
`)}indent(){this.indentLevel++}dedent(){this.indentLevel--}delimit({nodes:t,delimiter:e,writeFunction:r}){if(t.length>0){let i=t[0];i!=null&&r(i);for(let a=1;a<t.length;a++){this.write(e);let o=t[a];o!=null&&r(o)}}}toString(){return this.buffer}writeInternal(t){if(t.length===0)return;let e=!this.lastCharacterIsNewline;this.hasWrittenAnything=!0,this.lastCharacterIsNewline=t.endsWith(`
|
|
14
|
+
`),this.lastCharacterIsSemicolon=t.endsWith(";");let r=t.split(`
|
|
15
|
+
`),i=U&&!this.shouldSkipTracking(r)&&this.lastCharacterIsNewline;e&&(this.lastLine=`${this.lastLine}${r.shift()||""}`),this.lastCharacterIsNewline&&r.pop(),this.lineBuffer.push(...r),i&&this.appendTrackingComment()}set lastLine(t){this.lineBuffer.length>0?this.lineBuffer[this.lineBuffer.length-1]=t:this.lineBuffer.push(t)}get lastLine(){return this.lineBuffer[this.lineBuffer.length-1]||""}shouldSkipTracking(t){return!1}formatStack(t,e=""){return t.map(r=>`${e?`(${e}) `:""} ${r.fn} - ${r.path} : ${r.position}`)}filterStack(t){return t.filter(e=>!e.fn.startsWith(`${this.constructor.name}.`))}appendTrackingComment(){let t=[...this.formatStack(this.filterStack(fe({maxFrames:15,skip:3}))),...this.formatStack(this.filterStack(this.nodeStackFrames),"node")];switch(this.nodeStackFrames.length=0,ke){case"single":return this.singleLineTrackingComment(t);case"multiline":return this.multiLineTrackingComment(t);case"box":return this.boxTrackingComment(t)}}singleLineTrackingComment(t){this.lastLine=`${this.lastLine} // ${t.join(" ")}`}multiLineTrackingComment(t){this.lineBuffer.push(...t.map(e=>` // ${e}`))}boxTrackingComment(t){this.lineBuffer.push("/*",...t.map(e=>` ${e}`),"*/")}isAtStartOfLine(){return this.lastCharacterIsNewline||!this.hasWrittenAnything}getIndentString(){return" ".repeat(this.indentLevel*this.getTabSize())}getTabSize(){return dr}};p();f();function Ae(n){return(n==null?void 0:n.name)!=null&&(n==null?void 0:n.assignment)!=null}p();f();p();f();var _={Critical:"CRITICAL",Warning:"WARNING"};p();f();p();f();p();f();var V=class extends Q{constructor({packageName:e,customConfig:r,formatter:i}){super();h(this,"packageName");h(this,"customConfig");h(this,"formatter");h(this,"imports",new Set);this.packageName=e,this.customConfig=r,this.formatter=i!=null?i:new Z}addImport(e){this.imports.add(e)}getImports(){return new Set(this.imports)}};var ee=class extends V{constructor({packageName:t,customConfig:e,formatter:r}){super({packageName:t,customConfig:e,formatter:r})}async toStringAsync(){let t=this.getContent();if(this.formatter!=null)try{return this.formatter.format(t)}catch(e){throw new Error(`Failed to format Java file: ${e}
|
|
9
16
|
${t}`)}return t}toString(){let t=this.getContent();if(this.formatter!=null)try{return this.formatter.formatSync(t)}catch(e){throw new Error(`Failed to format Java file: ${e}
|
|
10
17
|
${t}`)}return t}getContent(){let t=`package ${this.packageName};
|
|
11
18
|
|
|
12
19
|
`,e=this.stringifyImports();return e.length>0?`${t}${e}
|
|
13
20
|
|
|
14
21
|
${this.buffer}`:t+this.buffer}stringifyImports(){return Array.from(this.imports).filter(t=>t!==this.packageName).map(t=>`import ${t};`).sort().join(`
|
|
15
|
-
`)}};var g=class extends P{async toStringAsync({packageName:t,customConfig:e,formatter:r}){let i=new Z({packageName:t,customConfig:e,formatter:r});return this.write(i),i.toStringAsync()}toString({packageName:t,customConfig:e,formatter:r}){let i=new Z({packageName:t,customConfig:e,formatter:r});return this.write(i),i.toString()}};l();p();var Y=class extends g{constructor({name:e,access:r}){super();h(this,"name");h(this,"access");h(this,"methods",[]);this.name=e,this.access=r}write(e){if(e.write(`${this.access} class ${this.name}`),this.isEmpty()){e.writeLine(" {}");return}e.writeLine(" {"),e.indent();for(let r of this.methods)e.writeNode(r),e.newLine();e.dedent(),e.write("}")}addMethod(e){this.methods.push(e)}isEmpty(){return this.methods.length===0}};l();p();var x=class extends g{constructor({name:e,packageName:r,fullyQualified:i}){super();h(this,"name");h(this,"packageName");h(this,"fullyQualified");this.name=e,this.packageName=r,this.fullyQualified=i!=null?i:!1}write(e){if(e.addImport(`${this.packageName}.${this.name}`),this.fullyQualified){e.write(`${this.packageName}.${this.name}`);return}e.write(this.name)}};l();p();l();p();l();p();l();p();var q=class extends g{constructor(e){super();h(this,"internalType");this.internalType=e}write(e){switch(this.internalType.type){case"bigInteger":e.writeNode(rr);break;case"boolean":e.write("Boolean");break;case"bytes":e.write("byte[]");break;case"float":e.write("Float");break;case"date":e.write("String");break;case"dateTime":e.writeNode(ar);break;case"double":e.write("Double");break;case"integer":e.write("Integer");break;case"list":{this.writeList({writer:e,list:this.internalType});break}case"long":{e.write("Long");break}case"map":{this.writeMap({writer:e,map:this.internalType});break}case"object":{e.write("Object");break}case"optional":{this.writeOptional({writer:e,optional:this.internalType});break}case"reference":e.writeNode(this.internalType.value);break;case"set":{this.writeSet({writer:e,set:this.internalType});break}case"string":e.write("String");break;case"uuid":e.writeNode(sr);break;default:N(this.internalType)}}isOptional(){return this.internalType.type==="optional"}static bigInteger(){return new this({type:"bigInteger"})}static boolean(){return new this({type:"boolean"})}static bytes(){return new this({type:"bytes"})}static date(){return new this({type:"date"})}static dateTime(){return new this({type:"dateTime"})}static double(){return new this({type:"double"})}static float(){return new this({type:"float"})}static integer(){return new this({type:"integer"})}static list(e){return new this({type:"list",value:e})}static long(){return new this({type:"long"})}static map(e,r){return new this({type:"map",keyType:e,valueType:r})}static object(){return new this({type:"object"})}static optional(e){return this.isAlreadyOptional(e)?e:new this({type:"optional",value:e})}static reference(e){return new this({type:"reference",value:e})}static set(e){return new this({type:"set",value:e})}static string(){return new this({type:"string"})}static uuid(){return new this({type:"uuid"})}writeList({writer:e,list:r}){e.writeNode(nr),e.write("<"),r.value.write(e),e.write(">")}writeMap({writer:e,map:r}){e.writeNode(ir),e.write("<"),r.keyType.write(e),e.write(", "),r.valueType.write(e),e.write(">")}writeOptional({writer:e,optional:r}){e.writeNode(xe),e.write("<"),r.value.write(e),e.write(">")}writeSet({writer:e,set:r}){e.writeNode(or),e.write("<"),r.value.write(e),e.write(">")}static isAlreadyOptional(e){return e.internalType.type==="optional"}},we=new x({name:"Arrays",packageName:"java.util"}),rr=new x({name:"BigInteger",packageName:"java.math"}),ni=new x({name:"HashMap",packageName:"java.util"}),nr=new x({name:"List",packageName:"java.util"}),ir=new x({name:"Map",packageName:"java.util"}),ar=new x({name:"OffsetDateTime",packageName:"java.time"}),xe=new x({name:"Optional",packageName:"java.util"}),or=new x({name:"Set",packageName:"java.util"}),sr=new x({name:"UUID",packageName:"java.util"});var A=class n extends g{constructor(e){super();h(this,"internalType");this.internalType=e}write(e){switch(this.internalType.type){case"bigInteger":this.writeBigInteger({writer:e,bigInteger:this.internalType});break;case"boolean":e.write(this.internalType.value.toString());break;case"builder":this.writeBuilder({writer:e,builder:this.internalType});break;case"bytes":e.write(`"${this.internalType.value}".getBytes()`);break;case"class":{this.writeClass({writer:e,class_:this.internalType});break}case"date":e.write(`"${this.internalType.value}"`);break;case"dateTime":this.writeDateTime({writer:e,dateTime:this.internalType});break;case"double":e.write(this.internalType.value.toString());break;case"enum":this.writeEnum({writer:e,enum_:this.internalType});break;case"float":e.write(`${this.internalType.value}f`);break;case"integer":e.write(this.internalType.value.toString());break;case"list":{this.writeList({writer:e,list:this.internalType});break}case"long":{e.write(`${this.internalType.value}L`);break}case"map":{this.writeMap({writer:e,map:this.internalType});break}case"optional":{this.writeOptional({writer:e,optional:this.internalType});break}case"raw":{e.write(this.internalType.value);break}case"reference":e.writeNode(this.internalType.value);break;case"set":{this.writeSet({writer:e,set:this.internalType});break}case"string":e.write(`"${this.escapeString(this.internalType.value)}"`);break;case"unknown":this.writeUnknown({writer:e,value:this.internalType.value});break;case"uuid":this.writeUUID({writer:e,uuid:this.internalType});break;case"nop":break;default:N(this.internalType)}}isOptional(){return this.internalType.type==="optional"}static bigInteger(e){return new this({type:"bigInteger",value:e})}static boolean(e){return new this({type:"boolean",value:e})}static builder({classReference:e,parameters:r}){return new this({type:"builder",classReference:e,parameters:r})}static bytes(e){return new this({type:"bytes",value:e})}static class_({reference:e,parameters:r}){return new this({type:"class",reference:e,parameters:r})}static date(e){return new this({type:"date",value:e})}static dateTime(e){return new this({type:"dateTime",value:e})}static double(e){return new this({type:"double",value:e})}static enum_({classReference:e,value:r}){return new this({type:"enum",classReference:e,value:r})}static float(e){return new this({type:"float",value:e})}static integer(e){return new this({type:"integer",value:e})}static list({valueType:e,values:r}){return new this({type:"list",valueType:e,values:r})}static long(e){return new this({type:"long",value:e})}static map({keyType:e,valueType:r,entries:i}){return new this({type:"map",keyType:e,valueType:r,entries:i})}static optional({value:e,useOf:r}){return this.isAlreadyOptional(e)?e:new this({type:"optional",value:e,useOf:r})}static raw(e){return new this({type:"raw",value:e})}static reference(e){return new this({type:"reference",value:e})}static set({valueType:e,values:r}){return new this({type:"set",valueType:e,values:r})}static string(e){return new this({type:"string",value:e})}static unknown(e){return new this({type:"unknown",value:e})}static uuid(e){return new this({type:"uuid",value:e})}static nop(){return new this({type:"nop"})}static isNop(e){return e.internalType.type==="nop"}shouldWriteInLine(){switch(this.internalType.type){case"bigInteger":case"boolean":case"bytes":case"date":case"dateTime":case"double":case"enum":case"float":case"integer":case"long":case"nop":case"raw":case"string":case"unknown":case"uuid":return!0;case"optional":return this.internalType.value.shouldWriteInLine();case"builder":case"class":case"list":case"map":case"reference":case"set":return!1;default:N(this.internalType)}}writeBigInteger({writer:e,bigInteger:r}){e.write("new "),e.writeNode(u.instantiateClass({classReference:ur,arguments_:[n.string(r.value)]}))}writeBuilder({writer:e,builder:r}){e.writeNode(r.classReference),e.writeNewLineIfLastLineNot(),e.indent(),this.writeBuilderParameters({writer:e,parameters:this.orderBuilderParameters(hr({parameters:r.parameters}))}),e.dedent()}writeBuilderParameters({writer:e,parameters:r}){e.writeLine(".builder()");for(let i of r)e.write(`.${i.name}(`),i.value.shouldWriteInLine()||e.newLine(),e.indent(),e.writeNode(i.value),e.dedent(),i.value.shouldWriteInLine()||e.newLine(),e.writeLine(")");e.writeNewLineIfLastLineNot(),e.write(".build()")}orderBuilderParameters(e){return e.sort((r,i)=>r.value.isOptional()&&!i.value.isOptional()?1:!r.value.isOptional()&&i.value.isOptional()?-1:0)}writeClass({writer:e,class_:r}){let i=fr({parameters:r.parameters});e.writeNode(u.instantiateClass({classReference:r.reference,arguments_:i.map(a=>a.value)}))}writeDateTime({writer:e,dateTime:r}){e.writeNode(u.invokeMethod({on:lr,method:"parse",arguments_:[n.string(r.value)]}))}writeEnum({writer:e,enum_:r}){e.writeNode(r.classReference),e.write("."+r.value)}writeList({writer:e,list:r}){this.writeIterable({writer:e,iterable:r})}writeMap({writer:e,map:r}){let i=mr({entries:r.entries});if(i.length===0){e.write("new "),e.writeNode(ue),e.write("<"),e.writeNode(r.keyType),e.write(", "),e.writeNode(r.valueType),e.write(">()");return}e.write("new "),e.writeNode(ue),e.write("<"),e.writeNode(r.keyType),e.write(", "),e.writeNode(r.valueType),e.writeLine(">() {{"),e.indent();for(let a of i)e.write("put("),e.writeNode(a.key),e.write(", "),e.writeNode(a.value),e.writeLine(");");e.dedent(),e.write("}}")}writeOptional({writer:e,optional:r}){if(!r.useOf){e.writeNode(r.value);return}e.writeNode(u.invokeMethod({on:xe,method:"of",arguments_:[r.value]}))}writeSet({writer:e,set:r}){this.writeIterable({writer:e,iterable:r})}writeIterable({writer:e,iterable:r}){let i=r.type==="list"?ge:cr,a=dr({values:r.values});if(a.length===0){e.write(`new ${i.name}<`),e.writeNode(r.valueType),e.write(">()");return}e.write("new "),e.writeNode(i),e.write("<"),e.writeNode(r.valueType),e.writeLine(">("),e.indent(),e.writeNode(u.invokeMethod({on:we,method:"asList",arguments_:a})),e.writeNewLineIfLastLineNot(),e.dedent(),e.write(")")}writeUnknown({writer:e,value:r}){switch(typeof r){case"boolean":e.write(r.toString());return;case"string":e.write(`"${this.escapeString(r)}"`);return;case"number":e.write(r.toString());return;case"object":if(r==null){e.write("null");return}if(Array.isArray(r)){this.writeUnknownArray({writer:e,value:r});return}this.writeUnknownMap({writer:e,value:r});return;default:throw new Error(`Internal error; unsupported unknown type: ${typeof r}`)}}writeUnknownArray({writer:e,value:r}){if(r.length===0){e.write("new"),e.writeNode(ge),e.write("<Object>()");return}e.writeLine("new"),e.writeNode(ge),e.write("<Object>() {"),e.indent(),e.writeNode(u.invokeMethod({on:we,method:"asList",arguments_:r.map(i=>n.unknown(i))})),e.writeNewLineIfLastLineNot(),e.dedent(),e.write("}")}writeUnknownMap({writer:e,value:r}){let i=Object.entries(r);if(i.length===0){e.write("new "),e.writeNode(ue),e.write("<String, Object>()");return}e.writeLine("new "),e.writeNode(ue),e.write("<String, Object>() {{"),e.indent();for(let[a,o]of i)e.write(`put("${a}", `),e.writeNode(n.unknown(o)),e.writeLine(");");e.dedent(),e.write("}}")}writeUUID({writer:e,uuid:r}){e.writeNode(u.invokeMethod({on:pr,method:"fromString",arguments_:[n.string(r.value)]}))}escapeString(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}static isAlreadyOptional(e){return e.internalType.type==="optional"}},ge=new x({name:"ArrayList",packageName:"java.util"}),ur=new x({name:"BigInteger",packageName:"java.math"}),ue=new x({name:"HashMap",packageName:"java.util"}),cr=new x({name:"HashSet",packageName:"java.util"}),hi=new x({name:"List",packageName:"java.util"}),mi=new x({name:"Map",packageName:"java.util"}),lr=new x({name:"OffsetDateTime",packageName:"java.time"}),di=new x({name:"Set",packageName:"java.util"}),pr=new x({name:"UUID",packageName:"java.util"});function fr({parameters:n}){return n.filter(t=>!A.isNop(t.value))}function hr({parameters:n}){return n.filter(t=>!A.isNop(t.value))}function mr({entries:n}){return n.filter(t=>!A.isNop(t.key)&&!A.isNop(t.value))}function dr({values:n}){return n.filter(t=>!A.isNop(t))}function ce({writer:n,arguments_:t}){let e=wr(t);if(e.length===0){n.write("()");return}if(e.some(i=>i instanceof A&&!i.shouldWriteInLine())){yr({writer:n,arguments_:e});return}n.write("("),e.forEach((i,a)=>{a>0&&n.write(", "),Ge({writer:n,argument:i})}),n.write(")")}function yr({writer:n,arguments_:t}){n.writeLine("("),n.indent(),t.forEach((e,r)=>{r>0&&n.writeLine(","),Ge({writer:n,argument:e})}),n.dedent(),t.length>0&&n.newLine(),n.write(")")}function Ge({writer:n,argument:t}){de(t)?n.writeNodeOrString(t.assignment):t.write(n)}function wr(n){return n.filter(t=>!(t instanceof A&&A.isNop(t)))}var $=class extends g{constructor({classReference:e,arguments_:r}){super();h(this,"classReference");h(this,"arguments_");this.classReference=e,this.arguments_=r}write(e){e.writeNode(this.classReference),ce({writer:e,arguments_:this.arguments_})}};l();p();var j=class extends g{constructor(e){super();h(this,"arg");this.arg=e}write(e){return new k(this.arg).write(e)}};l();p();var V=class extends g{constructor({name:e,access:r,parameters:i,body:a,static_:o,return_:c}){super();h(this,"name");h(this,"access");h(this,"parameters");h(this,"body");h(this,"return_");h(this,"static_");this.name=e,this.access=r,this.parameters=i,this.body=a,this.return_=c,this.static_=o!=null?o:!1}write(e){if(e.write(`${this.access} `),this.static_&&e.write("static "),this.return_!=null?e.writeNode(this.return_):e.write("void"),e.write(` ${this.name}`),this.parameters.length===0?e.write("()"):(e.writeLine("("),e.indent(),this.parameters.forEach((r,i)=>{i>0&&e.writeLine(", "),e.writeNode(r)}),e.dedent(),e.write(")")),this.body==null){e.write(";");return}e.writeLine(" {"),e.indent(),e.writeNode(this.body),e.writeNewLineIfLastLineNot(),e.dedent(),e.write("}")}};l();p();var W=class extends g{constructor({method:e,arguments_:r,on:i}){super();h(this,"on");h(this,"method");h(this,"arguments_");this.on=i,this.method=e,this.arguments_=r}write(e){this.on.write(e),e.write("."),e.write(this.method),ce({writer:e,arguments_:this.arguments_})}};l();p();var G=class extends g{constructor({name:e,type:r}){super();h(this,"name");h(this,"type");this.name=e,this.type=r}write(e){e.writeNode(this.type),e.write(` ${this.name}`)}};function xr(n){return new j(n)}function gr(n){return new Y(n)}function vr(n){return new x(n)}function Tr(n){return new $(n)}function Nr(n){return new W(n)}function Ar(n){return new V(n)}function Ir(n){return new G(n)}var ve=class{constructor({context:t}){h(this,"context");this.context=t}convert(t){if(t.value===null)return this.context.isNullable(t.typeReference)?this.context.getNullableOfNull():(this.context.errors.add({severity:_.Critical,message:"Expected non-null value, but got null"}),u.TypeLiteral.nop());if(t.value===void 0)return u.TypeLiteral.nop();switch(t.typeReference.type){case"list":return this.convertList({list:t.typeReference.value,value:t.value});case"literal":return this.convertLiteral({literal:t.typeReference.value,value:t.value});case"map":return this.convertMap({map:t.typeReference,value:t.value});case"named":{let e=this.context.resolveNamedType({typeId:t.typeReference.value});return e==null?u.TypeLiteral.nop():this.convertNamed({named:e,value:t.value,as:t.as})}case"nullable":case"optional":return u.TypeLiteral.optional({value:this.convert({typeReference:t.typeReference.value,value:t.value,as:t.as}),useOf:t.as==="mapValue"});case"primitive":return this.convertPrimitive({primitive:t.typeReference.value,value:t.value,as:t.as});case"set":return this.convertSet({set:t.typeReference.value,value:t.value});case"unknown":return this.convertUnknown({value:t.value});default:N(t.typeReference)}}convertList({list:t,value:e}){return Array.isArray(e)?u.TypeLiteral.list({valueType:this.context.dynamicTypeMapper.convert({typeReference:t}),values:e.map((r,i)=>{this.context.errors.scope({index:i});try{return this.convert({typeReference:t,value:r})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:_.Critical,message:`Expected array but got: ${typeof e}`}),u.TypeLiteral.nop())}convertLiteral({literal:t,value:e}){switch(t.type){case"boolean":{let r=this.context.getValueAsBoolean({value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.boolean(r)}case"string":{let r=this.context.getValueAsString({value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.string(r)}default:N(t)}}convertSet({set:t,value:e}){return Array.isArray(e)?u.TypeLiteral.set({valueType:this.context.dynamicTypeMapper.convert({typeReference:t}),values:e.map((r,i)=>{this.context.errors.scope({index:i});try{return this.convert({typeReference:t,value:r})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:_.Critical,message:`Expected array but got: ${typeof e}`}),u.TypeLiteral.nop())}convertMap({map:t,value:e}){return typeof e!="object"||e==null?(this.context.errors.add({severity:_.Critical,message:`Expected object but got: ${e==null?"null":typeof e}`}),u.TypeLiteral.nop()):u.TypeLiteral.map({keyType:this.context.dynamicTypeMapper.convert({typeReference:t.key}),valueType:this.context.dynamicTypeMapper.convert({typeReference:t.value}),entries:Object.entries(e).map(([r,i])=>{this.context.errors.scope(r);try{return{key:this.convert({typeReference:t.key,value:r,as:"mapKey"}),value:this.convert({typeReference:t.value,value:i,as:"mapValue"})}}finally{this.context.errors.unscope()}})})}convertNamed({named:t,value:e,as:r}){switch(t.type){case"alias":return this.convert({typeReference:t.typeReference,value:e,as:r});case"discriminatedUnion":return this.convertDiscriminatedUnion({discriminatedUnion:t,value:e});case"enum":return this.convertEnum({enum_:t,value:e});case"object":return this.convertObject({object_:t,value:e,as:r});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e});default:N(t)}}convertDiscriminatedUnion({discriminatedUnion:t,value:e}){let r=this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),i=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:t,value:e});if(i==null)return u.TypeLiteral.nop();let a=i.singleDiscriminatedUnionType;switch(a.type){case"samePropertiesAsObject":{let o=this.context.resolveNamedType({typeId:a.typeId});return o==null?u.TypeLiteral.nop():u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[this.convertNamed({named:o,value:i.value})]}))}case"singleProperty":{let o=this.context.getRecord(i.value);if(o==null)return u.TypeLiteral.nop();try{return this.context.errors.scope(a.discriminantValue.wireValue),u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[this.convert({typeReference:a.typeReference,value:o[a.discriminantValue.wireValue]})]}))}finally{this.context.errors.unscope()}}case"noProperties":return u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[]}));default:N(a)}}convertObject({object_:t,value:e,as:r}){var a;let i=this.context.associateByWireValue({parameters:t.properties,values:(a=this.context.getRecord(e))!=null?a:{}});return u.TypeLiteral.builder({classReference:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),parameters:i.map(o=>{this.context.errors.scope(o.name.wireValue);try{return{name:this.context.getMethodName(o.name.name),value:this.convert({typeReference:o.typeReference,value:o.value,as:r})}}finally{this.context.errors.unscope()}})})}convertEnum({enum_:t,value:e}){let r=this.getEnumValueName({enum_:t,value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.enum_({classReference:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),value:r})}getEnumValueName({enum_:t,value:e}){if(typeof e!="string"){this.context.errors.add({severity:_.Critical,message:`Expected enum value string, got: ${typeof e}`});return}let r=t.values.find(i=>i.wireValue===e);if(r==null){this.context.errors.add({severity:_.Critical,message:`An enum value named "${e}" does not exist in this context`});return}return this.context.getEnumName(r.name)}convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e}){let r=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e});if(r==null)return u.TypeLiteral.nop();if(this.context.isPrimitive(r.valueTypeReference))return u.TypeLiteral.reference(u.invokeMethod({on:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),method:"of",arguments_:[r.typeInstantiation]}));let i=this.getUndiscriminatedUnionFieldName({typeReference:r.valueTypeReference});return i==null?u.TypeLiteral.nop():u.TypeLiteral.reference(u.invokeMethod({on:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),method:`of${i}`,arguments_:[r.typeInstantiation]}))}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e}){for(let r of t.types)try{let i=this.convert({typeReference:r,value:e});return{valueTypeReference:r,typeInstantiation:i}}catch(i){continue}this.context.errors.add({severity:_.Critical,message:`None of the types in the undiscriminated union matched the given "${typeof e}" value`})}getUndiscriminatedUnionFieldName({typeReference:t}){switch(t.type){case"list":return this.getUndiscriminatedUnionFieldNameForList({list:t});case"literal":return this.getUndiscriminatedUnionFieldNameForLiteral({literal:t.value});case"map":return this.getUndiscriminatedUnionFieldNameForMap({map:t});case"named":{let e=this.context.resolveNamedType({typeId:t.value});return e==null?void 0:this.context.getClassName(e.declaration.name)}case"optional":return this.getUndiscriminatedUnionFieldNameForOptional({typeReference:t});case"nullable":return this.getUndiscriminatedUnionFieldNameForNullable({typeReference:t});case"primitive":return this.getUndiscriminatedUnionFieldNameForPrimitive({primitive:t.value});case"set":return this.getUndiscriminatedUnionFieldNameForSet({set:t});case"unknown":return"Unknown";default:N(t)}}getUndiscriminatedUnionFieldNameForList({list:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`ListOf${e}`}getUndiscriminatedUnionFieldNameForMap({map:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t.key});if(e==null)return;let r=this.getUndiscriminatedUnionFieldName({typeReference:t.value});if(r!=null)return`MapOf${e}To${r}`}getUndiscriminatedUnionFieldNameForOptional({typeReference:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`Optional${e}`}getUndiscriminatedUnionFieldNameForNullable({typeReference:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`Nullable${e}`}getUndiscriminatedUnionFieldNameForSet({set:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`SetOf${e}`}getUndiscriminatedUnionFieldNameForLiteral({literal:t}){}getUndiscriminatedUnionFieldNameForPrimitive({primitive:t}){switch(t){case"INTEGER":case"UINT":return"Integer";case"LONG":case"UINT_64":return"Long";case"FLOAT":return"Float";case"DOUBLE":return"Double";case"BOOLEAN":return"Boolean";case"BIG_INTEGER":return"BigInteger";case"STRING":return"String";case"UUID":return"Uuid";case"DATE":return"Date";case"DATE_TIME":return"DateTime";case"BASE_64":return"Base64";default:N(t)}}convertUnknown({value:t}){return u.TypeLiteral.unknown(t)}convertPrimitive({primitive:t,value:e,as:r}){switch(t){case"INTEGER":case"UINT":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.integer(i)}case"LONG":case"UINT_64":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.long(i)}case"FLOAT":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.float(i)}case"DOUBLE":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.double(i)}case"BOOLEAN":{let i=this.getValueAsBoolean({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.boolean(i)}case"STRING":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.string(i)}case"DATE":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.string(i)}case"DATE_TIME":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.dateTime(i)}case"UUID":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.uuid(i)}case"BASE_64":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.bytes(i)}case"BIG_INTEGER":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.bigInteger(i)}default:N(t)}}getValueAsNumber({value:t,as:e}){let r=e==="mapKey"&&typeof t=="string"?Number(t):t;return this.context.getValueAsNumber({value:r})}getValueAsBoolean({value:t,as:e}){let r=e==="mapKey"?typeof t=="string"?t==="true":t==="false"?!1:t:t;return this.context.getValueAsBoolean({value:r})}};0&&(module.exports={DynamicTypeLiteralMapper});
|
|
22
|
+
`)}};var u={};Re(u,{Access:()=>Le,AstNode:()=>v,Class:()=>Y,ClassInstantiation:()=>W,ClassReference:()=>x,CodeBlock:()=>G,Method:()=>J,MethodInvocation:()=>q,Parameter:()=>H,Type:()=>te,TypeLiteral:()=>A,Writer:()=>V,classReference:()=>_r,class_:()=>Br,codeblock:()=>Fr,instantiateClass:()=>Mr,invokeMethod:()=>Or,method:()=>Dr,parameter:()=>Pr});p();f();p();f();p();f();var Le={Public:"public",Protected:"protected",Private:"private"};p();f();p();f();var v=class extends j{async toStringAsync({packageName:t,customConfig:e,formatter:r}){let i=new ee({packageName:t,customConfig:e,formatter:r});return this.write(i),i.toStringAsync()}toString({packageName:t,customConfig:e,formatter:r}){let i=new ee({packageName:t,customConfig:e,formatter:r});return this.write(i),i.toString()}};var Y=class extends v{constructor({name:e,access:r}){super();h(this,"name");h(this,"access");h(this,"methods",[]);this.name=e,this.access=r}write(e){if(e.write(`${this.access} class ${this.name}`),this.isEmpty()){e.writeLine(" {}");return}e.writeLine(" {"),e.indent();for(let r of this.methods)e.writeNode(r),e.newLine();e.dedent(),e.write("}")}addMethod(e){this.methods.push(e)}isEmpty(){return this.methods.length===0}};p();f();p();f();p();f();p();f();var x=class extends v{constructor({name:e,packageName:r,fullyQualified:i}){super();h(this,"name");h(this,"packageName");h(this,"fullyQualified");this.name=e,this.packageName=r,this.fullyQualified=i!=null?i:!1}write(e){if(e.addImport(`${this.packageName}.${this.name}`),this.fullyQualified){e.write(`${this.packageName}.${this.name}`);return}e.write(this.name)}};p();f();var te=class extends v{constructor(e){super();h(this,"internalType");this.internalType=e}write(e){switch(this.internalType.type){case"array":e.writeNode(this.internalType.value),e.write("[]");break;case"bigInteger":e.writeNode(yr);break;case"boolean":e.write("Boolean");break;case"bytes":e.write("byte[]");break;case"date":e.write("String");break;case"dateTime":e.writeNode(gr);break;case"double":e.write("Double");break;case"float":e.write("Float");break;case"generic":e.writeNode(this.internalType.value),e.write("<");for(let[r,i]of this.internalType.parameters.entries())e.writeNode(i),r<this.internalType.parameters.length-1&&e.write(", ");e.write(">");break;case"inputStream":e.writeNode(Nr);break;case"integer":e.write("Integer");break;case"iterable":this.writeIterable({writer:e,iterable:this.internalType});break;case"list":{this.writeList({writer:e,list:this.internalType});break}case"long":{e.write("Long");break}case"map":{this.writeMap({writer:e,map:this.internalType});break}case"object":{e.write("Object");break}case"optional":{this.writeOptional({writer:e,optional:this.internalType});break}case"reference":e.writeNode(this.internalType.value);break;case"set":{this.writeSet({writer:e,set:this.internalType});break}case"string":e.write("String");break;case"uuid":e.writeNode(Tr);break;case"void":e.write("Void");break;default:I(this.internalType)}}isOptional(){return this.internalType.type==="optional"}static array(e){return new this({type:"array",value:e})}static bigInteger(){return new this({type:"bigInteger"})}static boolean(){return new this({type:"boolean"})}static bytes(){return new this({type:"bytes"})}static date(){return new this({type:"date"})}static dateTime(){return new this({type:"dateTime"})}static double(){return new this({type:"double"})}static float(){return new this({type:"float"})}static integer(){return new this({type:"integer"})}static list(e){return new this({type:"list",value:e})}static long(){return new this({type:"long"})}static map(e,r){return new this({type:"map",keyType:e,valueType:r})}static object(){return new this({type:"object"})}static optional(e){return this.isAlreadyOptional(e)?e:new this({type:"optional",value:e})}static reference(e){return new this({type:"reference",value:e})}static generic(e,r){return new this({type:"generic",value:e,parameters:r})}static set(e){return new this({type:"set",value:e})}static string(){return new this({type:"string"})}static uuid(){return new this({type:"uuid"})}static void(){return new this({type:"void"})}static iterable(e){return new this({type:"iterable",value:e})}static inputStream(){return new this({type:"inputStream"})}writeList({writer:e,list:r}){e.writeNode(wr),e.write("<"),r.value.write(e),e.write(">")}writeMap({writer:e,map:r}){e.writeNode(xr),e.write("<"),r.keyType.write(e),e.write(", "),r.valueType.write(e),e.write(">")}writeOptional({writer:e,optional:r}){e.writeNode(me),e.write("<"),r.value.write(e),e.write(">")}writeIterable({writer:e,iterable:r}){e.writeNode(me),e.write("<"),r.value.write(e),e.write(">")}writeSet({writer:e,set:r}){e.writeNode(vr),e.write("<"),r.value.write(e),e.write(">")}static isAlreadyOptional(e){return e.internalType.type==="optional"}},de=new x({name:"Arrays",packageName:"java.util"}),yr=new x({name:"BigInteger",packageName:"java.math"}),Mi=new x({name:"HashMap",packageName:"java.util"}),wr=new x({name:"List",packageName:"java.util"}),xr=new x({name:"Map",packageName:"java.util"}),gr=new x({name:"OffsetDateTime",packageName:"java.time"}),me=new x({name:"Optional",packageName:"java.util"}),vr=new x({name:"Set",packageName:"java.util"}),Tr=new x({name:"UUID",packageName:"java.util"}),Nr=new x({name:"InputStream",packageName:"java.io"});var A=class n extends v{constructor(e){super();h(this,"internalType");this.internalType=e}write(e){switch(this.internalType.type){case"bigInteger":this.writeBigInteger({writer:e,bigInteger:this.internalType});break;case"boolean":e.write(this.internalType.value.toString());break;case"builder":this.writeBuilder({writer:e,builder:this.internalType});break;case"bytes":e.write(`"${this.internalType.value}".getBytes()`);break;case"class":{this.writeClass({writer:e,class_:this.internalType});break}case"date":e.write(`"${this.internalType.value}"`);break;case"dateTime":this.writeDateTime({writer:e,dateTime:this.internalType});break;case"double":{let r=this.internalType.value.toString();!r.includes(".")&&!r.includes("e")&&!r.includes("E")?e.write(`${r}.0`):e.write(r);break}case"enum":this.writeEnum({writer:e,enum_:this.internalType});break;case"float":e.write(`${this.internalType.value}f`);break;case"integer":e.write(Math.floor(this.internalType.value).toString());break;case"list":{this.writeList({writer:e,list:this.internalType});break}case"long":{e.write(`${Math.floor(this.internalType.value)}L`);break}case"map":{this.writeMap({writer:e,map:this.internalType});break}case"optional":{this.writeOptional({writer:e,optional:this.internalType});break}case"raw":{this.internalType.value instanceof v?e.writeNode(this.internalType.value):e.write(this.internalType.value);break}case"reference":e.writeNode(this.internalType.value);break;case"set":{this.writeSet({writer:e,set:this.internalType});break}case"string":e.write(`"${this.escapeString(this.internalType.value)}"`);break;case"unknown":this.writeUnknown({writer:e,value:this.internalType.value});break;case"uuid":this.writeUUID({writer:e,uuid:this.internalType});break;case"nop":break;default:I(this.internalType)}}isOptional(){return this.internalType.type==="optional"}static bigInteger(e){return new this({type:"bigInteger",value:e})}static boolean(e){return new this({type:"boolean",value:e})}static builder({classReference:e,parameters:r}){return new this({type:"builder",classReference:e,parameters:r})}static bytes(e){return new this({type:"bytes",value:e})}static class_({reference:e,parameters:r}){return new this({type:"class",reference:e,parameters:r})}static date(e){return new this({type:"date",value:e})}static dateTime(e){return new this({type:"dateTime",value:e})}static double(e){return new this({type:"double",value:e})}static enum_({classReference:e,value:r}){return new this({type:"enum",classReference:e,value:r})}static float(e){return new this({type:"float",value:e})}static integer(e){return new this({type:"integer",value:e})}static list({valueType:e,values:r,isParameter:i}){return new this({type:"list",valueType:e,values:r,isParameter:i})}static long(e){return new this({type:"long",value:e})}static map({keyType:e,valueType:r,entries:i}){return new this({type:"map",keyType:e,valueType:r,entries:i})}static optional({value:e,useOf:r}){return this.isAlreadyOptional(e)?e:new this({type:"optional",value:e,useOf:r})}static raw(e){return new this({type:"raw",value:e})}static reference(e){return new this({type:"reference",value:e})}static set({valueType:e,values:r}){return new this({type:"set",valueType:e,values:r})}static string(e){return new this({type:"string",value:e})}static unknown(e){return new this({type:"unknown",value:e})}static uuid(e){return new this({type:"uuid",value:e})}static nop(){return new this({type:"nop"})}static isNop(e){return e.internalType.type==="nop"}shouldWriteInLine(){switch(this.internalType.type){case"bigInteger":case"boolean":case"bytes":case"date":case"dateTime":case"double":case"enum":case"float":case"integer":case"long":case"nop":case"raw":case"string":case"unknown":case"uuid":return!0;case"optional":return this.internalType.value.shouldWriteInLine();case"builder":case"class":case"list":case"map":case"reference":case"set":return!1;default:I(this.internalType)}}writeBigInteger({writer:e,bigInteger:r}){e.write("new "),e.writeNode(u.instantiateClass({classReference:kr,arguments_:[n.string(r.value)]}))}writeBuilder({writer:e,builder:r}){e.writeNode(r.classReference),e.writeNewLineIfLastLineNot(),e.indent(),this.writeBuilderParameters({writer:e,parameters:this.orderBuilderParameters(br({parameters:r.parameters}))}),e.dedent()}writeBuilderParameters({writer:e,parameters:r}){e.writeLine(".builder()");for(let i of r)e.write(`.${i.name}(`),i.value.shouldWriteInLine()||e.newLine(),e.indent(),e.writeNode(i.value),e.dedent(),i.value.shouldWriteInLine()||e.newLine(),e.writeLine(")");e.writeNewLineIfLastLineNot(),e.write(".build()")}orderBuilderParameters(e){return e.some(i=>!i.value.isOptional()&&!this.isCollection(i.value))?e.sort((i,a)=>{let o=this.isNonRequired(i.value),c=this.isNonRequired(a.value);return o&&!c?1:!o&&c?-1:0}):e.sort((i,a)=>{let o=i.value.isOptional(),c=a.value.isOptional();return o&&!c?1:!o&&c?-1:0})}isCollection(e){let r=e.internalType.type;return r==="list"||r==="set"||r==="map"}isNonRequired(e){return e.isOptional()||this.isCollection(e)}writeClass({writer:e,class_:r}){let i=Er({parameters:r.parameters});e.writeNode(u.instantiateClass({classReference:r.reference,arguments_:i.map(a=>a.value)}))}writeDateTime({writer:e,dateTime:r}){e.writeNode(u.invokeMethod({on:Ar,method:"parse",arguments_:[n.string(r.value)]}))}writeEnum({writer:e,enum_:r}){e.writeNode(r.classReference),e.write("."+r.value)}writeList({writer:e,list:r}){this.writeIterable({writer:e,iterable:r})}writeMap({writer:e,map:r}){let i=Rr({entries:r.entries});if(i.length===0){e.write("new "),e.writeNode(ye),e.write("<"),e.writeNode(r.keyType),e.write(", "),e.writeNode(r.valueType),e.write(">()");return}e.write("new "),e.writeNode(ye),e.write("<"),e.writeNode(r.keyType),e.write(", "),e.writeNode(r.valueType),e.writeLine(">() {{"),e.indent();for(let a of i)e.write("put("),e.writeNode(a.key),e.write(", "),e.writeNode(a.value),e.writeLine(");");e.dedent(),e.write("}}")}writeOptional({writer:e,optional:r}){if(!r.useOf){e.writeNode(r.value);return}e.writeNode(u.invokeMethod({on:me,method:"of",arguments_:[r.value]}))}writeSet({writer:e,set:r}){this.writeIterable({writer:e,iterable:r})}writeIterable({writer:e,iterable:r}){let i=r.type==="list"?Ee:Ir,a=Ur({values:r.values});if(r.type==="list"&&r.isParameter&&a.length>0){e.writeNode(u.invokeMethod({on:de,method:"asList",arguments_:a}));return}if(a.length===0){e.write(`new ${i.name}<`),e.writeNode(r.valueType),e.write(">()");return}e.write("new "),e.writeNode(i),e.write("<"),e.writeNode(r.valueType),e.writeLine(">("),e.indent(),e.writeNode(u.invokeMethod({on:de,method:"asList",arguments_:a})),e.writeNewLineIfLastLineNot(),e.dedent(),e.write(")")}writeUnknown({writer:e,value:r}){switch(typeof r){case"boolean":e.write(r.toString());return;case"string":e.write(`"${this.escapeString(r)}"`);return;case"number":e.write(r.toString());return;case"object":if(r==null){e.write("null");return}if(Array.isArray(r)){this.writeUnknownArray({writer:e,value:r});return}this.writeUnknownMap({writer:e,value:r});return;default:throw new Error(`Internal error; unsupported unknown type: ${typeof r}`)}}writeUnknownArray({writer:e,value:r}){if(r.length===0){e.write("new "),e.writeNode(Ee),e.write("<Object>()");return}e.write("new "),e.writeNode(Ee),e.write("<Object>("),e.writeNode(u.invokeMethod({on:de,method:"asList",arguments_:r.map(i=>n.unknown(i))})),e.write(")")}writeUnknownMap({writer:e,value:r}){let i=Object.entries(r);if(i.length===0){e.write("new "),e.writeNode(ye),e.write("<String, Object>()");return}e.writeLine("new "),e.writeNode(ye),e.write("<String, Object>() {{"),e.indent();for(let[a,o]of i)e.write(`put("${a}", `),e.writeNode(n.unknown(o)),e.writeLine(");");e.dedent(),e.write("}}")}writeUUID({writer:e,uuid:r}){e.writeNode(u.invokeMethod({on:Lr,method:"fromString",arguments_:[n.string(r.value)]}))}escapeString(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}static isAlreadyOptional(e){return e.internalType.type==="optional"}},Ee=new x({name:"ArrayList",packageName:"java.util"}),kr=new x({name:"BigInteger",packageName:"java.math"}),ye=new x({name:"HashMap",packageName:"java.util"}),Ir=new x({name:"HashSet",packageName:"java.util"}),Ji=new x({name:"List",packageName:"java.util"}),qi=new x({name:"Map",packageName:"java.util"}),Ar=new x({name:"OffsetDateTime",packageName:"java.time"}),Hi=new x({name:"Set",packageName:"java.util"}),Lr=new x({name:"UUID",packageName:"java.util"});function Er({parameters:n}){return n.filter(t=>!A.isNop(t.value))}function br({parameters:n}){return n.filter(t=>!A.isNop(t.value))}function Rr({entries:n}){return n.filter(t=>!A.isNop(t.key)&&!A.isNop(t.value))}function Ur({values:n}){return n.filter(t=>!A.isNop(t))}function we({writer:n,arguments_:t}){let e=Cr(t);if(e.length===0){n.write("()");return}if(e.some(i=>i instanceof A&&!i.shouldWriteInLine())){Sr({writer:n,arguments_:e});return}n.write("("),e.forEach((i,a)=>{a>0&&n.write(", "),nt({writer:n,argument:i})}),n.write(")")}function Sr({writer:n,arguments_:t}){n.writeLine("("),n.indent(),t.forEach((e,r)=>{r>0&&n.writeLine(","),nt({writer:n,argument:e})}),n.dedent(),t.length>0&&n.newLine(),n.write(")")}function nt({writer:n,argument:t}){Ae(t)?n.writeNodeOrString(t.assignment):t.write(n)}function Cr(n){return n.filter(t=>!(t instanceof A&&A.isNop(t)))}var W=class extends v{constructor({classReference:e,arguments_:r}){super();h(this,"classReference");h(this,"arguments_");this.classReference=e,this.arguments_=r}write(e){e.writeNode(this.classReference),we({writer:e,arguments_:this.arguments_})}};p();f();var G=class extends v{constructor(e){super();h(this,"arg");this.arg=e}write(e){return new E(this.arg).write(e)}};p();f();var J=class extends v{constructor({name:e,access:r,parameters:i,body:a,static_:o,return_:c}){super();h(this,"name");h(this,"access");h(this,"parameters");h(this,"body");h(this,"return_");h(this,"static_");this.name=e,this.access=r,this.parameters=i,this.body=a,this.return_=c,this.static_=o!=null?o:!1}write(e){if(e.write(`${this.access} `),this.static_&&e.write("static "),this.return_!=null?e.writeNode(this.return_):e.write("void"),e.write(` ${this.name}`),this.parameters.length===0)e.write("()");else if(this.parameters.length===1){if(e.write("("),this.parameters[0]==null)throw new Error("Cannot render parameter "+this.parameters[0]);e.writeNode(this.parameters[0]),e.write(")")}else e.writeLine("("),e.indent(),this.parameters.forEach((r,i)=>{i>0&&e.writeLine(", "),e.writeNode(r)}),e.dedent(),e.write(")");if(this.body==null){e.write(";");return}e.writeLine(" {"),e.indent(),e.writeNode(this.body),e.writeNewLineIfLastLineNot(),e.dedent(),e.write("}")}};p();f();var q=class extends v{constructor({method:e,arguments_:r,on:i}){super();h(this,"on");h(this,"method");h(this,"arguments_");this.on=i,this.method=e,this.arguments_=r}write(e){this.on.write(e),e.write("."),e.write(this.method),we({writer:e,arguments_:this.arguments_})}};p();f();var H=class extends v{constructor({name:e,type:r}){super();h(this,"name");h(this,"type");this.name=e,this.type=r}write(e){e.writeNode(this.type),e.write(` ${this.name}`)}};function Fr(n){return new G(n)}function Br(n){return new Y(n)}function _r(n){return new x(n)}function Mr(n){return new W(n)}function Or(n){return new q(n)}function Dr(n){return new J(n)}function Pr(n){return new H(n)}var be=class{constructor({context:t}){h(this,"context");this.context=t}isNopTypeLiteral(t){var r;return((r=t.internalType)==null?void 0:r.type)==="nop"}wrapInOptionalIfNotNop(t,e=!1){return this.isNopTypeLiteral(t)?t:u.TypeLiteral.optional({value:t,useOf:e})}convert(t){if(t.value===null)return this.context.isNullable(t.typeReference)?this.context.getNullableOfNull():(this.context.errors.add({severity:_.Critical,message:"Expected non-null value, but got null"}),u.TypeLiteral.nop());if(t.value===void 0)return u.TypeLiteral.nop();switch(t.typeReference.type){case"list":return this.convertList({list:t.typeReference.value,value:t.value,as:t.as});case"literal":return this.convertLiteral({literal:t.typeReference.value,value:t.value});case"map":return this.convertMap({map:t.typeReference,value:t.value,as:t.as});case"named":{let e=this.context.resolveNamedType({typeId:t.typeReference.value});return e==null?u.TypeLiteral.nop():this.convertNamed({named:e,value:t.value,as:t.as,inUndiscriminatedUnion:t.inUndiscriminatedUnion})}case"nullable":case"optional":{if(t.value===void 0||typeof t.value=="object"&&t.value!==null&&Object.keys(t.value).length===0&&t.typeReference.value.type==="named")return u.TypeLiteral.reference(u.invokeMethod({on:u.classReference({name:"Optional",packageName:"java.util"}),method:"empty",arguments_:[]}));if(t.typeReference.value.type==="list"){let i=this.convertList({list:t.typeReference.value.value,value:t.value});return this.wrapInOptionalIfNotNop(i,!0)}let e=this.convert({typeReference:t.typeReference.value,value:t.value,as:t.as,inUndiscriminatedUnion:t.inUndiscriminatedUnion}),r=t.as==="mapValue"||t.inUndiscriminatedUnion===!0;return this.wrapInOptionalIfNotNop(e,r)}case"primitive":return this.convertPrimitive({primitive:t.typeReference.value,value:t.value,as:t.as});case"set":return this.convertSet({set:t.typeReference.value,value:t.value,as:t.as});case"unknown":return this.convertUnknown({value:t.value});default:I(t.typeReference)}}convertList({list:t,value:e,as:r}){if(!Array.isArray(e))return this.context.errors.add({severity:_.Critical,message:`Expected array but got: ${typeof e}`}),u.TypeLiteral.nop();let i=t.type==="optional"||t.type==="nullable";return u.TypeLiteral.list({valueType:this.context.dynamicTypeMapper.convert({typeReference:t}),values:e.map((a,o)=>{this.context.errors.scope({index:o});try{if(i){let c=this.convert({typeReference:t.value,value:a,as:r});return this.wrapInOptionalIfNotNop(c,!0)}return this.convert({typeReference:t,value:a,as:r})}finally{this.context.errors.unscope()}}),isParameter:!0})}convertLiteral({literal:t,value:e}){switch(t.type){case"boolean":{let r=this.context.getValueAsBoolean({value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.boolean(r)}case"string":{let r=this.context.getValueAsString({value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.string(r)}default:I(t)}}convertSet({set:t,value:e,as:r}){return Array.isArray(e)?u.TypeLiteral.set({valueType:this.context.dynamicTypeMapper.convert({typeReference:t}),values:e.map((i,a)=>{this.context.errors.scope({index:a});try{return this.convert({typeReference:t,value:i,as:r})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:_.Critical,message:`Expected array but got: ${typeof e}`}),u.TypeLiteral.nop())}convertMap({map:t,value:e,as:r}){return typeof e!="object"||e==null?(this.context.errors.add({severity:_.Critical,message:`Expected object but got: ${e==null?"null":typeof e}`}),u.TypeLiteral.nop()):u.TypeLiteral.map({keyType:this.context.dynamicTypeMapper.convert({typeReference:t.key}),valueType:this.context.dynamicTypeMapper.convert({typeReference:t.value}),entries:Object.entries(e).map(([i,a])=>{this.context.errors.scope(i);try{return{key:this.convert({typeReference:t.key,value:i,as:"mapKey"}),value:this.convert({typeReference:t.value,value:a,as:"mapValue"})}}finally{this.context.errors.unscope()}})})}convertNamed({named:t,value:e,as:r,inUndiscriminatedUnion:i}){switch(t.type){case"alias":return this.convert({typeReference:t.typeReference,value:e,as:r,inUndiscriminatedUnion:i});case"discriminatedUnion":return this.convertDiscriminatedUnion({discriminatedUnion:t,value:e});case"enum":return this.convertEnum({enum_:t,value:e});case"object":return this.convertObject({object_:t,value:e,as:r});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e});default:I(t)}}convertDiscriminatedUnion({discriminatedUnion:t,value:e}){let r=this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),i=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:t,value:e});if(i==null)return u.TypeLiteral.nop();let a=i.singleDiscriminatedUnionType;switch(a.type){case"samePropertiesAsObject":{let o=this.context.resolveNamedType({typeId:a.typeId});return o==null?u.TypeLiteral.nop():u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[this.convertNamed({named:o,value:i.value})]}))}case"singleProperty":{let o=this.context.getRecord(i.value);if(o==null)return u.TypeLiteral.nop();try{return this.context.errors.scope(a.discriminantValue.wireValue),u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[this.convert({typeReference:a.typeReference,value:o[a.discriminantValue.wireValue]})]}))}finally{this.context.errors.unscope()}}case"noProperties":return u.TypeLiteral.reference(u.invokeMethod({on:r,method:this.context.getPropertyName(a.discriminantValue.name),arguments_:[]}));default:I(a)}}convertObject({object_:t,value:e,as:r}){var o;let i=this.context.associateByWireValue({parameters:t.properties,values:(o=this.context.getRecord(e))!=null?o:{}}),a=r==="request"?i.filter(c=>!this.context.isDirectLiteral(c.typeReference)):i;return u.TypeLiteral.builder({classReference:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),parameters:a.map(c=>{this.context.errors.scope(c.name.wireValue);try{return{name:this.context.getMethodName(c.name.name),value:this.convert({typeReference:c.typeReference,value:c.value,as:r})}}finally{this.context.errors.unscope()}})})}convertEnum({enum_:t,value:e}){let r=this.getEnumValueName({enum_:t,value:e});return r==null?u.TypeLiteral.nop():u.TypeLiteral.enum_({classReference:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),value:r})}getEnumValueName({enum_:t,value:e}){if(typeof e!="string"){this.context.errors.add({severity:_.Critical,message:`Expected enum value string, got: ${typeof e}`});return}let r=t.values.find(i=>i.wireValue===e);if(r==null){this.context.errors.add({severity:_.Critical,message:`An enum value named "${e}" does not exist in this context`});return}return this.context.getEnumName(r.name)}convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e}){let r=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e});return r==null?u.TypeLiteral.nop():this.context.isPrimitive(r.valueTypeReference)?u.TypeLiteral.reference(u.invokeMethod({on:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),method:"of",arguments_:[r.typeInstantiation]})):u.TypeLiteral.reference(u.invokeMethod({on:this.context.getJavaClassReferenceFromDeclaration({declaration:t.declaration}),method:"of",arguments_:[r.typeInstantiation]}))}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e}){var c;let r=[],i=[];for(let l of t.types)try{r.push(JSON.stringify(l));let m=this.convert({typeReference:l,value:e,inUndiscriminatedUnion:!0});return{valueTypeReference:l,typeInstantiation:m}}catch(m){i.push(`Type ${JSON.stringify(l)}: ${m instanceof Error?m.message:String(m)}`);continue}this.context.errors.add({severity:_.Critical,message:`None of the types in the undiscriminated union matched the given "${typeof e}" value. Tried ${r.length} variants. Errors: ${i.join("; ")}`});let a=(c=t.declaration.name)!=null?c:"UnknownUnion",o=i.map((l,m)=>` ${m+1}. ${l}`).join(`
|
|
23
|
+
`);throw new Error(`Failed to match undiscriminated union "${a}" for ${typeof e} value.
|
|
24
|
+
Value: ${JSON.stringify(e)}
|
|
25
|
+
Attempted ${r.length} variants:
|
|
26
|
+
${o}
|
|
27
|
+
|
|
28
|
+
This prevents invalid snippet code generation that would cause formatter errors.`)}getUndiscriminatedUnionFieldName({typeReference:t}){switch(t.type){case"list":return this.getUndiscriminatedUnionFieldNameForList({list:t});case"literal":return this.getUndiscriminatedUnionFieldNameForLiteral({literal:t.value});case"map":return this.getUndiscriminatedUnionFieldNameForMap({map:t});case"named":{let e=this.context.resolveNamedType({typeId:t.value});return e==null?void 0:this.context.getClassName(e.declaration.name)}case"optional":return this.getUndiscriminatedUnionFieldNameForOptional({typeReference:t});case"nullable":return this.getUndiscriminatedUnionFieldNameForNullable({typeReference:t});case"primitive":return this.getUndiscriminatedUnionFieldNameForPrimitive({primitive:t.value});case"set":return this.getUndiscriminatedUnionFieldNameForSet({set:t});case"unknown":return"Unknown";default:I(t)}}getUndiscriminatedUnionFieldNameForList({list:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`ListOf${e}`}getUndiscriminatedUnionFieldNameForMap({map:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t.key});if(e==null)return;let r=this.getUndiscriminatedUnionFieldName({typeReference:t.value});if(r!=null)return`MapOf${e}To${r}`}getUndiscriminatedUnionFieldNameForOptional({typeReference:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`Optional${e}`}getUndiscriminatedUnionFieldNameForNullable({typeReference:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`Nullable${e}`}getUndiscriminatedUnionFieldNameForSet({set:t}){let e=this.getUndiscriminatedUnionFieldName({typeReference:t});if(e!=null)return`SetOf${e}`}getUndiscriminatedUnionFieldNameForLiteral({literal:t}){}getUndiscriminatedUnionFieldNameForPrimitive({primitive:t}){switch(t){case"INTEGER":case"UINT":return"Integer";case"LONG":case"UINT_64":return"Long";case"FLOAT":return"Float";case"DOUBLE":return"Double";case"BOOLEAN":return"Boolean";case"BIG_INTEGER":return"BigInteger";case"STRING":return"String";case"UUID":return"Uuid";case"DATE":return"Date";case"DATE_TIME":return"DateTime";case"BASE_64":return"Base64";default:I(t)}}convertUnknown({value:t}){return u.TypeLiteral.unknown(t)}convertPrimitive({primitive:t,value:e,as:r}){switch(t){case"INTEGER":case"UINT":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.integer(i)}case"LONG":case"UINT_64":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.long(i)}case"FLOAT":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.float(i)}case"DOUBLE":{let i=this.getValueAsNumber({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.double(i)}case"BOOLEAN":{let i=this.getValueAsBoolean({value:e,as:r});return i==null?u.TypeLiteral.nop():u.TypeLiteral.boolean(i)}case"STRING":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.string(i)}case"DATE":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.string(i)}case"DATE_TIME":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.dateTime(i)}case"UUID":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.uuid(i)}case"BASE_64":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.bytes(i)}case"BIG_INTEGER":{let i=this.context.getValueAsString({value:e});return i==null?u.TypeLiteral.nop():u.TypeLiteral.bigInteger(i)}default:I(t)}}getValueAsNumber({value:t,as:e}){let r=e==="mapKey"&&typeof t=="string"?Number(t):t;return this.context.getValueAsNumber({value:r})}getValueAsBoolean({value:t,as:e}){let r=e==="mapKey"?typeof t=="string"?t==="true":t==="false"?!1:t:t;return this.context.getValueAsBoolean({value:r})}};0&&(module.exports={DynamicTypeLiteralMapper});
|
|
16
29
|
/*! Bundled license information:
|
|
17
30
|
|
|
18
31
|
@esbuild-plugins/node-globals-polyfill/Buffer.js:
|
|
@@ -23,3 +36,4 @@ ${this.buffer}`:t+this.buffer}stringifyImports(){return Array.from(this.imports)
|
|
|
23
36
|
* @license MIT
|
|
24
37
|
*)
|
|
25
38
|
*/
|
|
39
|
+
//# sourceMappingURL=DynamicTypeLiteralMapper.cjs.map
|