mq-web 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -137,6 +137,66 @@ diags.forEach((diag) => {
137
137
  });
138
138
  ```
139
139
 
140
+ ### Working with OPFS (Origin Private File System)
141
+
142
+ mq-web supports importing custom modules from OPFS (Origin Private File System), allowing you to create and reuse mq modules in web environments. When you call the `run()` function, mq-web automatically loads all `.mq` files from OPFS and makes them available for import.
143
+
144
+ #### Creating Module Files in OPFS
145
+
146
+ ```typescript
147
+ import { run } from "mq-web";
148
+
149
+ // Get the OPFS root directory
150
+ const root = await navigator.storage.getDirectory();
151
+
152
+ // Create a module file
153
+ const fileHandle = await root.getFileHandle("utils.mq", { create: true });
154
+ const writable = await fileHandle.createWritable();
155
+ await writable.write(`
156
+ def double(x): x * 2;
157
+ def triple(x): x * 3;
158
+ `);
159
+ await writable.close();
160
+
161
+ // Create another module file
162
+ const textUtilsHandle = await root.getFileHandle("text_utils.mq", { create: true });
163
+ const textWritable = await textUtilsHandle.createWritable();
164
+ await textWritable.write(`
165
+ def shout(text): text | upcase() | s"\${self}!!!";
166
+ `);
167
+ await textWritable.close();
168
+ ```
169
+
170
+ #### Importing OPFS Modules
171
+
172
+ Once you've created `.mq` module files in OPFS, you can import and use them in your mq code. The `run()` function automatically preloads all `.mq` files from OPFS:
173
+
174
+ ```typescript
175
+ import { run } from "mq-web";
176
+
177
+ // Import and use the module
178
+ const markdown = "5";
179
+
180
+ const result1 = await run(`
181
+ import "utils"
182
+ | to_number() | utils::double()
183
+ `, markdown);
184
+ // Output: 10
185
+
186
+ const result2 = await run(`
187
+ import "text_utils"
188
+ | text_utils::shout()
189
+ `, "hello world");
190
+ // Output: HELLO WORLD!!!
191
+ ```
192
+
193
+ #### Module Resolution Rules
194
+
195
+ - Module files must have a `.mq` extension in OPFS (e.g., `utils.mq`)
196
+ - When importing, use the module name without the extension (e.g., `import "utils"`)
197
+ - Modules are automatically preloaded from the OPFS root directory when you call `run()`
198
+ - Use the `module_name::function_name()` syntax to call functions from imported modules
199
+
140
200
  ## License
141
201
 
142
202
  MIT License - see the main [mq](https://github.com/harehare/mq) repository for details.
package/dist/core.cjs CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var v=Object.defineProperty;var N=Object.getOwnPropertyDescriptor;var X=Object.getOwnPropertyNames;var Y=Object.prototype.hasOwnProperty;var H=(t,e)=>()=>(t&&(e=t(t=0)),e);var T=(t,e)=>{for(var n in e)v(t,n,{get:e[n],enumerable:!0})},J=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of X(e))!Y.call(t,i)&&i!==n&&v(t,i,{get:()=>e[i],enumerable:!(r=N(e,i))||r.enumerable});return t};var G=t=>J(v({},"__esModule",{value:!0}),t);var B={};T(B,{RunOptions:()=>W,default:()=>R,definedValues:()=>ot,diagnostics:()=>it,format:()=>rt,initSync:()=>at,run:()=>et,toAst:()=>nt});function S(){return(A===null||A.byteLength===0)&&(A=new Uint8Array(o.memory.buffer)),A}function Q(t,e){return M+=e,M>=K&&(F=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),F.decode(),M=e),F.decode(S().subarray(t,t+e))}function x(t,e){return t=t>>>0,Q(t,e)}function d(t){O===y.length&&y.push(y.length+1);let e=O;return O=y[e],y[e]=t,e}function _(t){return y[t]}function l(t,e,n){if(n===void 0){let c=j.encode(t),u=e(c.length,1)>>>0;return S().subarray(u,u+c.length).set(c),g=c.length,u}let r=t.length,i=e(r,1)>>>0,f=S(),s=0;for(;s<r;s++){let c=t.charCodeAt(s);if(c>127)break;f[i+s]=c}if(s!==r){s!==0&&(t=t.slice(s)),i=n(i,r,r=s+t.length*3,1)>>>0;let c=S().subarray(i+s,i+r),u=j.encodeInto(t,c);s+=u.written,i=n(i,r,s,1)>>>0}return g=s,i}function a(){return(h===null||h.buffer.detached===!0||h.buffer.detached===void 0&&h.buffer!==o.memory.buffer)&&(h=new DataView(o.memory.buffer)),h}function I(t){return t==null}function D(t){let e=typeof t;if(e=="number"||e=="boolean"||t==null)return`${t}`;if(e=="string")return`"${t}"`;if(e=="symbol"){let i=t.description;return i==null?"Symbol":`Symbol(${i})`}if(e=="function"){let i=t.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(t)){let i=t.length,f="[";i>0&&(f+=D(t[0]));for(let s=1;s<i;s++)f+=", "+D(t[s]);return f+="]",f}let n=/\[object ([^\]]+)\]/.exec(toString.call(t)),r;if(n&&n.length>1)r=n[1];else return toString.call(t);if(r=="Object")try{return"Object("+JSON.stringify(t)+")"}catch{return"Object"}return t instanceof Error?`${t.name}: ${t.message}
2
- ${t.stack}`:r}function Z(t,e){return t=t>>>0,S().subarray(t/1,t/1+e)}function tt(t){t<132||(y[t]=O,O=t)}function w(t){let e=_(t);return tt(t),e}function et(t,e,n){let r,i;try{let p=o.__wbindgen_add_to_stack_pointer(-16),z=l(t,o.__wbindgen_export,o.__wbindgen_export2),L=g,q=l(e,o.__wbindgen_export,o.__wbindgen_export2),C=g;o.run(p,z,L,q,C,d(n));var f=a().getInt32(p+4*0,!0),s=a().getInt32(p+4*1,!0),c=a().getInt32(p+4*2,!0),u=a().getInt32(p+4*3,!0),b=f,m=s;if(u)throw b=0,m=0,w(c);return r=b,i=m,x(b,m)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(r,i,1)}}function nt(t){let e,n;try{let b=o.__wbindgen_add_to_stack_pointer(-16),m=l(t,o.__wbindgen_export,o.__wbindgen_export2),p=g;o.toAst(b,m,p);var r=a().getInt32(b+4*0,!0),i=a().getInt32(b+4*1,!0),f=a().getInt32(b+4*2,!0),s=a().getInt32(b+4*3,!0),c=r,u=i;if(s)throw c=0,u=0,w(f);return e=c,n=u,x(c,u)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(e,n,1)}}function rt(t){let e,n;try{let b=o.__wbindgen_add_to_stack_pointer(-16),m=l(t,o.__wbindgen_export,o.__wbindgen_export2),p=g;o.format(b,m,p);var r=a().getInt32(b+4*0,!0),i=a().getInt32(b+4*1,!0),f=a().getInt32(b+4*2,!0),s=a().getInt32(b+4*3,!0),c=r,u=i;if(s)throw c=0,u=0,w(f);return e=c,n=u,x(c,u)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(e,n,1)}}function it(t){let e=l(t,o.__wbindgen_export,o.__wbindgen_export2),n=g,r=o.diagnostics(e,n);return w(r)}function ot(t,e){try{let c=o.__wbindgen_add_to_stack_pointer(-16),u=l(t,o.__wbindgen_export,o.__wbindgen_export2),b=g;var n=I(e)?0:l(e,o.__wbindgen_export,o.__wbindgen_export2),r=g;o.definedValues(c,u,b,n,r);var i=a().getInt32(c+4*0,!0),f=a().getInt32(c+4*1,!0),s=a().getInt32(c+4*2,!0);if(s)throw w(f);return w(i)}finally{o.__wbindgen_add_to_stack_pointer(16)}}async function ct(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(r){if(t.ok&&_t.has(t.type)&&t.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let n=await t.arrayBuffer();return await WebAssembly.instantiate(n,e)}else{let n=await WebAssembly.instantiate(t,e);return n instanceof WebAssembly.Instance?{instance:n,module:t}:n}}function U(){let t={};return t.wbg={},t.wbg.__wbg_Error_e83987f665cf5504=function(e,n){let r=Error(x(e,n));return d(r)},t.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,n){let r=String(_(n)),i=l(r,o.__wbindgen_export,o.__wbindgen_export2),f=g;a().setInt32(e+4*1,f,!0),a().setInt32(e+4*0,i,!0)},t.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let n=_(e),r=typeof n=="boolean"?n:void 0;return I(r)?16777215:r?1:0},t.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,n){let r=D(_(n)),i=l(r,o.__wbindgen_export,o.__wbindgen_export2),f=g;a().setInt32(e+4*1,f,!0),a().setInt32(e+4*0,i,!0)},t.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,n){return _(e)in _(n)},t.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let n=_(e);return typeof n=="object"&&n!==null},t.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof _(e)=="string"},t.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return _(e)===void 0},t.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,n){return _(e)==_(n)},t.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,n){let r=_(n),i=typeof r=="number"?r:void 0;a().setFloat64(e+8*1,I(i)?0:i,!0),a().setInt32(e+4*0,!I(i),!0)},t.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,n){let r=_(n),i=typeof r=="string"?r:void 0;var f=I(i)?0:l(i,o.__wbindgen_export,o.__wbindgen_export2),s=g;a().setInt32(e+4*1,s,!0),a().setInt32(e+4*0,f,!0)},t.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,n){throw new Error(x(e,n))},t.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let n=Object.entries(_(e));return d(n)},t.wbg.__wbg_get_7bed016f185add81=function(e,n){let r=_(e)[n>>>0];return d(r)},t.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,n){let r=_(e)[_(n)];return d(r)},t.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let n;try{n=_(e)instanceof ArrayBuffer}catch{n=!1}return n},t.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let n;try{n=_(e)instanceof Uint8Array}catch{n=!1}return n},t.wbg.__wbg_length_69bca3cb64fc8748=function(e){return _(e).length},t.wbg.__wbg_length_cdd215e10d9dd507=function(e){return _(e).length},t.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return d(e)},t.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let n=new Uint8Array(_(e));return d(n)},t.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return d(e)},t.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,n,r){Uint8Array.prototype.set.call(Z(e,n),_(r))},t.wbg.__wbg_set_3f1d0b984ed272ed=function(e,n,r){_(e)[w(n)]=w(r)},t.wbg.__wbg_set_c213c871859d6500=function(e,n,r){_(e)[n>>>0]=w(r)},t.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,n){let r=x(e,n);return d(r)},t.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return d(e)},t.wbg.__wbindgen_object_clone_ref=function(e){let n=_(e);return d(n)},t.wbg.__wbindgen_object_drop_ref=function(e){w(e)},t}function P(t,e){return o=t.exports,$.__wbindgen_wasm_module=e,h=null,A=null,o}function at(t){if(o!==void 0)return o;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module:t}=t:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=U();t instanceof WebAssembly.Module||(t=new WebAssembly.Module(t));let n=new WebAssembly.Instance(t,e);return P(n,t)}async function $(t){if(o!==void 0)return o;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module_or_path:t}=t:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof t>"u"&&(t=new URL("mq_wasm_bg.wasm",ft.url));let e=U();(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:n,module:r}=await ct(await t,e);return P(n,r)}var ft,o,A,F,K,M,y,O,g,j,h,st,W,_t,R,V=H(()=>{"use strict";ft={},A=null;F=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});F.decode();K=2146435072,M=0;y=new Array(128).fill(void 0);y.push(void 0,null,!0,!1);O=y.length;g=0,j=new TextEncoder;"encodeInto"in j||(j.encodeInto=function(t,e){let n=j.encode(t);return e.set(n),{read:t.length,written:n.length}});h=null;st=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>o.__wbg_runoptions_free(t>>>0,1)),W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,st.unregister(this),e}free(){let e=this.__destroy_into_raw();o.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);_t=new Set(["basic","cors","default"]);R=$});var lt={};T(lt,{definedValues:()=>wt,diagnostics:()=>dt,format:()=>gt,run:()=>ut,toAst:()=>bt});module.exports=G(lt);V();var k=null;async function E(){return k||(await(async()=>{try{await R();let t=await Promise.resolve().then(()=>(V(),B));k={run:t.run,toAst:t.toAst,format:t.format,diagnostics:t.diagnostics,definedValues:t.definedValues}}catch(t){throw new Error(`Failed to initialize mq WebAssembly module: ${t}`)}})(),k)}async function ut(t,e,n={}){return await(await E()).run(t,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...n})}async function bt(t){return await(await E()).toAst(t)}async function gt(t){return await(await E()).format(t)}async function dt(t){return await(await E()).diagnostics(t)}async function wt(t,e){return await(await E()).definedValues(t,e)}0&&(module.exports={definedValues,diagnostics,format,run,toAst});
1
+ "use strict";var D=Object.defineProperty;var z=Object.getOwnPropertyDescriptor;var q=Object.getOwnPropertyNames;var $=Object.prototype.hasOwnProperty;var C=(n,e)=>()=>(n&&(e=n(n=0)),e);var T=(n,e)=>{for(var t in e)D(n,t,{get:e[t],enumerable:!0})},H=(n,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of q(e))!$.call(n,i)&&i!==t&&D(n,i,{get:()=>e[i],enumerable:!(r=z(e,i))||r.enumerable});return n};var N=n=>H(D({},"__esModule",{value:!0}),n);var B={};T(B,{RunOptions:()=>S,default:()=>P,definedValues:()=>en,diagnostics:()=>nn,format:()=>Z,initSync:()=>_n,run:()=>K,toAst:()=>Q});function h(){return(m===null||m.byteLength===0)&&(m=new Uint8Array(c.memory.buffer)),m}function G(n,e){return E+=e,E>=v&&(W=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),W.decode(),E=e),W.decode(h().subarray(n,n+e))}function O(n,e){return n=n>>>0,G(n,e)}function s(n){x===w.length&&w.push(w.length+1);let e=x;return x=w[e],w[e]=n,e}function o(n){return w[n]}function b(n,e,t){if(t===void 0){let f=A.encode(n),l=e(f.length,1)>>>0;return h().subarray(l,l+f.length).set(f),u=f.length,l}let r=n.length,i=e(r,1)>>>0,a=h(),_=0;for(;_<r;_++){let f=n.charCodeAt(_);if(f>127)break;a[i+_]=f}if(_!==r){_!==0&&(n=n.slice(_)),i=t(i,r,r=_+n.length*3,1)>>>0;let f=h().subarray(i+_,i+r),l=A.encodeInto(n,f);_+=l.written,i=t(i,r,_,1)>>>0}return u=_,i}function y(){return(p===null||p.buffer.detached===!0||p.buffer.detached===void 0&&p.buffer!==c.memory.buffer)&&(p=new DataView(c.memory.buffer)),p}function g(n){return n==null}function R(n){let e=typeof n;if(e=="number"||e=="boolean"||n==null)return`${n}`;if(e=="string")return`"${n}"`;if(e=="symbol"){let i=n.description;return i==null?"Symbol":`Symbol(${i})`}if(e=="function"){let i=n.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(n)){let i=n.length,a="[";i>0&&(a+=R(n[0]));for(let _=1;_<i;_++)a+=", "+R(n[_]);return a+="]",a}let t=/\[object ([^\]]+)\]/.exec(toString.call(n)),r;if(t&&t.length>1)r=t[1];else return toString.call(n);if(r=="Object")try{return"Object("+JSON.stringify(n)+")"}catch{return"Object"}return n instanceof Error?`${n.name}: ${n.message}
2
+ ${n.stack}`:r}function M(n,e){try{return n.apply(this,e)}catch(t){c.__wbindgen_export3(s(t))}}function X(n,e){return n=n>>>0,h().subarray(n/1,n/1+e)}function Y(n){n<132||(w[n]=x,x=n)}function d(n){let e=o(n);return Y(n),e}function J(n,e,t,r){let i={a:n,b:e,cnt:1,dtor:t},a=(..._)=>{i.cnt++;let f=i.a;i.a=0;try{return r(f,i.b,..._)}finally{i.a=f,a._wbg_cb_unref()}};return a._wbg_cb_unref=()=>{--i.cnt===0&&(i.dtor(i.a,i.b),i.a=0,k.unregister(i))},k.register(a,i,i),a}function K(n,e,t){let r=b(n,c.__wbindgen_export,c.__wbindgen_export2),i=u,a=b(e,c.__wbindgen_export,c.__wbindgen_export2),_=u,f=c.run(r,i,a,_,s(t));return d(f)}function Q(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.toAst(e,t);return d(r)}function Z(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.format(e,t);return d(r)}function nn(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.diagnostics(e,t);return d(r)}function en(n,e){let t=b(n,c.__wbindgen_export,c.__wbindgen_export2),r=u;var i=g(e)?0:b(e,c.__wbindgen_export,c.__wbindgen_export2),a=u;let _=c.definedValues(t,r,i,a);return d(_)}function tn(n,e,t){c.__wasm_bindgen_func_elem_2757(n,e,s(t))}function rn(n,e,t,r){c.__wasm_bindgen_func_elem_722(n,e,s(t),s(r))}async function sn(n,e){if(typeof Response=="function"&&n instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(n,e)}catch(r){if(n.ok&&cn.has(n.type)&&n.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let t=await n.arrayBuffer();return await WebAssembly.instantiate(t,e)}else{let t=await WebAssembly.instantiate(n,e);return t instanceof WebAssembly.Instance?{instance:t,module:n}:t}}function U(){let n={};return n.wbg={},n.wbg.__wbg_Error_e83987f665cf5504=function(e,t){let r=Error(O(e,t));return s(r)},n.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,t){let r=String(o(t)),i=b(r,c.__wbindgen_export,c.__wbindgen_export2),a=u;y().setInt32(e+4*1,a,!0),y().setInt32(e+4*0,i,!0)},n.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let t=o(e),r=typeof t=="boolean"?t:void 0;return g(r)?16777215:r?1:0},n.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,t){let r=R(o(t)),i=b(r,c.__wbindgen_export,c.__wbindgen_export2),a=u;y().setInt32(e+4*1,a,!0),y().setInt32(e+4*0,i,!0)},n.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,t){return o(e)in o(t)},n.wbg.__wbg___wbindgen_is_function_ee8a6c5833c90377=function(e){return typeof o(e)=="function"},n.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let t=o(e);return typeof t=="object"&&t!==null},n.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof o(e)=="string"},n.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return o(e)===void 0},n.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,t){return o(e)==o(t)},n.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,t){let r=o(t),i=typeof r=="number"?r:void 0;y().setFloat64(e+8*1,g(i)?0:i,!0),y().setInt32(e+4*0,!g(i),!0)},n.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,t){let r=o(t),i=typeof r=="string"?r:void 0;var a=g(i)?0:b(i,c.__wbindgen_export,c.__wbindgen_export2),_=u;y().setInt32(e+4*1,_,!0),y().setInt32(e+4*0,a,!0)},n.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,t){throw new Error(O(e,t))},n.wbg.__wbg__wbg_cb_unref_2454a539ea5790d9=function(e){o(e)._wbg_cb_unref()},n.wbg.__wbg_arrayBuffer_5930938a049abc90=function(e){let t=o(e).arrayBuffer();return s(t)},n.wbg.__wbg_call_525440f72fbfc0ea=function(){return M(function(e,t,r){let i=o(e).call(o(t),o(r));return s(i)},arguments)},n.wbg.__wbg_call_e762c39fa8ea36bf=function(){return M(function(e,t){let r=o(e).call(o(t));return s(r)},arguments)},n.wbg.__wbg_done_2042aa2670fb1db1=function(e){return o(e).done},n.wbg.__wbg_entries_a1e792d46512c8bf=function(e){let t=o(e).entries();return s(t)},n.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let t=Object.entries(o(e));return s(t)},n.wbg.__wbg_from_a4ad7cbddd0d7135=function(e){let t=Array.from(o(e));return s(t)},n.wbg.__wbg_getDirectory_7e7a55f640412401=function(e){let t=o(e).getDirectory();return s(t)},n.wbg.__wbg_getFile_985459d958bb9dfe=function(e){let t=o(e).getFile();return s(t)},n.wbg.__wbg_get_7bed016f185add81=function(e,t){let r=o(e)[t>>>0];return s(r)},n.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,t){let r=o(e)[o(t)];return s(r)},n.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let t;try{t=o(e)instanceof ArrayBuffer}catch{t=!1}return t},n.wbg.__wbg_instanceof_FileSystemDirectoryHandle_7a17cc3353820fcf=function(e){let t;try{t=o(e)instanceof FileSystemDirectoryHandle}catch{t=!1}return t},n.wbg.__wbg_instanceof_FileSystemFileHandle_5730ec1d120983f4=function(e){let t;try{t=o(e)instanceof FileSystemFileHandle}catch{t=!1}return t},n.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let t;try{t=o(e)instanceof Uint8Array}catch{t=!1}return t},n.wbg.__wbg_instanceof_Window_4846dbb3de56c84c=function(e){let t;try{t=o(e)instanceof Window}catch{t=!1}return t},n.wbg.__wbg_length_69bca3cb64fc8748=function(e){return o(e).length},n.wbg.__wbg_length_cdd215e10d9dd507=function(e){return o(e).length},n.wbg.__wbg_navigator_971384882e8ea23a=function(e){let t=o(e).navigator;return s(t)},n.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return s(e)},n.wbg.__wbg_new_3c3d849046688a66=function(e,t){try{var r={a:e,b:t},i=(_,f)=>{let l=r.a;r.a=0;try{return rn(l,r.b,_,f)}finally{r.a=l}};let a=new Promise(i);return s(a)}finally{r.a=r.b=0}},n.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let t=new Uint8Array(o(e));return s(t)},n.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return s(e)},n.wbg.__wbg_new_no_args_ee98eee5275000a4=function(e,t){let r=new Function(O(e,t));return s(r)},n.wbg.__wbg_next_eedaffcadc567b75=function(){return M(function(e){let t=o(e).next();return s(t)},arguments)},n.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,t,r){Uint8Array.prototype.set.call(X(e,t),o(r))},n.wbg.__wbg_queueMicrotask_34d692c25c47d05b=function(e){let t=o(e).queueMicrotask;return s(t)},n.wbg.__wbg_queueMicrotask_9d76cacb20c84d58=function(e){queueMicrotask(o(e))},n.wbg.__wbg_resolve_caf97c30b83f7053=function(e){let t=Promise.resolve(o(e));return s(t)},n.wbg.__wbg_set_3f1d0b984ed272ed=function(e,t,r){o(e)[d(t)]=d(r)},n.wbg.__wbg_set_c213c871859d6500=function(e,t,r){o(e)[t>>>0]=d(r)},n.wbg.__wbg_size_0a5a003dbf5dfee8=function(e){return o(e).size},n.wbg.__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e=function(){let e=typeof global>"u"?null:global;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac=function(){let e=typeof globalThis>"u"?null:globalThis;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_SELF_6fdf4b64710cc91b=function(){let e=typeof self>"u"?null:self;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2=function(){let e=typeof window>"u"?null:window;return g(e)?0:s(e)},n.wbg.__wbg_storage_3e7b84b6fbb9dd1c=function(e){let t=o(e).storage;return s(t)},n.wbg.__wbg_then_4f46f6544e6b4a28=function(e,t){let r=o(e).then(o(t));return s(r)},n.wbg.__wbg_then_70d05cf780a18d77=function(e,t,r){let i=o(e).then(o(t),o(r));return s(i)},n.wbg.__wbg_value_692627309814bb8c=function(e){let t=o(e).value;return s(t)},n.wbg.__wbindgen_cast_1e8790df2cc2adfe=function(e,t){let r=J(e,t,c.__wasm_bindgen_func_elem_2756,tn);return s(r)},n.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,t){let r=O(e,t);return s(r)},n.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return s(e)},n.wbg.__wbindgen_object_clone_ref=function(e){let t=o(e);return s(t)},n.wbg.__wbindgen_object_drop_ref=function(e){d(e)},n}function V(n,e){return c=n.exports,L.__wbindgen_wasm_module=e,p=null,m=null,c}function _n(n){if(c!==void 0)return c;typeof n<"u"&&(Object.getPrototypeOf(n)===Object.prototype?{module:n}=n:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=U();n instanceof WebAssembly.Module||(n=new WebAssembly.Module(n));let t=new WebAssembly.Instance(n,e);return V(t,n)}async function L(n){if(c!==void 0)return c;typeof n<"u"&&(Object.getPrototypeOf(n)===Object.prototype?{module_or_path:n}=n:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof n>"u"&&(n=new URL("mq_wasm_bg.wasm",an.url));let e=U();(typeof n=="string"||typeof Request=="function"&&n instanceof Request||typeof URL=="function"&&n instanceof URL)&&(n=fetch(n));let{instance:t,module:r}=await sn(await n,e);return V(t,r)}var an,c,m,W,v,E,w,x,u,A,p,k,on,S,cn,P,I=C(()=>{"use strict";an={},m=null;W=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});W.decode();v=2146435072,E=0;w=new Array(128).fill(void 0);w.push(void 0,null,!0,!1);x=w.length;u=0,A=new TextEncoder;"encodeInto"in A||(A.encodeInto=function(n,e){let t=A.encode(n);return e.set(t),{read:n.length,written:t.length}});p=null;k=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(n=>n.dtor(n.a,n.b));on=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(n=>c.__wbg_runoptions_free(n>>>0,1)),S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,on.unregister(this),e}free(){let e=this.__destroy_into_raw();c.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);cn=new Set(["basic","cors","default"]);P=L});var dn={};T(dn,{definedValues:()=>wn,diagnostics:()=>gn,format:()=>bn,run:()=>fn,toAst:()=>un});module.exports=N(dn);I();var j=null;async function F(){return j||(await(async()=>{try{await P();let n=await Promise.resolve().then(()=>(I(),B));j={run:n.run,toAst:n.toAst,format:n.format,diagnostics:n.diagnostics,definedValues:n.definedValues}}catch(n){throw new Error(`Failed to initialize mq WebAssembly module: ${n}`)}})(),j)}async function fn(n,e,t={}){return await(await F()).run(n,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...t})}async function un(n){return await(await F()).toAst(n)}async function bn(n){return await(await F()).format(n)}async function gn(n){return await(await F()).diagnostics(n)}async function wn(n,e){return await(await F()).definedValues(n,e)}0&&(module.exports={definedValues,diagnostics,format,run,toAst});
package/dist/core.js CHANGED
@@ -1,2 +1,2 @@
1
- var q=Object.defineProperty;var C=(t,e)=>()=>(t&&(e=t(t=0)),e);var N=(t,e)=>{for(var n in e)q(t,n,{get:e[n],enumerable:!0})};var P={};N(P,{RunOptions:()=>W,default:()=>D,definedValues:()=>tt,diagnostics:()=>Z,format:()=>Q,initSync:()=>it,run:()=>G,toAst:()=>K});function S(){return(A===null||A.byteLength===0)&&(A=new Uint8Array(i.memory.buffer)),A}function Y(t,e){return v+=e,v>=X&&(F=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),F.decode(),v=e),F.decode(S().subarray(t,t+e))}function x(t,e){return t=t>>>0,Y(t,e)}function d(t){O===y.length&&y.push(y.length+1);let e=O;return O=y[e],y[e]=t,e}function _(t){return y[t]}function l(t,e,n){if(n===void 0){let c=j.encode(t),u=e(c.length,1)>>>0;return S().subarray(u,u+c.length).set(c),g=c.length,u}let r=t.length,o=e(r,1)>>>0,f=S(),s=0;for(;s<r;s++){let c=t.charCodeAt(s);if(c>127)break;f[o+s]=c}if(s!==r){s!==0&&(t=t.slice(s)),o=n(o,r,r=s+t.length*3,1)>>>0;let c=S().subarray(o+s,o+r),u=j.encodeInto(t,c);s+=u.written,o=n(o,r,s,1)>>>0}return g=s,o}function a(){return(h===null||h.buffer.detached===!0||h.buffer.detached===void 0&&h.buffer!==i.memory.buffer)&&(h=new DataView(i.memory.buffer)),h}function I(t){return t==null}function M(t){let e=typeof t;if(e=="number"||e=="boolean"||t==null)return`${t}`;if(e=="string")return`"${t}"`;if(e=="symbol"){let o=t.description;return o==null?"Symbol":`Symbol(${o})`}if(e=="function"){let o=t.name;return typeof o=="string"&&o.length>0?`Function(${o})`:"Function"}if(Array.isArray(t)){let o=t.length,f="[";o>0&&(f+=M(t[0]));for(let s=1;s<o;s++)f+=", "+M(t[s]);return f+="]",f}let n=/\[object ([^\]]+)\]/.exec(toString.call(t)),r;if(n&&n.length>1)r=n[1];else return toString.call(t);if(r=="Object")try{return"Object("+JSON.stringify(t)+")"}catch{return"Object"}return t instanceof Error?`${t.name}: ${t.message}
2
- ${t.stack}`:r}function H(t,e){return t=t>>>0,S().subarray(t/1,t/1+e)}function J(t){t<132||(y[t]=O,O=t)}function w(t){let e=_(t);return J(t),e}function G(t,e,n){let r,o;try{let p=i.__wbindgen_add_to_stack_pointer(-16),$=l(t,i.__wbindgen_export,i.__wbindgen_export2),B=g,z=l(e,i.__wbindgen_export,i.__wbindgen_export2),L=g;i.run(p,$,B,z,L,d(n));var f=a().getInt32(p+4*0,!0),s=a().getInt32(p+4*1,!0),c=a().getInt32(p+4*2,!0),u=a().getInt32(p+4*3,!0),b=f,m=s;if(u)throw b=0,m=0,w(c);return r=b,o=m,x(b,m)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(r,o,1)}}function K(t){let e,n;try{let b=i.__wbindgen_add_to_stack_pointer(-16),m=l(t,i.__wbindgen_export,i.__wbindgen_export2),p=g;i.toAst(b,m,p);var r=a().getInt32(b+4*0,!0),o=a().getInt32(b+4*1,!0),f=a().getInt32(b+4*2,!0),s=a().getInt32(b+4*3,!0),c=r,u=o;if(s)throw c=0,u=0,w(f);return e=c,n=u,x(c,u)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(e,n,1)}}function Q(t){let e,n;try{let b=i.__wbindgen_add_to_stack_pointer(-16),m=l(t,i.__wbindgen_export,i.__wbindgen_export2),p=g;i.format(b,m,p);var r=a().getInt32(b+4*0,!0),o=a().getInt32(b+4*1,!0),f=a().getInt32(b+4*2,!0),s=a().getInt32(b+4*3,!0),c=r,u=o;if(s)throw c=0,u=0,w(f);return e=c,n=u,x(c,u)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(e,n,1)}}function Z(t){let e=l(t,i.__wbindgen_export,i.__wbindgen_export2),n=g,r=i.diagnostics(e,n);return w(r)}function tt(t,e){try{let c=i.__wbindgen_add_to_stack_pointer(-16),u=l(t,i.__wbindgen_export,i.__wbindgen_export2),b=g;var n=I(e)?0:l(e,i.__wbindgen_export,i.__wbindgen_export2),r=g;i.definedValues(c,u,b,n,r);var o=a().getInt32(c+4*0,!0),f=a().getInt32(c+4*1,!0),s=a().getInt32(c+4*2,!0);if(s)throw w(f);return w(o)}finally{i.__wbindgen_add_to_stack_pointer(16)}}async function rt(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(r){if(t.ok&&nt.has(t.type)&&t.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let n=await t.arrayBuffer();return await WebAssembly.instantiate(n,e)}else{let n=await WebAssembly.instantiate(t,e);return n instanceof WebAssembly.Instance?{instance:n,module:t}:n}}function V(){let t={};return t.wbg={},t.wbg.__wbg_Error_e83987f665cf5504=function(e,n){let r=Error(x(e,n));return d(r)},t.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,n){let r=String(_(n)),o=l(r,i.__wbindgen_export,i.__wbindgen_export2),f=g;a().setInt32(e+4*1,f,!0),a().setInt32(e+4*0,o,!0)},t.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let n=_(e),r=typeof n=="boolean"?n:void 0;return I(r)?16777215:r?1:0},t.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,n){let r=M(_(n)),o=l(r,i.__wbindgen_export,i.__wbindgen_export2),f=g;a().setInt32(e+4*1,f,!0),a().setInt32(e+4*0,o,!0)},t.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,n){return _(e)in _(n)},t.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let n=_(e);return typeof n=="object"&&n!==null},t.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof _(e)=="string"},t.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return _(e)===void 0},t.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,n){return _(e)==_(n)},t.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,n){let r=_(n),o=typeof r=="number"?r:void 0;a().setFloat64(e+8*1,I(o)?0:o,!0),a().setInt32(e+4*0,!I(o),!0)},t.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,n){let r=_(n),o=typeof r=="string"?r:void 0;var f=I(o)?0:l(o,i.__wbindgen_export,i.__wbindgen_export2),s=g;a().setInt32(e+4*1,s,!0),a().setInt32(e+4*0,f,!0)},t.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,n){throw new Error(x(e,n))},t.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let n=Object.entries(_(e));return d(n)},t.wbg.__wbg_get_7bed016f185add81=function(e,n){let r=_(e)[n>>>0];return d(r)},t.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,n){let r=_(e)[_(n)];return d(r)},t.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let n;try{n=_(e)instanceof ArrayBuffer}catch{n=!1}return n},t.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let n;try{n=_(e)instanceof Uint8Array}catch{n=!1}return n},t.wbg.__wbg_length_69bca3cb64fc8748=function(e){return _(e).length},t.wbg.__wbg_length_cdd215e10d9dd507=function(e){return _(e).length},t.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return d(e)},t.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let n=new Uint8Array(_(e));return d(n)},t.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return d(e)},t.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,n,r){Uint8Array.prototype.set.call(H(e,n),_(r))},t.wbg.__wbg_set_3f1d0b984ed272ed=function(e,n,r){_(e)[w(n)]=w(r)},t.wbg.__wbg_set_c213c871859d6500=function(e,n,r){_(e)[n>>>0]=w(r)},t.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,n){let r=x(e,n);return d(r)},t.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return d(e)},t.wbg.__wbindgen_object_clone_ref=function(e){let n=_(e);return d(n)},t.wbg.__wbindgen_object_drop_ref=function(e){w(e)},t}function T(t,e){return i=t.exports,U.__wbindgen_wasm_module=e,h=null,A=null,i}function it(t){if(i!==void 0)return i;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module:t}=t:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=V();t instanceof WebAssembly.Module||(t=new WebAssembly.Module(t));let n=new WebAssembly.Instance(t,e);return T(n,t)}async function U(t){if(i!==void 0)return i;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module_or_path:t}=t:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof t>"u"&&(t=new URL("mq_wasm_bg.wasm",import.meta.url));let e=V();(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:n,module:r}=await rt(await t,e);return T(n,r)}var i,A,F,X,v,y,O,g,j,h,et,W,nt,D,R=C(()=>{"use strict";A=null;F=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});F.decode();X=2146435072,v=0;y=new Array(128).fill(void 0);y.push(void 0,null,!0,!1);O=y.length;g=0,j=new TextEncoder;"encodeInto"in j||(j.encodeInto=function(t,e){let n=j.encode(t);return e.set(n),{read:t.length,written:n.length}});h=null;et=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>i.__wbg_runoptions_free(t>>>0,1)),W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,et.unregister(this),e}free(){let e=this.__destroy_into_raw();i.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);nt=new Set(["basic","cors","default"]);D=U});R();var k=null;async function E(){return k||(await(async()=>{try{await D();let t=await Promise.resolve().then(()=>(R(),P));k={run:t.run,toAst:t.toAst,format:t.format,diagnostics:t.diagnostics,definedValues:t.definedValues}}catch(t){throw new Error(`Failed to initialize mq WebAssembly module: ${t}`)}})(),k)}async function ft(t,e,n={}){return await(await E()).run(t,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...n})}async function ut(t){return await(await E()).toAst(t)}async function bt(t){return await(await E()).format(t)}async function gt(t){return await(await E()).diagnostics(t)}async function dt(t,e){return await(await E()).definedValues(t,e)}export{dt as definedValues,gt as diagnostics,bt as format,ft as run,ut as toAst};
1
+ var L=Object.defineProperty;var B=(n,e)=>()=>(n&&(e=n(n=0)),e);var z=(n,e)=>{for(var t in e)L(n,t,{get:e[t],enumerable:!0})};var V={};z(V,{RunOptions:()=>S,default:()=>R,definedValues:()=>J,diagnostics:()=>Y,format:()=>X,initSync:()=>tn,run:()=>v,toAst:()=>G});function h(){return(m===null||m.byteLength===0)&&(m=new Uint8Array(c.memory.buffer)),m}function $(n,e){return D+=e,D>=q&&(W=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),W.decode(),D=e),W.decode(h().subarray(n,n+e))}function O(n,e){return n=n>>>0,$(n,e)}function s(n){x===w.length&&w.push(w.length+1);let e=x;return x=w[e],w[e]=n,e}function o(n){return w[n]}function b(n,e,t){if(t===void 0){let f=A.encode(n),l=e(f.length,1)>>>0;return h().subarray(l,l+f.length).set(f),u=f.length,l}let r=n.length,i=e(r,1)>>>0,a=h(),_=0;for(;_<r;_++){let f=n.charCodeAt(_);if(f>127)break;a[i+_]=f}if(_!==r){_!==0&&(n=n.slice(_)),i=t(i,r,r=_+n.length*3,1)>>>0;let f=h().subarray(i+_,i+r),l=A.encodeInto(n,f);_+=l.written,i=t(i,r,_,1)>>>0}return u=_,i}function y(){return(p===null||p.buffer.detached===!0||p.buffer.detached===void 0&&p.buffer!==c.memory.buffer)&&(p=new DataView(c.memory.buffer)),p}function g(n){return n==null}function M(n){let e=typeof n;if(e=="number"||e=="boolean"||n==null)return`${n}`;if(e=="string")return`"${n}"`;if(e=="symbol"){let i=n.description;return i==null?"Symbol":`Symbol(${i})`}if(e=="function"){let i=n.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(n)){let i=n.length,a="[";i>0&&(a+=M(n[0]));for(let _=1;_<i;_++)a+=", "+M(n[_]);return a+="]",a}let t=/\[object ([^\]]+)\]/.exec(toString.call(n)),r;if(t&&t.length>1)r=t[1];else return toString.call(n);if(r=="Object")try{return"Object("+JSON.stringify(n)+")"}catch{return"Object"}return n instanceof Error?`${n.name}: ${n.message}
2
+ ${n.stack}`:r}function E(n,e){try{return n.apply(this,e)}catch(t){c.__wbindgen_export3(s(t))}}function C(n,e){return n=n>>>0,h().subarray(n/1,n/1+e)}function H(n){n<132||(w[n]=x,x=n)}function d(n){let e=o(n);return H(n),e}function N(n,e,t,r){let i={a:n,b:e,cnt:1,dtor:t},a=(..._)=>{i.cnt++;let f=i.a;i.a=0;try{return r(f,i.b,..._)}finally{i.a=f,a._wbg_cb_unref()}};return a._wbg_cb_unref=()=>{--i.cnt===0&&(i.dtor(i.a,i.b),i.a=0,I.unregister(i))},I.register(a,i,i),a}function v(n,e,t){let r=b(n,c.__wbindgen_export,c.__wbindgen_export2),i=u,a=b(e,c.__wbindgen_export,c.__wbindgen_export2),_=u,f=c.run(r,i,a,_,s(t));return d(f)}function G(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.toAst(e,t);return d(r)}function X(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.format(e,t);return d(r)}function Y(n){let e=b(n,c.__wbindgen_export,c.__wbindgen_export2),t=u,r=c.diagnostics(e,t);return d(r)}function J(n,e){let t=b(n,c.__wbindgen_export,c.__wbindgen_export2),r=u;var i=g(e)?0:b(e,c.__wbindgen_export,c.__wbindgen_export2),a=u;let _=c.definedValues(t,r,i,a);return d(_)}function K(n,e,t){c.__wasm_bindgen_func_elem_2757(n,e,s(t))}function Q(n,e,t,r){c.__wasm_bindgen_func_elem_722(n,e,s(t),s(r))}async function en(n,e){if(typeof Response=="function"&&n instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(n,e)}catch(r){if(n.ok&&nn.has(n.type)&&n.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let t=await n.arrayBuffer();return await WebAssembly.instantiate(t,e)}else{let t=await WebAssembly.instantiate(n,e);return t instanceof WebAssembly.Instance?{instance:t,module:n}:t}}function T(){let n={};return n.wbg={},n.wbg.__wbg_Error_e83987f665cf5504=function(e,t){let r=Error(O(e,t));return s(r)},n.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,t){let r=String(o(t)),i=b(r,c.__wbindgen_export,c.__wbindgen_export2),a=u;y().setInt32(e+4*1,a,!0),y().setInt32(e+4*0,i,!0)},n.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let t=o(e),r=typeof t=="boolean"?t:void 0;return g(r)?16777215:r?1:0},n.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,t){let r=M(o(t)),i=b(r,c.__wbindgen_export,c.__wbindgen_export2),a=u;y().setInt32(e+4*1,a,!0),y().setInt32(e+4*0,i,!0)},n.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,t){return o(e)in o(t)},n.wbg.__wbg___wbindgen_is_function_ee8a6c5833c90377=function(e){return typeof o(e)=="function"},n.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let t=o(e);return typeof t=="object"&&t!==null},n.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof o(e)=="string"},n.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return o(e)===void 0},n.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,t){return o(e)==o(t)},n.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,t){let r=o(t),i=typeof r=="number"?r:void 0;y().setFloat64(e+8*1,g(i)?0:i,!0),y().setInt32(e+4*0,!g(i),!0)},n.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,t){let r=o(t),i=typeof r=="string"?r:void 0;var a=g(i)?0:b(i,c.__wbindgen_export,c.__wbindgen_export2),_=u;y().setInt32(e+4*1,_,!0),y().setInt32(e+4*0,a,!0)},n.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,t){throw new Error(O(e,t))},n.wbg.__wbg__wbg_cb_unref_2454a539ea5790d9=function(e){o(e)._wbg_cb_unref()},n.wbg.__wbg_arrayBuffer_5930938a049abc90=function(e){let t=o(e).arrayBuffer();return s(t)},n.wbg.__wbg_call_525440f72fbfc0ea=function(){return E(function(e,t,r){let i=o(e).call(o(t),o(r));return s(i)},arguments)},n.wbg.__wbg_call_e762c39fa8ea36bf=function(){return E(function(e,t){let r=o(e).call(o(t));return s(r)},arguments)},n.wbg.__wbg_done_2042aa2670fb1db1=function(e){return o(e).done},n.wbg.__wbg_entries_a1e792d46512c8bf=function(e){let t=o(e).entries();return s(t)},n.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let t=Object.entries(o(e));return s(t)},n.wbg.__wbg_from_a4ad7cbddd0d7135=function(e){let t=Array.from(o(e));return s(t)},n.wbg.__wbg_getDirectory_7e7a55f640412401=function(e){let t=o(e).getDirectory();return s(t)},n.wbg.__wbg_getFile_985459d958bb9dfe=function(e){let t=o(e).getFile();return s(t)},n.wbg.__wbg_get_7bed016f185add81=function(e,t){let r=o(e)[t>>>0];return s(r)},n.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,t){let r=o(e)[o(t)];return s(r)},n.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let t;try{t=o(e)instanceof ArrayBuffer}catch{t=!1}return t},n.wbg.__wbg_instanceof_FileSystemDirectoryHandle_7a17cc3353820fcf=function(e){let t;try{t=o(e)instanceof FileSystemDirectoryHandle}catch{t=!1}return t},n.wbg.__wbg_instanceof_FileSystemFileHandle_5730ec1d120983f4=function(e){let t;try{t=o(e)instanceof FileSystemFileHandle}catch{t=!1}return t},n.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let t;try{t=o(e)instanceof Uint8Array}catch{t=!1}return t},n.wbg.__wbg_instanceof_Window_4846dbb3de56c84c=function(e){let t;try{t=o(e)instanceof Window}catch{t=!1}return t},n.wbg.__wbg_length_69bca3cb64fc8748=function(e){return o(e).length},n.wbg.__wbg_length_cdd215e10d9dd507=function(e){return o(e).length},n.wbg.__wbg_navigator_971384882e8ea23a=function(e){let t=o(e).navigator;return s(t)},n.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return s(e)},n.wbg.__wbg_new_3c3d849046688a66=function(e,t){try{var r={a:e,b:t},i=(_,f)=>{let l=r.a;r.a=0;try{return Q(l,r.b,_,f)}finally{r.a=l}};let a=new Promise(i);return s(a)}finally{r.a=r.b=0}},n.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let t=new Uint8Array(o(e));return s(t)},n.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return s(e)},n.wbg.__wbg_new_no_args_ee98eee5275000a4=function(e,t){let r=new Function(O(e,t));return s(r)},n.wbg.__wbg_next_eedaffcadc567b75=function(){return E(function(e){let t=o(e).next();return s(t)},arguments)},n.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,t,r){Uint8Array.prototype.set.call(C(e,t),o(r))},n.wbg.__wbg_queueMicrotask_34d692c25c47d05b=function(e){let t=o(e).queueMicrotask;return s(t)},n.wbg.__wbg_queueMicrotask_9d76cacb20c84d58=function(e){queueMicrotask(o(e))},n.wbg.__wbg_resolve_caf97c30b83f7053=function(e){let t=Promise.resolve(o(e));return s(t)},n.wbg.__wbg_set_3f1d0b984ed272ed=function(e,t,r){o(e)[d(t)]=d(r)},n.wbg.__wbg_set_c213c871859d6500=function(e,t,r){o(e)[t>>>0]=d(r)},n.wbg.__wbg_size_0a5a003dbf5dfee8=function(e){return o(e).size},n.wbg.__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e=function(){let e=typeof global>"u"?null:global;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac=function(){let e=typeof globalThis>"u"?null:globalThis;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_SELF_6fdf4b64710cc91b=function(){let e=typeof self>"u"?null:self;return g(e)?0:s(e)},n.wbg.__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2=function(){let e=typeof window>"u"?null:window;return g(e)?0:s(e)},n.wbg.__wbg_storage_3e7b84b6fbb9dd1c=function(e){let t=o(e).storage;return s(t)},n.wbg.__wbg_then_4f46f6544e6b4a28=function(e,t){let r=o(e).then(o(t));return s(r)},n.wbg.__wbg_then_70d05cf780a18d77=function(e,t,r){let i=o(e).then(o(t),o(r));return s(i)},n.wbg.__wbg_value_692627309814bb8c=function(e){let t=o(e).value;return s(t)},n.wbg.__wbindgen_cast_1e8790df2cc2adfe=function(e,t){let r=N(e,t,c.__wasm_bindgen_func_elem_2756,K);return s(r)},n.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,t){let r=O(e,t);return s(r)},n.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return s(e)},n.wbg.__wbindgen_object_clone_ref=function(e){let t=o(e);return s(t)},n.wbg.__wbindgen_object_drop_ref=function(e){d(e)},n}function k(n,e){return c=n.exports,U.__wbindgen_wasm_module=e,p=null,m=null,c}function tn(n){if(c!==void 0)return c;typeof n<"u"&&(Object.getPrototypeOf(n)===Object.prototype?{module:n}=n:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=T();n instanceof WebAssembly.Module||(n=new WebAssembly.Module(n));let t=new WebAssembly.Instance(n,e);return k(t,n)}async function U(n){if(c!==void 0)return c;typeof n<"u"&&(Object.getPrototypeOf(n)===Object.prototype?{module_or_path:n}=n:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof n>"u"&&(n=new URL("mq_wasm_bg.wasm",import.meta.url));let e=T();(typeof n=="string"||typeof Request=="function"&&n instanceof Request||typeof URL=="function"&&n instanceof URL)&&(n=fetch(n));let{instance:t,module:r}=await en(await n,e);return k(t,r)}var c,m,W,q,D,w,x,u,A,p,I,Z,S,nn,R,P=B(()=>{"use strict";m=null;W=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});W.decode();q=2146435072,D=0;w=new Array(128).fill(void 0);w.push(void 0,null,!0,!1);x=w.length;u=0,A=new TextEncoder;"encodeInto"in A||(A.encodeInto=function(n,e){let t=A.encode(n);return e.set(t),{read:n.length,written:t.length}});p=null;I=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(n=>n.dtor(n.a,n.b));Z=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(n=>c.__wbg_runoptions_free(n>>>0,1)),S=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,Z.unregister(this),e}free(){let e=this.__destroy_into_raw();c.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);nn=new Set(["basic","cors","default"]);R=U});P();var j=null;async function F(){return j||(await(async()=>{try{await R();let n=await Promise.resolve().then(()=>(P(),V));j={run:n.run,toAst:n.toAst,format:n.format,diagnostics:n.diagnostics,definedValues:n.definedValues}}catch(n){throw new Error(`Failed to initialize mq WebAssembly module: ${n}`)}})(),j)}async function an(n,e,t={}){return await(await F()).run(n,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...t})}async function fn(n){return await(await F()).toAst(n)}async function un(n){return await(await F()).format(n)}async function bn(n){return await(await F()).diagnostics(n)}async function gn(n,e){return await(await F()).definedValues(n,e)}export{gn as definedValues,bn as diagnostics,un as format,an as run,fn as toAst};
package/dist/index.cjs CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var k=Object.defineProperty;var G=Object.getOwnPropertyDescriptor;var K=Object.getOwnPropertyNames;var Q=Object.prototype.hasOwnProperty;var Z=(t,e)=>()=>(t&&(e=t(t=0)),e);var T=(t,e)=>{for(var n in e)k(t,n,{get:e[n],enumerable:!0})},tt=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of K(e))!Q.call(t,i)&&i!==n&&k(t,i,{get:()=>e[i],enumerable:!(r=G(e,i))||r.enumerable});return t};var et=t=>tt(k({},"__esModule",{value:!0}),t);var q={};T(q,{RunOptions:()=>W,default:()=>V,definedValues:()=>ft,diagnostics:()=>ct,format:()=>at,initSync:()=>gt,run:()=>st,toAst:()=>_t});function S(){return(A===null||A.byteLength===0)&&(A=new Uint8Array(o.memory.buffer)),A}function rt(t,e){return v+=e,v>=nt&&(E=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),E.decode(),v=e),E.decode(S().subarray(t,t+e))}function x(t,e){return t=t>>>0,rt(t,e)}function g(t){O===y.length&&y.push(y.length+1);let e=O;return O=y[e],y[e]=t,e}function _(t){return y[t]}function l(t,e,n){if(n===void 0){let a=j.encode(t),u=e(a.length,1)>>>0;return S().subarray(u,u+a.length).set(a),d=a.length,u}let r=t.length,i=e(r,1)>>>0,f=S(),s=0;for(;s<r;s++){let a=t.charCodeAt(s);if(a>127)break;f[i+s]=a}if(s!==r){s!==0&&(t=t.slice(s)),i=n(i,r,r=s+t.length*3,1)>>>0;let a=S().subarray(i+s,i+r),u=j.encodeInto(t,a);s+=u.written,i=n(i,r,s,1)>>>0}return d=s,i}function c(){return(h===null||h.buffer.detached===!0||h.buffer.detached===void 0&&h.buffer!==o.memory.buffer)&&(h=new DataView(o.memory.buffer)),h}function I(t){return t==null}function M(t){let e=typeof t;if(e=="number"||e=="boolean"||t==null)return`${t}`;if(e=="string")return`"${t}"`;if(e=="symbol"){let i=t.description;return i==null?"Symbol":`Symbol(${i})`}if(e=="function"){let i=t.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(t)){let i=t.length,f="[";i>0&&(f+=M(t[0]));for(let s=1;s<i;s++)f+=", "+M(t[s]);return f+="]",f}let n=/\[object ([^\]]+)\]/.exec(toString.call(t)),r;if(n&&n.length>1)r=n[1];else return toString.call(t);if(r=="Object")try{return"Object("+JSON.stringify(t)+")"}catch{return"Object"}return t instanceof Error?`${t.name}: ${t.message}
2
- ${t.stack}`:r}function it(t,e){return t=t>>>0,S().subarray(t/1,t/1+e)}function ot(t){t<132||(y[t]=O,O=t)}function w(t){let e=_(t);return ot(t),e}function st(t,e,n){let r,i;try{let p=o.__wbindgen_add_to_stack_pointer(-16),X=l(t,o.__wbindgen_export,o.__wbindgen_export2),Y=d,H=l(e,o.__wbindgen_export,o.__wbindgen_export2),J=d;o.run(p,X,Y,H,J,g(n));var f=c().getInt32(p+4*0,!0),s=c().getInt32(p+4*1,!0),a=c().getInt32(p+4*2,!0),u=c().getInt32(p+4*3,!0),b=f,m=s;if(u)throw b=0,m=0,w(a);return r=b,i=m,x(b,m)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(r,i,1)}}function _t(t){let e,n;try{let b=o.__wbindgen_add_to_stack_pointer(-16),m=l(t,o.__wbindgen_export,o.__wbindgen_export2),p=d;o.toAst(b,m,p);var r=c().getInt32(b+4*0,!0),i=c().getInt32(b+4*1,!0),f=c().getInt32(b+4*2,!0),s=c().getInt32(b+4*3,!0),a=r,u=i;if(s)throw a=0,u=0,w(f);return e=a,n=u,x(a,u)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(e,n,1)}}function at(t){let e,n;try{let b=o.__wbindgen_add_to_stack_pointer(-16),m=l(t,o.__wbindgen_export,o.__wbindgen_export2),p=d;o.format(b,m,p);var r=c().getInt32(b+4*0,!0),i=c().getInt32(b+4*1,!0),f=c().getInt32(b+4*2,!0),s=c().getInt32(b+4*3,!0),a=r,u=i;if(s)throw a=0,u=0,w(f);return e=a,n=u,x(a,u)}finally{o.__wbindgen_add_to_stack_pointer(16),o.__wbindgen_export3(e,n,1)}}function ct(t){let e=l(t,o.__wbindgen_export,o.__wbindgen_export2),n=d,r=o.diagnostics(e,n);return w(r)}function ft(t,e){try{let a=o.__wbindgen_add_to_stack_pointer(-16),u=l(t,o.__wbindgen_export,o.__wbindgen_export2),b=d;var n=I(e)?0:l(e,o.__wbindgen_export,o.__wbindgen_export2),r=d;o.definedValues(a,u,b,n,r);var i=c().getInt32(a+4*0,!0),f=c().getInt32(a+4*1,!0),s=c().getInt32(a+4*2,!0);if(s)throw w(f);return w(i)}finally{o.__wbindgen_add_to_stack_pointer(16)}}async function dt(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(r){if(t.ok&&bt.has(t.type)&&t.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let n=await t.arrayBuffer();return await WebAssembly.instantiate(n,e)}else{let n=await WebAssembly.instantiate(t,e);return n instanceof WebAssembly.Instance?{instance:n,module:t}:n}}function U(){let t={};return t.wbg={},t.wbg.__wbg_Error_e83987f665cf5504=function(e,n){let r=Error(x(e,n));return g(r)},t.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,n){let r=String(_(n)),i=l(r,o.__wbindgen_export,o.__wbindgen_export2),f=d;c().setInt32(e+4*1,f,!0),c().setInt32(e+4*0,i,!0)},t.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let n=_(e),r=typeof n=="boolean"?n:void 0;return I(r)?16777215:r?1:0},t.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,n){let r=M(_(n)),i=l(r,o.__wbindgen_export,o.__wbindgen_export2),f=d;c().setInt32(e+4*1,f,!0),c().setInt32(e+4*0,i,!0)},t.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,n){return _(e)in _(n)},t.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let n=_(e);return typeof n=="object"&&n!==null},t.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof _(e)=="string"},t.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return _(e)===void 0},t.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,n){return _(e)==_(n)},t.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,n){let r=_(n),i=typeof r=="number"?r:void 0;c().setFloat64(e+8*1,I(i)?0:i,!0),c().setInt32(e+4*0,!I(i),!0)},t.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,n){let r=_(n),i=typeof r=="string"?r:void 0;var f=I(i)?0:l(i,o.__wbindgen_export,o.__wbindgen_export2),s=d;c().setInt32(e+4*1,s,!0),c().setInt32(e+4*0,f,!0)},t.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,n){throw new Error(x(e,n))},t.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let n=Object.entries(_(e));return g(n)},t.wbg.__wbg_get_7bed016f185add81=function(e,n){let r=_(e)[n>>>0];return g(r)},t.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,n){let r=_(e)[_(n)];return g(r)},t.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let n;try{n=_(e)instanceof ArrayBuffer}catch{n=!1}return n},t.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let n;try{n=_(e)instanceof Uint8Array}catch{n=!1}return n},t.wbg.__wbg_length_69bca3cb64fc8748=function(e){return _(e).length},t.wbg.__wbg_length_cdd215e10d9dd507=function(e){return _(e).length},t.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return g(e)},t.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let n=new Uint8Array(_(e));return g(n)},t.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return g(e)},t.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,n,r){Uint8Array.prototype.set.call(it(e,n),_(r))},t.wbg.__wbg_set_3f1d0b984ed272ed=function(e,n,r){_(e)[w(n)]=w(r)},t.wbg.__wbg_set_c213c871859d6500=function(e,n,r){_(e)[n>>>0]=w(r)},t.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,n){let r=x(e,n);return g(r)},t.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return g(e)},t.wbg.__wbindgen_object_clone_ref=function(e){let n=_(e);return g(n)},t.wbg.__wbindgen_object_drop_ref=function(e){w(e)},t}function P(t,e){return o=t.exports,$.__wbindgen_wasm_module=e,h=null,A=null,o}function gt(t){if(o!==void 0)return o;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module:t}=t:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=U();t instanceof WebAssembly.Module||(t=new WebAssembly.Module(t));let n=new WebAssembly.Instance(t,e);return P(n,t)}async function $(t){if(o!==void 0)return o;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module_or_path:t}=t:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof t>"u"&&(t=new URL("mq_wasm_bg.wasm",wt.url));let e=U();(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:n,module:r}=await dt(await t,e);return P(n,r)}var wt,o,A,E,nt,v,y,O,d,j,h,ut,W,bt,V,R=Z(()=>{"use strict";wt={},A=null;E=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});E.decode();nt=2146435072,v=0;y=new Array(128).fill(void 0);y.push(void 0,null,!0,!1);O=y.length;d=0,j=new TextEncoder;"encodeInto"in j||(j.encodeInto=function(t,e){let n=j.encode(t);return e.set(n),{read:t.length,written:n.length}});h=null;ut=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>o.__wbg_runoptions_free(t>>>0,1)),W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,ut.unregister(this),e}free(){let e=this.__destroy_into_raw();o.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);bt=new Set(["basic","cors","default"]);V=$});var lt={};T(lt,{definedValues:()=>N,diagnostics:()=>C,format:()=>L,run:()=>B,toAst:()=>z});module.exports=et(lt);R();var F=null;async function D(){return F||(await(async()=>{try{await V();let t=await Promise.resolve().then(()=>(R(),q));F={run:t.run,toAst:t.toAst,format:t.format,diagnostics:t.diagnostics,definedValues:t.definedValues}}catch(t){throw new Error(`Failed to initialize mq WebAssembly module: ${t}`)}})(),F)}async function B(t,e,n={}){return await(await D()).run(t,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...n})}async function z(t){return await(await D()).toAst(t)}async function L(t){return await(await D()).format(t)}async function C(t){return await(await D()).diagnostics(t)}async function N(t,e){return await(await D()).definedValues(t,e)}0&&(module.exports={definedValues,diagnostics,format,run,toAst});
1
+ "use strict";var W=Object.defineProperty;var N=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var G=Object.prototype.hasOwnProperty;var X=(e,n)=>()=>(e&&(n=e(e=0)),n);var T=(e,n)=>{for(var t in n)W(e,t,{get:n[t],enumerable:!0})},Y=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of v(n))!G.call(e,i)&&i!==t&&W(e,i,{get:()=>n[i],enumerable:!(r=N(n,i))||r.enumerable});return e};var J=e=>Y(W({},"__esModule",{value:!0}),e);var q={};T(q,{RunOptions:()=>S,default:()=>P,definedValues:()=>se,diagnostics:()=>oe,format:()=>ie,initSync:()=>be,run:()=>te,toAst:()=>re});function h(){return(m===null||m.byteLength===0)&&(m=new Uint8Array(s.memory.buffer)),m}function Q(e,n){return E+=n,E>=K&&(D=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),D.decode(),E=n),D.decode(h().subarray(e,e+n))}function O(e,n){return e=e>>>0,Q(e,n)}function c(e){x===w.length&&w.push(w.length+1);let n=x;return x=w[n],w[n]=e,n}function o(e){return w[e]}function b(e,n,t){if(t===void 0){let f=A.encode(e),l=n(f.length,1)>>>0;return h().subarray(l,l+f.length).set(f),u=f.length,l}let r=e.length,i=n(r,1)>>>0,a=h(),_=0;for(;_<r;_++){let f=e.charCodeAt(_);if(f>127)break;a[i+_]=f}if(_!==r){_!==0&&(e=e.slice(_)),i=t(i,r,r=_+e.length*3,1)>>>0;let f=h().subarray(i+_,i+r),l=A.encodeInto(e,f);_+=l.written,i=t(i,r,_,1)>>>0}return u=_,i}function y(){return(p===null||p.buffer.detached===!0||p.buffer.detached===void 0&&p.buffer!==s.memory.buffer)&&(p=new DataView(s.memory.buffer)),p}function g(e){return e==null}function R(e){let n=typeof e;if(n=="number"||n=="boolean"||e==null)return`${e}`;if(n=="string")return`"${e}"`;if(n=="symbol"){let i=e.description;return i==null?"Symbol":`Symbol(${i})`}if(n=="function"){let i=e.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(e)){let i=e.length,a="[";i>0&&(a+=R(e[0]));for(let _=1;_<i;_++)a+=", "+R(e[_]);return a+="]",a}let t=/\[object ([^\]]+)\]/.exec(toString.call(e)),r;if(t&&t.length>1)r=t[1];else return toString.call(e);if(r=="Object")try{return"Object("+JSON.stringify(e)+")"}catch{return"Object"}return e instanceof Error?`${e.name}: ${e.message}
2
+ ${e.stack}`:r}function M(e,n){try{return e.apply(this,n)}catch(t){s.__wbindgen_export3(c(t))}}function Z(e,n){return e=e>>>0,h().subarray(e/1,e/1+n)}function ee(e){e<132||(w[e]=x,x=e)}function d(e){let n=o(e);return ee(e),n}function ne(e,n,t,r){let i={a:e,b:n,cnt:1,dtor:t},a=(..._)=>{i.cnt++;let f=i.a;i.a=0;try{return r(f,i.b,..._)}finally{i.a=f,a._wbg_cb_unref()}};return a._wbg_cb_unref=()=>{--i.cnt===0&&(i.dtor(i.a,i.b),i.a=0,V.unregister(i))},V.register(a,i,i),a}function te(e,n,t){let r=b(e,s.__wbindgen_export,s.__wbindgen_export2),i=u,a=b(n,s.__wbindgen_export,s.__wbindgen_export2),_=u,f=s.run(r,i,a,_,c(t));return d(f)}function re(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.toAst(n,t);return d(r)}function ie(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.format(n,t);return d(r)}function oe(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.diagnostics(n,t);return d(r)}function se(e,n){let t=b(e,s.__wbindgen_export,s.__wbindgen_export2),r=u;var i=g(n)?0:b(n,s.__wbindgen_export,s.__wbindgen_export2),a=u;let _=s.definedValues(t,r,i,a);return d(_)}function ce(e,n,t){s.__wasm_bindgen_func_elem_2757(e,n,c(t))}function _e(e,n,t,r){s.__wasm_bindgen_func_elem_722(e,n,c(t),c(r))}async function ue(e,n){if(typeof Response=="function"&&e instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(e,n)}catch(r){if(e.ok&&fe.has(e.type)&&e.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let t=await e.arrayBuffer();return await WebAssembly.instantiate(t,n)}else{let t=await WebAssembly.instantiate(e,n);return t instanceof WebAssembly.Instance?{instance:t,module:e}:t}}function k(){let e={};return e.wbg={},e.wbg.__wbg_Error_e83987f665cf5504=function(n,t){let r=Error(O(n,t));return c(r)},e.wbg.__wbg_String_8f0eb39a4a4c2f66=function(n,t){let r=String(o(t)),i=b(r,s.__wbindgen_export,s.__wbindgen_export2),a=u;y().setInt32(n+4*1,a,!0),y().setInt32(n+4*0,i,!0)},e.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(n){let t=o(n),r=typeof t=="boolean"?t:void 0;return g(r)?16777215:r?1:0},e.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(n,t){let r=R(o(t)),i=b(r,s.__wbindgen_export,s.__wbindgen_export2),a=u;y().setInt32(n+4*1,a,!0),y().setInt32(n+4*0,i,!0)},e.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(n,t){return o(n)in o(t)},e.wbg.__wbg___wbindgen_is_function_ee8a6c5833c90377=function(n){return typeof o(n)=="function"},e.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(n){let t=o(n);return typeof t=="object"&&t!==null},e.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(n){return typeof o(n)=="string"},e.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(n){return o(n)===void 0},e.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(n,t){return o(n)==o(t)},e.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(n,t){let r=o(t),i=typeof r=="number"?r:void 0;y().setFloat64(n+8*1,g(i)?0:i,!0),y().setInt32(n+4*0,!g(i),!0)},e.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(n,t){let r=o(t),i=typeof r=="string"?r:void 0;var a=g(i)?0:b(i,s.__wbindgen_export,s.__wbindgen_export2),_=u;y().setInt32(n+4*1,_,!0),y().setInt32(n+4*0,a,!0)},e.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(n,t){throw new Error(O(n,t))},e.wbg.__wbg__wbg_cb_unref_2454a539ea5790d9=function(n){o(n)._wbg_cb_unref()},e.wbg.__wbg_arrayBuffer_5930938a049abc90=function(n){let t=o(n).arrayBuffer();return c(t)},e.wbg.__wbg_call_525440f72fbfc0ea=function(){return M(function(n,t,r){let i=o(n).call(o(t),o(r));return c(i)},arguments)},e.wbg.__wbg_call_e762c39fa8ea36bf=function(){return M(function(n,t){let r=o(n).call(o(t));return c(r)},arguments)},e.wbg.__wbg_done_2042aa2670fb1db1=function(n){return o(n).done},e.wbg.__wbg_entries_a1e792d46512c8bf=function(n){let t=o(n).entries();return c(t)},e.wbg.__wbg_entries_e171b586f8f6bdbf=function(n){let t=Object.entries(o(n));return c(t)},e.wbg.__wbg_from_a4ad7cbddd0d7135=function(n){let t=Array.from(o(n));return c(t)},e.wbg.__wbg_getDirectory_7e7a55f640412401=function(n){let t=o(n).getDirectory();return c(t)},e.wbg.__wbg_getFile_985459d958bb9dfe=function(n){let t=o(n).getFile();return c(t)},e.wbg.__wbg_get_7bed016f185add81=function(n,t){let r=o(n)[t>>>0];return c(r)},e.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(n,t){let r=o(n)[o(t)];return c(r)},e.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(n){let t;try{t=o(n)instanceof ArrayBuffer}catch{t=!1}return t},e.wbg.__wbg_instanceof_FileSystemDirectoryHandle_7a17cc3353820fcf=function(n){let t;try{t=o(n)instanceof FileSystemDirectoryHandle}catch{t=!1}return t},e.wbg.__wbg_instanceof_FileSystemFileHandle_5730ec1d120983f4=function(n){let t;try{t=o(n)instanceof FileSystemFileHandle}catch{t=!1}return t},e.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(n){let t;try{t=o(n)instanceof Uint8Array}catch{t=!1}return t},e.wbg.__wbg_instanceof_Window_4846dbb3de56c84c=function(n){let t;try{t=o(n)instanceof Window}catch{t=!1}return t},e.wbg.__wbg_length_69bca3cb64fc8748=function(n){return o(n).length},e.wbg.__wbg_length_cdd215e10d9dd507=function(n){return o(n).length},e.wbg.__wbg_navigator_971384882e8ea23a=function(n){let t=o(n).navigator;return c(t)},e.wbg.__wbg_new_1acc0b6eea89d040=function(){let n=new Object;return c(n)},e.wbg.__wbg_new_3c3d849046688a66=function(n,t){try{var r={a:n,b:t},i=(_,f)=>{let l=r.a;r.a=0;try{return _e(l,r.b,_,f)}finally{r.a=l}};let a=new Promise(i);return c(a)}finally{r.a=r.b=0}},e.wbg.__wbg_new_5a79be3ab53b8aa5=function(n){let t=new Uint8Array(o(n));return c(t)},e.wbg.__wbg_new_e17d9f43105b08be=function(){let n=new Array;return c(n)},e.wbg.__wbg_new_no_args_ee98eee5275000a4=function(n,t){let r=new Function(O(n,t));return c(r)},e.wbg.__wbg_next_eedaffcadc567b75=function(){return M(function(n){let t=o(n).next();return c(t)},arguments)},e.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(n,t,r){Uint8Array.prototype.set.call(Z(n,t),o(r))},e.wbg.__wbg_queueMicrotask_34d692c25c47d05b=function(n){let t=o(n).queueMicrotask;return c(t)},e.wbg.__wbg_queueMicrotask_9d76cacb20c84d58=function(n){queueMicrotask(o(n))},e.wbg.__wbg_resolve_caf97c30b83f7053=function(n){let t=Promise.resolve(o(n));return c(t)},e.wbg.__wbg_set_3f1d0b984ed272ed=function(n,t,r){o(n)[d(t)]=d(r)},e.wbg.__wbg_set_c213c871859d6500=function(n,t,r){o(n)[t>>>0]=d(r)},e.wbg.__wbg_size_0a5a003dbf5dfee8=function(n){return o(n).size},e.wbg.__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e=function(){let n=typeof global>"u"?null:global;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac=function(){let n=typeof globalThis>"u"?null:globalThis;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_SELF_6fdf4b64710cc91b=function(){let n=typeof self>"u"?null:self;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2=function(){let n=typeof window>"u"?null:window;return g(n)?0:c(n)},e.wbg.__wbg_storage_3e7b84b6fbb9dd1c=function(n){let t=o(n).storage;return c(t)},e.wbg.__wbg_then_4f46f6544e6b4a28=function(n,t){let r=o(n).then(o(t));return c(r)},e.wbg.__wbg_then_70d05cf780a18d77=function(n,t,r){let i=o(n).then(o(t),o(r));return c(i)},e.wbg.__wbg_value_692627309814bb8c=function(n){let t=o(n).value;return c(t)},e.wbg.__wbindgen_cast_1e8790df2cc2adfe=function(n,t){let r=ne(n,t,s.__wasm_bindgen_func_elem_2756,ce);return c(r)},e.wbg.__wbindgen_cast_2241b6af4c4b2941=function(n,t){let r=O(n,t);return c(r)},e.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(n){return c(n)},e.wbg.__wbindgen_object_clone_ref=function(n){let t=o(n);return c(t)},e.wbg.__wbindgen_object_drop_ref=function(n){d(n)},e}function U(e,n){return s=e.exports,L.__wbindgen_wasm_module=n,p=null,m=null,s}function be(e){if(s!==void 0)return s;typeof e<"u"&&(Object.getPrototypeOf(e)===Object.prototype?{module:e}=e:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let n=k();e instanceof WebAssembly.Module||(e=new WebAssembly.Module(e));let t=new WebAssembly.Instance(e,n);return U(t,e)}async function L(e){if(s!==void 0)return s;typeof e<"u"&&(Object.getPrototypeOf(e)===Object.prototype?{module_or_path:e}=e:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof e>"u"&&(e=new URL("mq_wasm_bg.wasm",ge.url));let n=k();(typeof e=="string"||typeof Request=="function"&&e instanceof Request||typeof URL=="function"&&e instanceof URL)&&(e=fetch(e));let{instance:t,module:r}=await ue(await e,n);return U(t,r)}var ge,s,m,D,K,E,w,x,u,A,p,V,ae,S,fe,P,I=X(()=>{"use strict";ge={},m=null;D=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});D.decode();K=2146435072,E=0;w=new Array(128).fill(void 0);w.push(void 0,null,!0,!1);x=w.length;u=0,A=new TextEncoder;"encodeInto"in A||(A.encodeInto=function(e,n){let t=A.encode(e);return n.set(t),{read:e.length,written:t.length}});p=null;V=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>e.dtor(e.a,e.b));ae=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>s.__wbg_runoptions_free(e>>>0,1)),S=class{__destroy_into_raw(){let n=this.__wbg_ptr;return this.__wbg_ptr=0,ae.unregister(this),n}free(){let n=this.__destroy_into_raw();s.__wbg_runoptions_free(n,0)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);fe=new Set(["basic","cors","default"]);P=L});var we={};T(we,{definedValues:()=>H,diagnostics:()=>C,format:()=>$,run:()=>B,toAst:()=>z});module.exports=J(we);I();var j=null;async function F(){return j||(await(async()=>{try{await P();let e=await Promise.resolve().then(()=>(I(),q));j={run:e.run,toAst:e.toAst,format:e.format,diagnostics:e.diagnostics,definedValues:e.definedValues}}catch(e){throw new Error(`Failed to initialize mq WebAssembly module: ${e}`)}})(),j)}async function B(e,n,t={}){return await(await F()).run(e,n,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...t})}async function z(e){return await(await F()).toAst(e)}async function $(e){return await(await F()).format(e)}async function C(e){return await(await F()).diagnostics(e)}async function H(e,n){return await(await F()).definedValues(e,n)}0&&(module.exports={definedValues,diagnostics,format,run,toAst});
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- var L=Object.defineProperty;var C=(t,e)=>()=>(t&&(e=t(t=0)),e);var N=(t,e)=>{for(var n in e)L(t,n,{get:e[n],enumerable:!0})};var P={};N(P,{RunOptions:()=>W,default:()=>M,definedValues:()=>tt,diagnostics:()=>Z,format:()=>Q,initSync:()=>it,run:()=>G,toAst:()=>K});function S(){return(A===null||A.byteLength===0)&&(A=new Uint8Array(i.memory.buffer)),A}function Y(t,e){return k+=e,k>=X&&(E=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),E.decode(),k=e),E.decode(S().subarray(t,t+e))}function x(t,e){return t=t>>>0,Y(t,e)}function g(t){O===y.length&&y.push(y.length+1);let e=O;return O=y[e],y[e]=t,e}function _(t){return y[t]}function l(t,e,n){if(n===void 0){let a=j.encode(t),u=e(a.length,1)>>>0;return S().subarray(u,u+a.length).set(a),d=a.length,u}let r=t.length,o=e(r,1)>>>0,f=S(),s=0;for(;s<r;s++){let a=t.charCodeAt(s);if(a>127)break;f[o+s]=a}if(s!==r){s!==0&&(t=t.slice(s)),o=n(o,r,r=s+t.length*3,1)>>>0;let a=S().subarray(o+s,o+r),u=j.encodeInto(t,a);s+=u.written,o=n(o,r,s,1)>>>0}return d=s,o}function c(){return(h===null||h.buffer.detached===!0||h.buffer.detached===void 0&&h.buffer!==i.memory.buffer)&&(h=new DataView(i.memory.buffer)),h}function I(t){return t==null}function v(t){let e=typeof t;if(e=="number"||e=="boolean"||t==null)return`${t}`;if(e=="string")return`"${t}"`;if(e=="symbol"){let o=t.description;return o==null?"Symbol":`Symbol(${o})`}if(e=="function"){let o=t.name;return typeof o=="string"&&o.length>0?`Function(${o})`:"Function"}if(Array.isArray(t)){let o=t.length,f="[";o>0&&(f+=v(t[0]));for(let s=1;s<o;s++)f+=", "+v(t[s]);return f+="]",f}let n=/\[object ([^\]]+)\]/.exec(toString.call(t)),r;if(n&&n.length>1)r=n[1];else return toString.call(t);if(r=="Object")try{return"Object("+JSON.stringify(t)+")"}catch{return"Object"}return t instanceof Error?`${t.name}: ${t.message}
2
- ${t.stack}`:r}function H(t,e){return t=t>>>0,S().subarray(t/1,t/1+e)}function J(t){t<132||(y[t]=O,O=t)}function w(t){let e=_(t);return J(t),e}function G(t,e,n){let r,o;try{let p=i.__wbindgen_add_to_stack_pointer(-16),$=l(t,i.__wbindgen_export,i.__wbindgen_export2),q=d,B=l(e,i.__wbindgen_export,i.__wbindgen_export2),z=d;i.run(p,$,q,B,z,g(n));var f=c().getInt32(p+4*0,!0),s=c().getInt32(p+4*1,!0),a=c().getInt32(p+4*2,!0),u=c().getInt32(p+4*3,!0),b=f,m=s;if(u)throw b=0,m=0,w(a);return r=b,o=m,x(b,m)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(r,o,1)}}function K(t){let e,n;try{let b=i.__wbindgen_add_to_stack_pointer(-16),m=l(t,i.__wbindgen_export,i.__wbindgen_export2),p=d;i.toAst(b,m,p);var r=c().getInt32(b+4*0,!0),o=c().getInt32(b+4*1,!0),f=c().getInt32(b+4*2,!0),s=c().getInt32(b+4*3,!0),a=r,u=o;if(s)throw a=0,u=0,w(f);return e=a,n=u,x(a,u)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(e,n,1)}}function Q(t){let e,n;try{let b=i.__wbindgen_add_to_stack_pointer(-16),m=l(t,i.__wbindgen_export,i.__wbindgen_export2),p=d;i.format(b,m,p);var r=c().getInt32(b+4*0,!0),o=c().getInt32(b+4*1,!0),f=c().getInt32(b+4*2,!0),s=c().getInt32(b+4*3,!0),a=r,u=o;if(s)throw a=0,u=0,w(f);return e=a,n=u,x(a,u)}finally{i.__wbindgen_add_to_stack_pointer(16),i.__wbindgen_export3(e,n,1)}}function Z(t){let e=l(t,i.__wbindgen_export,i.__wbindgen_export2),n=d,r=i.diagnostics(e,n);return w(r)}function tt(t,e){try{let a=i.__wbindgen_add_to_stack_pointer(-16),u=l(t,i.__wbindgen_export,i.__wbindgen_export2),b=d;var n=I(e)?0:l(e,i.__wbindgen_export,i.__wbindgen_export2),r=d;i.definedValues(a,u,b,n,r);var o=c().getInt32(a+4*0,!0),f=c().getInt32(a+4*1,!0),s=c().getInt32(a+4*2,!0);if(s)throw w(f);return w(o)}finally{i.__wbindgen_add_to_stack_pointer(16)}}async function rt(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(r){if(t.ok&&nt.has(t.type)&&t.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let n=await t.arrayBuffer();return await WebAssembly.instantiate(n,e)}else{let n=await WebAssembly.instantiate(t,e);return n instanceof WebAssembly.Instance?{instance:n,module:t}:n}}function R(){let t={};return t.wbg={},t.wbg.__wbg_Error_e83987f665cf5504=function(e,n){let r=Error(x(e,n));return g(r)},t.wbg.__wbg_String_8f0eb39a4a4c2f66=function(e,n){let r=String(_(n)),o=l(r,i.__wbindgen_export,i.__wbindgen_export2),f=d;c().setInt32(e+4*1,f,!0),c().setInt32(e+4*0,o,!0)},t.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(e){let n=_(e),r=typeof n=="boolean"?n:void 0;return I(r)?16777215:r?1:0},t.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(e,n){let r=v(_(n)),o=l(r,i.__wbindgen_export,i.__wbindgen_export2),f=d;c().setInt32(e+4*1,f,!0),c().setInt32(e+4*0,o,!0)},t.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(e,n){return _(e)in _(n)},t.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(e){let n=_(e);return typeof n=="object"&&n!==null},t.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(e){return typeof _(e)=="string"},t.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(e){return _(e)===void 0},t.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(e,n){return _(e)==_(n)},t.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(e,n){let r=_(n),o=typeof r=="number"?r:void 0;c().setFloat64(e+8*1,I(o)?0:o,!0),c().setInt32(e+4*0,!I(o),!0)},t.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(e,n){let r=_(n),o=typeof r=="string"?r:void 0;var f=I(o)?0:l(o,i.__wbindgen_export,i.__wbindgen_export2),s=d;c().setInt32(e+4*1,s,!0),c().setInt32(e+4*0,f,!0)},t.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(e,n){throw new Error(x(e,n))},t.wbg.__wbg_entries_e171b586f8f6bdbf=function(e){let n=Object.entries(_(e));return g(n)},t.wbg.__wbg_get_7bed016f185add81=function(e,n){let r=_(e)[n>>>0];return g(r)},t.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(e,n){let r=_(e)[_(n)];return g(r)},t.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(e){let n;try{n=_(e)instanceof ArrayBuffer}catch{n=!1}return n},t.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(e){let n;try{n=_(e)instanceof Uint8Array}catch{n=!1}return n},t.wbg.__wbg_length_69bca3cb64fc8748=function(e){return _(e).length},t.wbg.__wbg_length_cdd215e10d9dd507=function(e){return _(e).length},t.wbg.__wbg_new_1acc0b6eea89d040=function(){let e=new Object;return g(e)},t.wbg.__wbg_new_5a79be3ab53b8aa5=function(e){let n=new Uint8Array(_(e));return g(n)},t.wbg.__wbg_new_e17d9f43105b08be=function(){let e=new Array;return g(e)},t.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(e,n,r){Uint8Array.prototype.set.call(H(e,n),_(r))},t.wbg.__wbg_set_3f1d0b984ed272ed=function(e,n,r){_(e)[w(n)]=w(r)},t.wbg.__wbg_set_c213c871859d6500=function(e,n,r){_(e)[n>>>0]=w(r)},t.wbg.__wbindgen_cast_2241b6af4c4b2941=function(e,n){let r=x(e,n);return g(r)},t.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(e){return g(e)},t.wbg.__wbindgen_object_clone_ref=function(e){let n=_(e);return g(n)},t.wbg.__wbindgen_object_drop_ref=function(e){w(e)},t}function T(t,e){return i=t.exports,U.__wbindgen_wasm_module=e,h=null,A=null,i}function it(t){if(i!==void 0)return i;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module:t}=t:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let e=R();t instanceof WebAssembly.Module||(t=new WebAssembly.Module(t));let n=new WebAssembly.Instance(t,e);return T(n,t)}async function U(t){if(i!==void 0)return i;typeof t<"u"&&(Object.getPrototypeOf(t)===Object.prototype?{module_or_path:t}=t:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof t>"u"&&(t=new URL("mq_wasm_bg.wasm",import.meta.url));let e=R();(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:n,module:r}=await rt(await t,e);return T(n,r)}var i,A,E,X,k,y,O,d,j,h,et,W,nt,M,V=C(()=>{"use strict";A=null;E=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});E.decode();X=2146435072,k=0;y=new Array(128).fill(void 0);y.push(void 0,null,!0,!1);O=y.length;d=0,j=new TextEncoder;"encodeInto"in j||(j.encodeInto=function(t,e){let n=j.encode(t);return e.set(n),{read:t.length,written:n.length}});h=null;et=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(t=>i.__wbg_runoptions_free(t>>>0,1)),W=class{__destroy_into_raw(){let e=this.__wbg_ptr;return this.__wbg_ptr=0,et.unregister(this),e}free(){let e=this.__destroy_into_raw();i.__wbg_runoptions_free(e,0)}};Symbol.dispose&&(W.prototype[Symbol.dispose]=W.prototype.free);nt=new Set(["basic","cors","default"]);M=U});V();var F=null;async function D(){return F||(await(async()=>{try{await M();let t=await Promise.resolve().then(()=>(V(),P));F={run:t.run,toAst:t.toAst,format:t.format,diagnostics:t.diagnostics,definedValues:t.definedValues}}catch(t){throw new Error(`Failed to initialize mq WebAssembly module: ${t}`)}})(),F)}async function ot(t,e,n={}){return await(await D()).run(t,e,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...n})}async function st(t){return await(await D()).toAst(t)}async function _t(t){return await(await D()).format(t)}async function at(t){return await(await D()).diagnostics(t)}async function ct(t,e){return await(await D()).definedValues(t,e)}export{ct as definedValues,at as diagnostics,_t as format,ot as run,st as toAst};
1
+ var L=Object.defineProperty;var q=(e,n)=>()=>(e&&(n=e(e=0)),n);var B=(e,n)=>{for(var t in n)L(e,t,{get:n[t],enumerable:!0})};var U={};B(U,{RunOptions:()=>S,default:()=>R,definedValues:()=>J,diagnostics:()=>Y,format:()=>X,initSync:()=>te,run:()=>v,toAst:()=>G});function h(){return(m===null||m.byteLength===0)&&(m=new Uint8Array(s.memory.buffer)),m}function $(e,n){return W+=n,W>=z&&(D=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),D.decode(),W=n),D.decode(h().subarray(e,e+n))}function O(e,n){return e=e>>>0,$(e,n)}function c(e){x===w.length&&w.push(w.length+1);let n=x;return x=w[n],w[n]=e,n}function o(e){return w[e]}function b(e,n,t){if(t===void 0){let f=A.encode(e),l=n(f.length,1)>>>0;return h().subarray(l,l+f.length).set(f),u=f.length,l}let r=e.length,i=n(r,1)>>>0,a=h(),_=0;for(;_<r;_++){let f=e.charCodeAt(_);if(f>127)break;a[i+_]=f}if(_!==r){_!==0&&(e=e.slice(_)),i=t(i,r,r=_+e.length*3,1)>>>0;let f=h().subarray(i+_,i+r),l=A.encodeInto(e,f);_+=l.written,i=t(i,r,_,1)>>>0}return u=_,i}function y(){return(p===null||p.buffer.detached===!0||p.buffer.detached===void 0&&p.buffer!==s.memory.buffer)&&(p=new DataView(s.memory.buffer)),p}function g(e){return e==null}function M(e){let n=typeof e;if(n=="number"||n=="boolean"||e==null)return`${e}`;if(n=="string")return`"${e}"`;if(n=="symbol"){let i=e.description;return i==null?"Symbol":`Symbol(${i})`}if(n=="function"){let i=e.name;return typeof i=="string"&&i.length>0?`Function(${i})`:"Function"}if(Array.isArray(e)){let i=e.length,a="[";i>0&&(a+=M(e[0]));for(let _=1;_<i;_++)a+=", "+M(e[_]);return a+="]",a}let t=/\[object ([^\]]+)\]/.exec(toString.call(e)),r;if(t&&t.length>1)r=t[1];else return toString.call(e);if(r=="Object")try{return"Object("+JSON.stringify(e)+")"}catch{return"Object"}return e instanceof Error?`${e.name}: ${e.message}
2
+ ${e.stack}`:r}function E(e,n){try{return e.apply(this,n)}catch(t){s.__wbindgen_export3(c(t))}}function C(e,n){return e=e>>>0,h().subarray(e/1,e/1+n)}function H(e){e<132||(w[e]=x,x=e)}function d(e){let n=o(e);return H(e),n}function N(e,n,t,r){let i={a:e,b:n,cnt:1,dtor:t},a=(..._)=>{i.cnt++;let f=i.a;i.a=0;try{return r(f,i.b,..._)}finally{i.a=f,a._wbg_cb_unref()}};return a._wbg_cb_unref=()=>{--i.cnt===0&&(i.dtor(i.a,i.b),i.a=0,I.unregister(i))},I.register(a,i,i),a}function v(e,n,t){let r=b(e,s.__wbindgen_export,s.__wbindgen_export2),i=u,a=b(n,s.__wbindgen_export,s.__wbindgen_export2),_=u,f=s.run(r,i,a,_,c(t));return d(f)}function G(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.toAst(n,t);return d(r)}function X(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.format(n,t);return d(r)}function Y(e){let n=b(e,s.__wbindgen_export,s.__wbindgen_export2),t=u,r=s.diagnostics(n,t);return d(r)}function J(e,n){let t=b(e,s.__wbindgen_export,s.__wbindgen_export2),r=u;var i=g(n)?0:b(n,s.__wbindgen_export,s.__wbindgen_export2),a=u;let _=s.definedValues(t,r,i,a);return d(_)}function K(e,n,t){s.__wasm_bindgen_func_elem_2757(e,n,c(t))}function Q(e,n,t,r){s.__wasm_bindgen_func_elem_722(e,n,c(t),c(r))}async function ne(e,n){if(typeof Response=="function"&&e instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(e,n)}catch(r){if(e.ok&&ee.has(e.type)&&e.headers.get("Content-Type")!=="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}let t=await e.arrayBuffer();return await WebAssembly.instantiate(t,n)}else{let t=await WebAssembly.instantiate(e,n);return t instanceof WebAssembly.Instance?{instance:t,module:e}:t}}function T(){let e={};return e.wbg={},e.wbg.__wbg_Error_e83987f665cf5504=function(n,t){let r=Error(O(n,t));return c(r)},e.wbg.__wbg_String_8f0eb39a4a4c2f66=function(n,t){let r=String(o(t)),i=b(r,s.__wbindgen_export,s.__wbindgen_export2),a=u;y().setInt32(n+4*1,a,!0),y().setInt32(n+4*0,i,!0)},e.wbg.__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68=function(n){let t=o(n),r=typeof t=="boolean"?t:void 0;return g(r)?16777215:r?1:0},e.wbg.__wbg___wbindgen_debug_string_df47ffb5e35e6763=function(n,t){let r=M(o(t)),i=b(r,s.__wbindgen_export,s.__wbindgen_export2),a=u;y().setInt32(n+4*1,a,!0),y().setInt32(n+4*0,i,!0)},e.wbg.__wbg___wbindgen_in_bb933bd9e1b3bc0f=function(n,t){return o(n)in o(t)},e.wbg.__wbg___wbindgen_is_function_ee8a6c5833c90377=function(n){return typeof o(n)=="function"},e.wbg.__wbg___wbindgen_is_object_c818261d21f283a4=function(n){let t=o(n);return typeof t=="object"&&t!==null},e.wbg.__wbg___wbindgen_is_string_fbb76cb2940daafd=function(n){return typeof o(n)=="string"},e.wbg.__wbg___wbindgen_is_undefined_2d472862bd29a478=function(n){return o(n)===void 0},e.wbg.__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147=function(n,t){return o(n)==o(t)},e.wbg.__wbg___wbindgen_number_get_a20bf9b85341449d=function(n,t){let r=o(t),i=typeof r=="number"?r:void 0;y().setFloat64(n+8*1,g(i)?0:i,!0),y().setInt32(n+4*0,!g(i),!0)},e.wbg.__wbg___wbindgen_string_get_e4f06c90489ad01b=function(n,t){let r=o(t),i=typeof r=="string"?r:void 0;var a=g(i)?0:b(i,s.__wbindgen_export,s.__wbindgen_export2),_=u;y().setInt32(n+4*1,_,!0),y().setInt32(n+4*0,a,!0)},e.wbg.__wbg___wbindgen_throw_b855445ff6a94295=function(n,t){throw new Error(O(n,t))},e.wbg.__wbg__wbg_cb_unref_2454a539ea5790d9=function(n){o(n)._wbg_cb_unref()},e.wbg.__wbg_arrayBuffer_5930938a049abc90=function(n){let t=o(n).arrayBuffer();return c(t)},e.wbg.__wbg_call_525440f72fbfc0ea=function(){return E(function(n,t,r){let i=o(n).call(o(t),o(r));return c(i)},arguments)},e.wbg.__wbg_call_e762c39fa8ea36bf=function(){return E(function(n,t){let r=o(n).call(o(t));return c(r)},arguments)},e.wbg.__wbg_done_2042aa2670fb1db1=function(n){return o(n).done},e.wbg.__wbg_entries_a1e792d46512c8bf=function(n){let t=o(n).entries();return c(t)},e.wbg.__wbg_entries_e171b586f8f6bdbf=function(n){let t=Object.entries(o(n));return c(t)},e.wbg.__wbg_from_a4ad7cbddd0d7135=function(n){let t=Array.from(o(n));return c(t)},e.wbg.__wbg_getDirectory_7e7a55f640412401=function(n){let t=o(n).getDirectory();return c(t)},e.wbg.__wbg_getFile_985459d958bb9dfe=function(n){let t=o(n).getFile();return c(t)},e.wbg.__wbg_get_7bed016f185add81=function(n,t){let r=o(n)[t>>>0];return c(r)},e.wbg.__wbg_get_with_ref_key_1dc361bd10053bfe=function(n,t){let r=o(n)[o(t)];return c(r)},e.wbg.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38=function(n){let t;try{t=o(n)instanceof ArrayBuffer}catch{t=!1}return t},e.wbg.__wbg_instanceof_FileSystemDirectoryHandle_7a17cc3353820fcf=function(n){let t;try{t=o(n)instanceof FileSystemDirectoryHandle}catch{t=!1}return t},e.wbg.__wbg_instanceof_FileSystemFileHandle_5730ec1d120983f4=function(n){let t;try{t=o(n)instanceof FileSystemFileHandle}catch{t=!1}return t},e.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98=function(n){let t;try{t=o(n)instanceof Uint8Array}catch{t=!1}return t},e.wbg.__wbg_instanceof_Window_4846dbb3de56c84c=function(n){let t;try{t=o(n)instanceof Window}catch{t=!1}return t},e.wbg.__wbg_length_69bca3cb64fc8748=function(n){return o(n).length},e.wbg.__wbg_length_cdd215e10d9dd507=function(n){return o(n).length},e.wbg.__wbg_navigator_971384882e8ea23a=function(n){let t=o(n).navigator;return c(t)},e.wbg.__wbg_new_1acc0b6eea89d040=function(){let n=new Object;return c(n)},e.wbg.__wbg_new_3c3d849046688a66=function(n,t){try{var r={a:n,b:t},i=(_,f)=>{let l=r.a;r.a=0;try{return Q(l,r.b,_,f)}finally{r.a=l}};let a=new Promise(i);return c(a)}finally{r.a=r.b=0}},e.wbg.__wbg_new_5a79be3ab53b8aa5=function(n){let t=new Uint8Array(o(n));return c(t)},e.wbg.__wbg_new_e17d9f43105b08be=function(){let n=new Array;return c(n)},e.wbg.__wbg_new_no_args_ee98eee5275000a4=function(n,t){let r=new Function(O(n,t));return c(r)},e.wbg.__wbg_next_eedaffcadc567b75=function(){return E(function(n){let t=o(n).next();return c(t)},arguments)},e.wbg.__wbg_prototypesetcall_2a6620b6922694b2=function(n,t,r){Uint8Array.prototype.set.call(C(n,t),o(r))},e.wbg.__wbg_queueMicrotask_34d692c25c47d05b=function(n){let t=o(n).queueMicrotask;return c(t)},e.wbg.__wbg_queueMicrotask_9d76cacb20c84d58=function(n){queueMicrotask(o(n))},e.wbg.__wbg_resolve_caf97c30b83f7053=function(n){let t=Promise.resolve(o(n));return c(t)},e.wbg.__wbg_set_3f1d0b984ed272ed=function(n,t,r){o(n)[d(t)]=d(r)},e.wbg.__wbg_set_c213c871859d6500=function(n,t,r){o(n)[t>>>0]=d(r)},e.wbg.__wbg_size_0a5a003dbf5dfee8=function(n){return o(n).size},e.wbg.__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e=function(){let n=typeof global>"u"?null:global;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac=function(){let n=typeof globalThis>"u"?null:globalThis;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_SELF_6fdf4b64710cc91b=function(){let n=typeof self>"u"?null:self;return g(n)?0:c(n)},e.wbg.__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2=function(){let n=typeof window>"u"?null:window;return g(n)?0:c(n)},e.wbg.__wbg_storage_3e7b84b6fbb9dd1c=function(n){let t=o(n).storage;return c(t)},e.wbg.__wbg_then_4f46f6544e6b4a28=function(n,t){let r=o(n).then(o(t));return c(r)},e.wbg.__wbg_then_70d05cf780a18d77=function(n,t,r){let i=o(n).then(o(t),o(r));return c(i)},e.wbg.__wbg_value_692627309814bb8c=function(n){let t=o(n).value;return c(t)},e.wbg.__wbindgen_cast_1e8790df2cc2adfe=function(n,t){let r=N(n,t,s.__wasm_bindgen_func_elem_2756,K);return c(r)},e.wbg.__wbindgen_cast_2241b6af4c4b2941=function(n,t){let r=O(n,t);return c(r)},e.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(n){return c(n)},e.wbg.__wbindgen_object_clone_ref=function(n){let t=o(n);return c(t)},e.wbg.__wbindgen_object_drop_ref=function(n){d(n)},e}function V(e,n){return s=e.exports,k.__wbindgen_wasm_module=n,p=null,m=null,s}function te(e){if(s!==void 0)return s;typeof e<"u"&&(Object.getPrototypeOf(e)===Object.prototype?{module:e}=e:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));let n=T();e instanceof WebAssembly.Module||(e=new WebAssembly.Module(e));let t=new WebAssembly.Instance(e,n);return V(t,e)}async function k(e){if(s!==void 0)return s;typeof e<"u"&&(Object.getPrototypeOf(e)===Object.prototype?{module_or_path:e}=e:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof e>"u"&&(e=new URL("mq_wasm_bg.wasm",import.meta.url));let n=T();(typeof e=="string"||typeof Request=="function"&&e instanceof Request||typeof URL=="function"&&e instanceof URL)&&(e=fetch(e));let{instance:t,module:r}=await ne(await e,n);return V(t,r)}var s,m,D,z,W,w,x,u,A,p,I,Z,S,ee,R,P=q(()=>{"use strict";m=null;D=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});D.decode();z=2146435072,W=0;w=new Array(128).fill(void 0);w.push(void 0,null,!0,!1);x=w.length;u=0,A=new TextEncoder;"encodeInto"in A||(A.encodeInto=function(e,n){let t=A.encode(e);return n.set(t),{read:e.length,written:t.length}});p=null;I=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>e.dtor(e.a,e.b));Z=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>s.__wbg_runoptions_free(e>>>0,1)),S=class{__destroy_into_raw(){let n=this.__wbg_ptr;return this.__wbg_ptr=0,Z.unregister(this),n}free(){let n=this.__destroy_into_raw();s.__wbg_runoptions_free(n,0)}};Symbol.dispose&&(S.prototype[Symbol.dispose]=S.prototype.free);ee=new Set(["basic","cors","default"]);R=k});P();var j=null;async function F(){return j||(await(async()=>{try{await R();let e=await Promise.resolve().then(()=>(P(),U));j={run:e.run,toAst:e.toAst,format:e.format,diagnostics:e.diagnostics,definedValues:e.definedValues}}catch(e){throw new Error(`Failed to initialize mq WebAssembly module: ${e}`)}})(),j)}async function re(e,n,t={}){return await(await F()).run(e,n,{isUpdate:!1,inputFormat:"markdown",listStyle:"dash",linkUrlStyle:"none",linkTitleStyle:"paren",...t})}async function ie(e){return await(await F()).toAst(e)}async function oe(e){return await(await F()).format(e)}async function se(e){return await(await F()).diagnostics(e)}async function ce(e,n){return await(await F()).definedValues(e,n)}export{ce as definedValues,se as diagnostics,oe as format,re as run,ie as toAst};
package/dist/mq_wasm.js CHANGED
@@ -179,6 +179,14 @@ function debugString(val) {
179
179
  return className;
180
180
  }
181
181
 
182
+ function handleError(f, args) {
183
+ try {
184
+ return f.apply(this, args);
185
+ } catch (e) {
186
+ wasm.__wbindgen_export3(addHeapObject(e));
187
+ }
188
+ }
189
+
182
190
  function getArrayU8FromWasm0(ptr, len) {
183
191
  ptr = ptr >>> 0;
184
192
  return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
@@ -195,106 +203,78 @@ function takeObject(idx) {
195
203
  dropObject(idx);
196
204
  return ret;
197
205
  }
206
+
207
+ const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
208
+ ? { register: () => {}, unregister: () => {} }
209
+ : new FinalizationRegistry(state => state.dtor(state.a, state.b));
210
+
211
+ function makeMutClosure(arg0, arg1, dtor, f) {
212
+ const state = { a: arg0, b: arg1, cnt: 1, dtor };
213
+ const real = (...args) => {
214
+
215
+ // First up with a closure we increment the internal reference
216
+ // count. This ensures that the Rust closure environment won't
217
+ // be deallocated while we're invoking it.
218
+ state.cnt++;
219
+ const a = state.a;
220
+ state.a = 0;
221
+ try {
222
+ return f(a, state.b, ...args);
223
+ } finally {
224
+ state.a = a;
225
+ real._wbg_cb_unref();
226
+ }
227
+ };
228
+ real._wbg_cb_unref = () => {
229
+ if (--state.cnt === 0) {
230
+ state.dtor(state.a, state.b);
231
+ state.a = 0;
232
+ CLOSURE_DTORS.unregister(state);
233
+ }
234
+ };
235
+ CLOSURE_DTORS.register(real, state, state);
236
+ return real;
237
+ }
198
238
  /**
199
239
  * @param {string} code
200
240
  * @param {string} content
201
241
  * @param {any} options
202
- * @returns {string}
242
+ * @returns {Promise<string>}
203
243
  */
204
244
  export function run(code, content, options) {
205
- let deferred4_0;
206
- let deferred4_1;
207
- try {
208
- const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
209
- const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
210
- const len0 = WASM_VECTOR_LEN;
211
- const ptr1 = passStringToWasm0(content, wasm.__wbindgen_export, wasm.__wbindgen_export2);
212
- const len1 = WASM_VECTOR_LEN;
213
- wasm.run(retptr, ptr0, len0, ptr1, len1, addHeapObject(options));
214
- var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
215
- var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
216
- var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
217
- var r3 = getDataViewMemory0().getInt32(retptr + 4 * 3, true);
218
- var ptr3 = r0;
219
- var len3 = r1;
220
- if (r3) {
221
- ptr3 = 0; len3 = 0;
222
- throw takeObject(r2);
223
- }
224
- deferred4_0 = ptr3;
225
- deferred4_1 = len3;
226
- return getStringFromWasm0(ptr3, len3);
227
- } finally {
228
- wasm.__wbindgen_add_to_stack_pointer(16);
229
- wasm.__wbindgen_export3(deferred4_0, deferred4_1, 1);
230
- }
245
+ const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
246
+ const len0 = WASM_VECTOR_LEN;
247
+ const ptr1 = passStringToWasm0(content, wasm.__wbindgen_export, wasm.__wbindgen_export2);
248
+ const len1 = WASM_VECTOR_LEN;
249
+ const ret = wasm.run(ptr0, len0, ptr1, len1, addHeapObject(options));
250
+ return takeObject(ret);
231
251
  }
232
252
 
233
253
  /**
234
254
  * @param {string} code
235
- * @returns {string}
255
+ * @returns {Promise<string>}
236
256
  */
237
257
  export function toAst(code) {
238
- let deferred3_0;
239
- let deferred3_1;
240
- try {
241
- const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
242
- const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
243
- const len0 = WASM_VECTOR_LEN;
244
- wasm.toAst(retptr, ptr0, len0);
245
- var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
246
- var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
247
- var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
248
- var r3 = getDataViewMemory0().getInt32(retptr + 4 * 3, true);
249
- var ptr2 = r0;
250
- var len2 = r1;
251
- if (r3) {
252
- ptr2 = 0; len2 = 0;
253
- throw takeObject(r2);
254
- }
255
- deferred3_0 = ptr2;
256
- deferred3_1 = len2;
257
- return getStringFromWasm0(ptr2, len2);
258
- } finally {
259
- wasm.__wbindgen_add_to_stack_pointer(16);
260
- wasm.__wbindgen_export3(deferred3_0, deferred3_1, 1);
261
- }
258
+ const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
259
+ const len0 = WASM_VECTOR_LEN;
260
+ const ret = wasm.toAst(ptr0, len0);
261
+ return takeObject(ret);
262
262
  }
263
263
 
264
264
  /**
265
265
  * @param {string} code
266
- * @returns {string}
266
+ * @returns {Promise<string>}
267
267
  */
268
268
  export function format(code) {
269
- let deferred3_0;
270
- let deferred3_1;
271
- try {
272
- const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
273
- const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
274
- const len0 = WASM_VECTOR_LEN;
275
- wasm.format(retptr, ptr0, len0);
276
- var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
277
- var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
278
- var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
279
- var r3 = getDataViewMemory0().getInt32(retptr + 4 * 3, true);
280
- var ptr2 = r0;
281
- var len2 = r1;
282
- if (r3) {
283
- ptr2 = 0; len2 = 0;
284
- throw takeObject(r2);
285
- }
286
- deferred3_0 = ptr2;
287
- deferred3_1 = len2;
288
- return getStringFromWasm0(ptr2, len2);
289
- } finally {
290
- wasm.__wbindgen_add_to_stack_pointer(16);
291
- wasm.__wbindgen_export3(deferred3_0, deferred3_1, 1);
292
- }
269
+ const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
270
+ const len0 = WASM_VECTOR_LEN;
271
+ const ret = wasm.format(ptr0, len0);
272
+ return takeObject(ret);
293
273
  }
294
274
 
295
275
  /**
296
276
  * @param {string} code
297
- * @returns {any}
277
+ * @returns {Promise<any>}
298
278
  */
299
279
  export function diagnostics(code) {
300
280
  const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
@@ -306,26 +286,23 @@ export function diagnostics(code) {
306
286
  /**
307
287
  * @param {string} code
308
288
  * @param {string | null} [module]
309
- * @returns {any}
289
+ * @returns {Promise<any>}
310
290
  */
311
291
  export function definedValues(code, module) {
312
- try {
313
- const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
314
- const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
315
- const len0 = WASM_VECTOR_LEN;
316
- var ptr1 = isLikeNone(module) ? 0 : passStringToWasm0(module, wasm.__wbindgen_export, wasm.__wbindgen_export2);
317
- var len1 = WASM_VECTOR_LEN;
318
- wasm.definedValues(retptr, ptr0, len0, ptr1, len1);
319
- var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
320
- var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
321
- var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
322
- if (r2) {
323
- throw takeObject(r1);
324
- }
325
- return takeObject(r0);
326
- } finally {
327
- wasm.__wbindgen_add_to_stack_pointer(16);
328
- }
292
+ const ptr0 = passStringToWasm0(code, wasm.__wbindgen_export, wasm.__wbindgen_export2);
293
+ const len0 = WASM_VECTOR_LEN;
294
+ var ptr1 = isLikeNone(module) ? 0 : passStringToWasm0(module, wasm.__wbindgen_export, wasm.__wbindgen_export2);
295
+ var len1 = WASM_VECTOR_LEN;
296
+ const ret = wasm.definedValues(ptr0, len0, ptr1, len1);
297
+ return takeObject(ret);
298
+ }
299
+
300
+ function __wasm_bindgen_func_elem_2757(arg0, arg1, arg2) {
301
+ wasm.__wasm_bindgen_func_elem_2757(arg0, arg1, addHeapObject(arg2));
302
+ }
303
+
304
+ function __wasm_bindgen_func_elem_722(arg0, arg1, arg2, arg3) {
305
+ wasm.__wasm_bindgen_func_elem_722(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
329
306
  }
330
307
 
331
308
  const RunOptionsFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -413,6 +390,10 @@ function __wbg_get_imports() {
413
390
  const ret = getObject(arg0) in getObject(arg1);
414
391
  return ret;
415
392
  };
393
+ imports.wbg.__wbg___wbindgen_is_function_ee8a6c5833c90377 = function(arg0) {
394
+ const ret = typeof(getObject(arg0)) === 'function';
395
+ return ret;
396
+ };
416
397
  imports.wbg.__wbg___wbindgen_is_object_c818261d21f283a4 = function(arg0) {
417
398
  const val = getObject(arg0);
418
399
  const ret = typeof(val) === 'object' && val !== null;
@@ -447,10 +428,45 @@ function __wbg_get_imports() {
447
428
  imports.wbg.__wbg___wbindgen_throw_b855445ff6a94295 = function(arg0, arg1) {
448
429
  throw new Error(getStringFromWasm0(arg0, arg1));
449
430
  };
431
+ imports.wbg.__wbg__wbg_cb_unref_2454a539ea5790d9 = function(arg0) {
432
+ getObject(arg0)._wbg_cb_unref();
433
+ };
434
+ imports.wbg.__wbg_arrayBuffer_5930938a049abc90 = function(arg0) {
435
+ const ret = getObject(arg0).arrayBuffer();
436
+ return addHeapObject(ret);
437
+ };
438
+ imports.wbg.__wbg_call_525440f72fbfc0ea = function() { return handleError(function (arg0, arg1, arg2) {
439
+ const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
440
+ return addHeapObject(ret);
441
+ }, arguments) };
442
+ imports.wbg.__wbg_call_e762c39fa8ea36bf = function() { return handleError(function (arg0, arg1) {
443
+ const ret = getObject(arg0).call(getObject(arg1));
444
+ return addHeapObject(ret);
445
+ }, arguments) };
446
+ imports.wbg.__wbg_done_2042aa2670fb1db1 = function(arg0) {
447
+ const ret = getObject(arg0).done;
448
+ return ret;
449
+ };
450
+ imports.wbg.__wbg_entries_a1e792d46512c8bf = function(arg0) {
451
+ const ret = getObject(arg0).entries();
452
+ return addHeapObject(ret);
453
+ };
450
454
  imports.wbg.__wbg_entries_e171b586f8f6bdbf = function(arg0) {
451
455
  const ret = Object.entries(getObject(arg0));
452
456
  return addHeapObject(ret);
453
457
  };
458
+ imports.wbg.__wbg_from_a4ad7cbddd0d7135 = function(arg0) {
459
+ const ret = Array.from(getObject(arg0));
460
+ return addHeapObject(ret);
461
+ };
462
+ imports.wbg.__wbg_getDirectory_7e7a55f640412401 = function(arg0) {
463
+ const ret = getObject(arg0).getDirectory();
464
+ return addHeapObject(ret);
465
+ };
466
+ imports.wbg.__wbg_getFile_985459d958bb9dfe = function(arg0) {
467
+ const ret = getObject(arg0).getFile();
468
+ return addHeapObject(ret);
469
+ };
454
470
  imports.wbg.__wbg_get_7bed016f185add81 = function(arg0, arg1) {
455
471
  const ret = getObject(arg0)[arg1 >>> 0];
456
472
  return addHeapObject(ret);
@@ -469,6 +485,26 @@ function __wbg_get_imports() {
469
485
  const ret = result;
470
486
  return ret;
471
487
  };
488
+ imports.wbg.__wbg_instanceof_FileSystemDirectoryHandle_7a17cc3353820fcf = function(arg0) {
489
+ let result;
490
+ try {
491
+ result = getObject(arg0) instanceof FileSystemDirectoryHandle;
492
+ } catch (_) {
493
+ result = false;
494
+ }
495
+ const ret = result;
496
+ return ret;
497
+ };
498
+ imports.wbg.__wbg_instanceof_FileSystemFileHandle_5730ec1d120983f4 = function(arg0) {
499
+ let result;
500
+ try {
501
+ result = getObject(arg0) instanceof FileSystemFileHandle;
502
+ } catch (_) {
503
+ result = false;
504
+ }
505
+ const ret = result;
506
+ return ret;
507
+ };
472
508
  imports.wbg.__wbg_instanceof_Uint8Array_20c8e73002f7af98 = function(arg0) {
473
509
  let result;
474
510
  try {
@@ -479,6 +515,16 @@ function __wbg_get_imports() {
479
515
  const ret = result;
480
516
  return ret;
481
517
  };
518
+ imports.wbg.__wbg_instanceof_Window_4846dbb3de56c84c = function(arg0) {
519
+ let result;
520
+ try {
521
+ result = getObject(arg0) instanceof Window;
522
+ } catch (_) {
523
+ result = false;
524
+ }
525
+ const ret = result;
526
+ return ret;
527
+ };
482
528
  imports.wbg.__wbg_length_69bca3cb64fc8748 = function(arg0) {
483
529
  const ret = getObject(arg0).length;
484
530
  return ret;
@@ -487,10 +533,32 @@ function __wbg_get_imports() {
487
533
  const ret = getObject(arg0).length;
488
534
  return ret;
489
535
  };
536
+ imports.wbg.__wbg_navigator_971384882e8ea23a = function(arg0) {
537
+ const ret = getObject(arg0).navigator;
538
+ return addHeapObject(ret);
539
+ };
490
540
  imports.wbg.__wbg_new_1acc0b6eea89d040 = function() {
491
541
  const ret = new Object();
492
542
  return addHeapObject(ret);
493
543
  };
544
+ imports.wbg.__wbg_new_3c3d849046688a66 = function(arg0, arg1) {
545
+ try {
546
+ var state0 = {a: arg0, b: arg1};
547
+ var cb0 = (arg0, arg1) => {
548
+ const a = state0.a;
549
+ state0.a = 0;
550
+ try {
551
+ return __wasm_bindgen_func_elem_722(a, state0.b, arg0, arg1);
552
+ } finally {
553
+ state0.a = a;
554
+ }
555
+ };
556
+ const ret = new Promise(cb0);
557
+ return addHeapObject(ret);
558
+ } finally {
559
+ state0.a = state0.b = 0;
560
+ }
561
+ };
494
562
  imports.wbg.__wbg_new_5a79be3ab53b8aa5 = function(arg0) {
495
563
  const ret = new Uint8Array(getObject(arg0));
496
564
  return addHeapObject(ret);
@@ -499,15 +567,75 @@ function __wbg_get_imports() {
499
567
  const ret = new Array();
500
568
  return addHeapObject(ret);
501
569
  };
570
+ imports.wbg.__wbg_new_no_args_ee98eee5275000a4 = function(arg0, arg1) {
571
+ const ret = new Function(getStringFromWasm0(arg0, arg1));
572
+ return addHeapObject(ret);
573
+ };
574
+ imports.wbg.__wbg_next_eedaffcadc567b75 = function() { return handleError(function (arg0) {
575
+ const ret = getObject(arg0).next();
576
+ return addHeapObject(ret);
577
+ }, arguments) };
502
578
  imports.wbg.__wbg_prototypesetcall_2a6620b6922694b2 = function(arg0, arg1, arg2) {
503
579
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
504
580
  };
581
+ imports.wbg.__wbg_queueMicrotask_34d692c25c47d05b = function(arg0) {
582
+ const ret = getObject(arg0).queueMicrotask;
583
+ return addHeapObject(ret);
584
+ };
585
+ imports.wbg.__wbg_queueMicrotask_9d76cacb20c84d58 = function(arg0) {
586
+ queueMicrotask(getObject(arg0));
587
+ };
588
+ imports.wbg.__wbg_resolve_caf97c30b83f7053 = function(arg0) {
589
+ const ret = Promise.resolve(getObject(arg0));
590
+ return addHeapObject(ret);
591
+ };
505
592
  imports.wbg.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
506
593
  getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
507
594
  };
508
595
  imports.wbg.__wbg_set_c213c871859d6500 = function(arg0, arg1, arg2) {
509
596
  getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
510
597
  };
598
+ imports.wbg.__wbg_size_0a5a003dbf5dfee8 = function(arg0) {
599
+ const ret = getObject(arg0).size;
600
+ return ret;
601
+ };
602
+ imports.wbg.__wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e = function() {
603
+ const ret = typeof global === 'undefined' ? null : global;
604
+ return isLikeNone(ret) ? 0 : addHeapObject(ret);
605
+ };
606
+ imports.wbg.__wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac = function() {
607
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
608
+ return isLikeNone(ret) ? 0 : addHeapObject(ret);
609
+ };
610
+ imports.wbg.__wbg_static_accessor_SELF_6fdf4b64710cc91b = function() {
611
+ const ret = typeof self === 'undefined' ? null : self;
612
+ return isLikeNone(ret) ? 0 : addHeapObject(ret);
613
+ };
614
+ imports.wbg.__wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2 = function() {
615
+ const ret = typeof window === 'undefined' ? null : window;
616
+ return isLikeNone(ret) ? 0 : addHeapObject(ret);
617
+ };
618
+ imports.wbg.__wbg_storage_3e7b84b6fbb9dd1c = function(arg0) {
619
+ const ret = getObject(arg0).storage;
620
+ return addHeapObject(ret);
621
+ };
622
+ imports.wbg.__wbg_then_4f46f6544e6b4a28 = function(arg0, arg1) {
623
+ const ret = getObject(arg0).then(getObject(arg1));
624
+ return addHeapObject(ret);
625
+ };
626
+ imports.wbg.__wbg_then_70d05cf780a18d77 = function(arg0, arg1, arg2) {
627
+ const ret = getObject(arg0).then(getObject(arg1), getObject(arg2));
628
+ return addHeapObject(ret);
629
+ };
630
+ imports.wbg.__wbg_value_692627309814bb8c = function(arg0) {
631
+ const ret = getObject(arg0).value;
632
+ return addHeapObject(ret);
633
+ };
634
+ imports.wbg.__wbindgen_cast_1e8790df2cc2adfe = function(arg0, arg1) {
635
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 257, function: Function { arguments: [Externref], shim_idx: 258, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
636
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_2756, __wasm_bindgen_func_elem_2757);
637
+ return addHeapObject(ret);
638
+ };
511
639
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
512
640
  // Cast intrinsic for `Ref(String) -> Externref`.
513
641
  const ret = getStringFromWasm0(arg0, arg1);
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mq-web",
3
3
  "description": "A jq-like command-line tool for Markdown processing",
4
- "version": "0.5.0",
4
+ "version": "0.5.2",
5
5
  "author": "harehare",
6
6
  "license": "MIT",
7
7
  "bugs": {