@fern-api/java-dynamic-snippets 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/Config.cjs +1 -0
- package/cjs/Config.cjs.map +1 -0
- package/cjs/DynamicSnippetsGenerator.cjs +16 -11
- package/cjs/DynamicSnippetsGenerator.cjs.map +1 -0
- package/cjs/DynamicSnippetsGenerator.d.cts +1 -1
- package/cjs/{DynamicSnippetsGeneratorContext-D5kyHx_O.d.cts → DynamicSnippetsGeneratorContext-FbVOZ8Go.d.cts} +9 -7
- package/cjs/EndpointSnippetGenerator.cjs +12 -7
- package/cjs/EndpointSnippetGenerator.cjs.map +1 -0
- package/cjs/EndpointSnippetGenerator.d.cts +4 -1
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs +16 -11
- package/cjs/context/DynamicSnippetsGeneratorContext.cjs.map +1 -0
- package/cjs/context/DynamicSnippetsGeneratorContext.d.cts +1 -1
- package/cjs/context/DynamicTypeLiteralMapper.cjs +12 -7
- package/cjs/context/DynamicTypeLiteralMapper.cjs.map +1 -0
- package/cjs/context/DynamicTypeLiteralMapper.d.cts +1 -1
- package/cjs/context/DynamicTypeMapper.cjs +12 -7
- package/cjs/context/DynamicTypeMapper.cjs.map +1 -0
- package/cjs/context/DynamicTypeMapper.d.cts +1 -1
- package/cjs/context/FilePropertyMapper.cjs +12 -7
- package/cjs/context/FilePropertyMapper.cjs.map +1 -0
- package/cjs/context/FilePropertyMapper.d.cts +1 -1
- package/cjs/index.cjs +26 -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-D5kyHx_O.d.ts → DynamicSnippetsGeneratorContext-FbVOZ8Go.d.ts} +9 -7
- package/esm/EndpointSnippetGenerator.d.ts +4 -1
- package/esm/EndpointSnippetGenerator.js +2 -1
- package/esm/EndpointSnippetGenerator.js.map +1 -0
- package/esm/chunk-3JSOCWNQ.js +20 -0
- package/esm/chunk-3JSOCWNQ.js.map +1 -0
- package/esm/chunk-3LOINSB3.js +2 -0
- package/esm/chunk-3LOINSB3.js.map +1 -0
- package/esm/chunk-6YM2QG7U.js +2 -0
- package/esm/chunk-6YM2QG7U.js.map +1 -0
- package/esm/{chunk-2AZXIWKY.js → chunk-E6GFFTKW.js} +2 -1
- package/esm/chunk-E6GFFTKW.js.map +1 -0
- package/esm/chunk-JZ2FDMYI.js +15 -0
- package/esm/chunk-JZ2FDMYI.js.map +1 -0
- package/esm/{chunk-452HWDL4.js → chunk-JZBCQWQN.js} +2 -1
- package/esm/chunk-JZBCQWQN.js.map +1 -0
- package/esm/{chunk-7CY27UU7.js → chunk-PUPEW5QI.js} +2 -1
- package/esm/chunk-PUPEW5QI.js.map +1 -0
- package/esm/chunk-SQKACQJK.js +2 -0
- package/esm/chunk-SQKACQJK.js.map +1 -0
- package/esm/chunk-WBGWLNLI.js +2 -0
- package/esm/chunk-WBGWLNLI.js.map +1 -0
- package/esm/chunk-ZYVZJBJN.js +2 -0
- package/esm/chunk-ZYVZJBJN.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 +12 -11
- package/esm/index.js.map +1 -0
- package/package.json +1 -1
- package/esm/chunk-AASPH6YC.js +0 -15
- package/esm/chunk-BECJPKDE.js +0 -1
- package/esm/chunk-HN67B7VQ.js +0 -1
- package/esm/chunk-IBCUQF6Z.js +0 -14
- package/esm/chunk-JSEUWNSK.js +0 -1
- 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-FbVOZ8Go.cjs';
|
|
@@ -1,18 +1,22 @@
|
|
|
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
|
-
`),r
|
|
1
|
+
"use strict";var Q=Object.defineProperty;var Ke=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var Xe=Object.prototype.hasOwnProperty;var Ze=(n,t,e)=>t in n?Q(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var fe=(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})},qe=(n,t,e,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ze(t))!Xe.call(n,i)&&i!==e&&Q(n,i,{get:()=>t[i],enumerable:!(r=Ke(t,i))||r.enumerable});return n};var Qe=n=>qe(Q({},"__esModule",{value:!0}),n);var h=(n,t,e)=>Ze(n,typeof t!="symbol"?t+"":t,e);function Ie(){throw new Error("setTimeout has not been defined")}function Ae(){throw new Error("clearTimeout has not been defined")}function Le(n){if(_===setTimeout)return setTimeout(n,0);if((_===Ie||!_)&&setTimeout)return _=setTimeout,setTimeout(n,0);try{return _(n,0)}catch(t){try{return _.call(null,n,0)}catch(e){return _.call(this,n,0)}}}function et(n){if(B===clearTimeout)return clearTimeout(n);if((B===Ae||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(n);try{return B(n)}catch(t){try{return B.call(null,n)}catch(e){return B.call(this,n)}}}function tt(){!K||!M||(K=!1,M.length?b=M.concat(b):ee=-1,b.length&&ke())}function ke(){if(!K){var n=Le(tt);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,et(n)}}function rt(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 Ee(n,t)),b.length===1&&!K&&Le(ke)}function Ee(n,t){this.fun=n,this.array=t}function F(){}function gt(n){throw new Error("process.binding is not supported")}function vt(){return"/"}function Tt(n){throw new Error("process.chdir is not supported")}function Nt(){return 0}function At(n){var t=It.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 kt(){var n=new Date,t=n-Lt;return t/1e3}var _,B,b,K,M,ee,nt,it,at,ot,st,ct,ut,lt,pt,ft,ht,mt,dt,yt,wt,xt,H,It,Lt,w,Ne,l=fe(()=>{"use strict";_=Ie,B=Ae;typeof globalThis.setTimeout=="function"&&(_=setTimeout);typeof globalThis.clearTimeout=="function"&&(B=clearTimeout);b=[],K=!1,ee=-1;Ee.prototype.run=function(){this.fun.apply(null,this.array)};nt="browser",it="browser",at=!0,ot={},st=[],ct="",ut={},lt={},pt={};ft=F,ht=F,mt=F,dt=F,yt=F,wt=F,xt=F;H=globalThis.performance||{},It=H.now||H.mozNow||H.msNow||H.oNow||H.webkitNow||function(){return new Date().getTime()};Lt=new Date;w={nextTick:rt,title:nt,browser:at,env:ot,argv:st,version:ct,versions:ut,on:ft,addListener:ht,once:mt,off:dt,removeListener:yt,removeAllListeners:wt,emit:xt,binding:gt,cwd:vt,chdir:Tt,umask:Nt,hrtime:At,platform:it,release:lt,config:pt,uptime:kt},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(){me=!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){me||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 bt(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 Re(n){me||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(bt(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 de(this,n)}return Ce(this,n,t,e)}function Ce(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"?Ct(n,t,e):Bt(n,t)}function _e(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 St(n,t,e,r){return _e(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 de(n,t){if(_e(t),n=S(n,t<0?0:ye(t)|0),!s.TYPED_ARRAY_SUPPORT)for(var e=0;e<t;++e)n[e]=0;return n}function Ct(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=Be(t,e)|0;n=S(n,r);var i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function he(n,t){var e=t.length<0?0:ye(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=he(n,t),n}function Bt(n,t){if(U(t)){var e=ye(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):he(n,t);if(t.type==="Buffer"&&Array.isArray(t.data))return he(n,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function ye(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 Be(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 Mt(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 Gt(this,t,e);case"utf8":case"utf-8":return De(this,t,e);case"ascii":return Vt(this,t,e);case"latin1":case"binary":return Wt(this,t,e);case"base64":return $t(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Jt(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:Ue(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):Ue(n,[t],e,r,i);throw new TypeError("val must be string, number or Buffer")}function Ue(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(A,J){return a===1?A[J]:A.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,k=0;k<c;k++)if(f(n,d+k)!==f(t,k)){m=!1;break}if(m)return d}return-1}function Ft(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 Dt(n,t,e,r){return ae(re(t,n.length-e),n,e,r)}function Fe(n,t,e,r){return ae(Zt(t),n,e,r)}function Ot(n,t,e,r){return Fe(n,t,e,r)}function Pt(n,t,e,r){return ae($e(t),n,e,r)}function jt(n,t,e,r){return ae(qt(t,n.length-e),n,e,r)}function $t(n,t,e){return t===0&&e===n.length?Re(n):Re(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 Yt(r)}function Yt(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 Vt(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 Wt(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 Gt(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+=Xt(n[a]);return i}function Jt(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 Oe(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 Pe(n,t,e,r,i){return i||Oe(n,t,e,4,34028234663852886e22,-34028234663852886e22),Ve(n,t,e,r,23,4),e+4}function je(n,t,e,r,i){return i||Oe(n,t,e,8,17976931348623157e292,-17976931348623157e292),Ve(n,t,e,r,52,8),e+8}function Kt(n){if(n=zt(n).replace(Ht,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function zt(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function Xt(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 Zt(n){for(var t=[],e=0;e<n.length;++e)t.push(n.charCodeAt(e)&255);return t}function qt(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(Kt(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 er(n){return n!=null&&(!!n._isBuffer||Ye(n)||tr(n))}function Ye(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function tr(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&Ye(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,k=e?-1:1,A=n[t+m];for(m+=k,a=A&(1<<-y)-1,A>>=-y,y+=c;y>0;a=a*256+n[t+m],m+=k,y-=8);for(o=a&(1<<-y)-1,a>>=-y,y+=r;y>0;o=o*256+n[t+m],m+=k,y-=8);if(a===0)a=1-d;else{if(a===f)return o?NaN:(A?-1:1)*(1/0);o=o+Math.pow(2,r),a=a-d}return(A?-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,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=r?0:a-1,J=r?1:-1,He=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+=k/f:t+=k*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+A]=c&255,A+=J,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;n[e+A]=o&255,A+=J,o/=256,d-=8);n[e+A-J]|=He*128}var R,L,Et,me,be,Ht,We=fe(()=>{"use strict";l();p();R=[],L=[],Et=typeof Uint8Array!="undefined"?Uint8Array:Array,me=!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 Ce(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 St(null,n,t,e)};s.allocUnsafe=function(n){return de(null,n)};s.allocUnsafeSlow=function(n){return de(null,n)};s.isBuffer=er;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=Be;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):Mt.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 Ft(this,t,e,r);case"utf8":case"utf-8":return Dt(this,t,e,r);case"ascii":return Fe(this,t,e,r);case"latin1":case"binary":return Ot(this,t,e,r);case"base64":return Pt(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jt(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 Pe(this,t,e,!0,r)};s.prototype.writeFloatBE=function(t,e,r){return Pe(this,t,e,!1,r)};s.prototype.writeDoubleLE=function(t,e,r){return je(this,t,e,!0,r)};s.prototype.writeDoubleBE=function(t,e,r){return je(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};Ht=/[^+\/0-9A-Za-z-_]/g});var p=fe(()=>{"use strict";We()});var Er={};Te(Er,{DynamicTypeLiteralMapper:()=>ve});module.exports=Qe(Er);l();p();l();p();l();p();function N(n){throw new Error("Unexpected value: "+JSON.stringify(n))}l();p();l();p();var O=class{};l();p();var se=class{formatMultiple(t){return Promise.all(t.map(e=>this.format(e)))}formatMultipleSync(t){return t.map(e=>this.formatSync(e))}},z=class extends se{async format(t){return t}formatSync(t){return t}};l();p();l();p();var E=class extends O{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 rr=4,Ge=!!w.env.FERN_STACK_TRACK;Ge&&(Error.stackTraceLimit=50);var X=class{constructor(){h(this,"buffer","");h(this,"indentLevel",0);h(this,"hasWrittenAnything",!1);h(this,"lastCharacterIsSemicolon",!1);h(this,"lastCharacterIsNewline",!1)}write(...t){for(let e of t)if(e!=null)if(typeof e=="string"){let r=e.length>0&&e.endsWith(`
|
|
2
|
+
`),i=r?e.substring(0,e.length-1):e,a=this.getIndentString(),o=i.replaceAll(`
|
|
3
3
|
`,`
|
|
4
|
-
${
|
|
5
|
-
`),this.writeInternal(
|
|
4
|
+
${a}`);this.isAtStartOfLine()&&(o=a+o),r&&(o+=`
|
|
5
|
+
`),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){t.write(this)}writeNodeOrString(t){if(typeof t=="string"){this.write(t);return}this.writeNode(t)}writeNodeStatement(t){t.write(this),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),this.writeNewLineIfLastLineNot()}newLine(){this.writeInternal(`
|
|
6
6
|
`)}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(";")),this.buffer+=t
|
|
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){if(t.length>0&&(this.hasWrittenAnything=!0,this.lastCharacterIsNewline=t.endsWith(`
|
|
8
|
+
`),this.lastCharacterIsSemicolon=t.endsWith(";")),this.buffer+=t,Ge&&this.buffer.endsWith(`
|
|
9
|
+
`)&&!this.buffer.endsWith(`"""
|
|
10
|
+
`)){let e=this.stacktrace(15).map(r=>`${r.fn} - ${r.path}:${r.position}`).join(" ");e&&(this.buffer=this.buffer.slice(0,-1),this.buffer+=`//@@ ${e}
|
|
11
|
+
`)}return this.buffer}isAtStartOfLine(){return this.lastCharacterIsNewline||!this.hasWrittenAnything}getIndentString(){return" ".repeat(this.indentLevel*this.getTabSize())}getTabSize(){return rr}stacktrace(t=50){var r;let e=!1;return((r=new Error().stack)!=null?r:"").split(`
|
|
12
|
+
`).map(i=>{var o;let a=i.match(/at\s+(.*)\s+\((.*):(\d+):(\d+)\)/);if(a&&a.length===5){let[,c,f,d,y]=a;if(e||c!=null&&c.includes("runInteractiveTask")){e=!0;return}switch(c){case"Object.<anonymous>":c="";break;case"Object.object":case"Object.alias":case"Object.union":case"Object.enum":case"Object.undiscriminatedUnion":c=`${c.substring(c.indexOf(".")+1)}()=> { ... }`;break}return{fn:c,path:(o=f==null?void 0:f.replace(/^.*?fern.*?\//,""))!=null?o:"",position:`${d}:${y}`}}}).filter(i=>{var a,o,c,f,d,y,m;return i&&!((a=i.path)!=null&&a.startsWith("node:"))&&!((o=i.path)!=null&&o.endsWith(".js"))&&!((c=i.path)!=null&&c.includes("AbstractWriter"))&&!((f=i.fn)!=null&&f.includes("stacktrace"))&&!((d=i.fn)!=null&&d.includes("stackLine"))&&!((y=i.fn)!=null&&y.includes("SdkGeneratorCLI"))&&!((m=i.fn)!=null&&m.includes("runCli"))}).slice(0,t)}};l();p();function we(n){return(n==null?void 0:n.name)!=null}l();p();l();p();var C={Critical:"CRITICAL",Warning:"WARNING"};l();p();l();p();l();p();var P=class extends X{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 Z=class extends P{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
13
|
${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
14
|
${t}`)}return t}getContent(){let t=`package ${this.packageName};
|
|
11
15
|
|
|
12
16
|
`,e=this.stringifyImports();return e.length>0?`${t}${e}
|
|
13
17
|
|
|
14
18
|
${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});
|
|
19
|
+
`)}};var u={};Te(u,{Access:()=>xe,AstNode:()=>g,Class:()=>j,ClassInstantiation:()=>$,ClassReference:()=>x,CodeBlock:()=>Y,Method:()=>V,MethodInvocation:()=>W,Parameter:()=>G,Type:()=>q,TypeLiteral:()=>I,Writer:()=>P,classReference:()=>Nr,class_:()=>Tr,codeblock:()=>vr,instantiateClass:()=>Ir,invokeMethod:()=>Ar,method:()=>Lr,parameter:()=>kr});l();p();l();p();l();p();var xe={Public:"public",Protected:"protected",Private:"private"};l();p();l();p();var g=class extends O{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()}};var j=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();l();p();l();p();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();var q=class extends g{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(nr);break;case"boolean":e.write("Boolean");break;case"bytes":e.write("byte[]");break;case"date":e.write("String");break;case"dateTime":e.writeNode(or);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(ur);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(cr);break;case"void":e.write("Void");break;default:N(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(ir),e.write("<"),r.value.write(e),e.write(">")}writeMap({writer:e,map:r}){e.writeNode(ar),e.write("<"),r.keyType.write(e),e.write(", "),r.valueType.write(e),e.write(">")}writeOptional({writer:e,optional:r}){e.writeNode(ce),e.write("<"),r.value.write(e),e.write(">")}writeIterable({writer:e,iterable:r}){e.writeNode(ce),e.write("<"),r.value.write(e),e.write(">")}writeSet({writer:e,set:r}){e.writeNode(sr),e.write("<"),r.value.write(e),e.write(">")}static isAlreadyOptional(e){return e.internalType.type==="optional"}},ue=new x({name:"Arrays",packageName:"java.util"}),nr=new x({name:"BigInteger",packageName:"java.math"}),ai=new x({name:"HashMap",packageName:"java.util"}),ir=new x({name:"List",packageName:"java.util"}),ar=new x({name:"Map",packageName:"java.util"}),or=new x({name:"OffsetDateTime",packageName:"java.time"}),ce=new x({name:"Optional",packageName:"java.util"}),sr=new x({name:"Set",packageName:"java.util"}),cr=new x({name:"UUID",packageName:"java.util"}),ur=new x({name:"InputStream",packageName:"java.io"});var I=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":{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 g?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: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,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:N(this.internalType)}}writeBigInteger({writer:e,bigInteger:r}){e.write("new "),e.writeNode(u.instantiateClass({classReference:lr,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(dr({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=mr({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:fr,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=yr({entries:r.entries});if(i.length===0){e.write("new "),e.writeNode(le),e.write("<"),e.writeNode(r.keyType),e.write(", "),e.writeNode(r.valueType),e.write(">()");return}e.write("new "),e.writeNode(le),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:ce,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:pr,a=wr({values:r.values});if(r.type==="list"&&r.isParameter&&a.length>0){e.writeNode(u.invokeMethod({on:ue,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:ue,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.write("new "),e.writeNode(ge),e.write("<Object>("),e.writeNode(u.invokeMethod({on:ue,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(le),e.write("<String, Object>()");return}e.writeLine("new "),e.writeNode(le),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:hr,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"}),lr=new x({name:"BigInteger",packageName:"java.math"}),le=new x({name:"HashMap",packageName:"java.util"}),pr=new x({name:"HashSet",packageName:"java.util"}),di=new x({name:"List",packageName:"java.util"}),yi=new x({name:"Map",packageName:"java.util"}),fr=new x({name:"OffsetDateTime",packageName:"java.time"}),wi=new x({name:"Set",packageName:"java.util"}),hr=new x({name:"UUID",packageName:"java.util"});function mr({parameters:n}){return n.filter(t=>!I.isNop(t.value))}function dr({parameters:n}){return n.filter(t=>!I.isNop(t.value))}function yr({entries:n}){return n.filter(t=>!I.isNop(t.key)&&!I.isNop(t.value))}function wr({values:n}){return n.filter(t=>!I.isNop(t))}function pe({writer:n,arguments_:t}){let e=gr(t);if(e.length===0){n.write("()");return}if(e.some(i=>i instanceof I&&!i.shouldWriteInLine())){xr({writer:n,arguments_:e});return}n.write("("),e.forEach((i,a)=>{a>0&&n.write(", "),Je({writer:n,argument:i})}),n.write(")")}function xr({writer:n,arguments_:t}){n.writeLine("("),n.indent(),t.forEach((e,r)=>{r>0&&n.writeLine(","),Je({writer:n,argument:e})}),n.dedent(),t.length>0&&n.newLine(),n.write(")")}function Je({writer:n,argument:t}){we(t)?n.writeNodeOrString(t.assignment):t.write(n)}function gr(n){return n.filter(t=>!(t instanceof I&&I.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),pe({writer:e,arguments_:this.arguments_})}};l();p();var Y=class extends g{constructor(e){super();h(this,"arg");this.arg=e}write(e){return new E(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("()");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("}")}};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),pe({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 vr(n){return new Y(n)}function Tr(n){return new j(n)}function Nr(n){return new x(n)}function Ir(n){return new $(n)}function Ar(n){return new W(n)}function Lr(n){return new V(n)}function kr(n){return new G(n)}var ve=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:C.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,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});case"unknown":return this.convertUnknown({value:t.value});default:N(t.typeReference)}}convertList({list:t,value:e}){if(!Array.isArray(e))return this.context.errors.add({severity:C.Critical,message:`Expected array but got: ${typeof e}`}),u.TypeLiteral.nop();let r=t.type==="optional"||t.type==="nullable";return u.TypeLiteral.list({valueType:this.context.dynamicTypeMapper.convert({typeReference:t}),values:e.map((i,a)=>{this.context.errors.scope({index:a});try{if(r){let o=this.convert({typeReference:t.value,value:i});return this.wrapInOptionalIfNotNop(o,!0)}return this.convert({typeReference:t,value:i})}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: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:C.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:C.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,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: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:C.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:C.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}){for(let r of t.types)try{let i=this.convert({typeReference:r,value:e,inUndiscriminatedUnion:!0});return{valueTypeReference:r,typeInstantiation:i}}catch(i){continue}this.context.errors.add({severity:C.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});
|
|
16
20
|
/*! Bundled license information:
|
|
17
21
|
|
|
18
22
|
@esbuild-plugins/node-globals-polyfill/Buffer.js:
|
|
@@ -23,3 +27,4 @@ ${this.buffer}`:t+this.buffer}stringifyImports(){return Array.from(this.imports)
|
|
|
23
27
|
* @license MIT
|
|
24
28
|
*)
|
|
25
29
|
*/
|
|
30
|
+
//# sourceMappingURL=DynamicTypeLiteralMapper.cjs.map
|