arize-phoenix 4.14.1__py3-none-any.whl → 4.16.0__py3-none-any.whl
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.
Potentially problematic release.
This version of arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-4.14.1.dist-info → arize_phoenix-4.16.0.dist-info}/METADATA +5 -3
- {arize_phoenix-4.14.1.dist-info → arize_phoenix-4.16.0.dist-info}/RECORD +81 -71
- phoenix/db/bulk_inserter.py +131 -5
- phoenix/db/engines.py +2 -1
- phoenix/db/helpers.py +23 -1
- phoenix/db/insertion/constants.py +2 -0
- phoenix/db/insertion/document_annotation.py +157 -0
- phoenix/db/insertion/helpers.py +13 -0
- phoenix/db/insertion/span_annotation.py +144 -0
- phoenix/db/insertion/trace_annotation.py +144 -0
- phoenix/db/insertion/types.py +261 -0
- phoenix/experiments/functions.py +3 -2
- phoenix/experiments/types.py +3 -3
- phoenix/server/api/context.py +7 -9
- phoenix/server/api/dataloaders/__init__.py +2 -0
- phoenix/server/api/dataloaders/average_experiment_run_latency.py +3 -3
- phoenix/server/api/dataloaders/dataset_example_revisions.py +2 -4
- phoenix/server/api/dataloaders/dataset_example_spans.py +2 -4
- phoenix/server/api/dataloaders/document_evaluation_summaries.py +2 -4
- phoenix/server/api/dataloaders/document_evaluations.py +2 -4
- phoenix/server/api/dataloaders/document_retrieval_metrics.py +2 -4
- phoenix/server/api/dataloaders/evaluation_summaries.py +2 -4
- phoenix/server/api/dataloaders/experiment_annotation_summaries.py +2 -4
- phoenix/server/api/dataloaders/experiment_error_rates.py +2 -4
- phoenix/server/api/dataloaders/experiment_run_counts.py +2 -4
- phoenix/server/api/dataloaders/experiment_sequence_number.py +2 -4
- phoenix/server/api/dataloaders/latency_ms_quantile.py +2 -3
- phoenix/server/api/dataloaders/min_start_or_max_end_times.py +2 -4
- phoenix/server/api/dataloaders/project_by_name.py +3 -3
- phoenix/server/api/dataloaders/record_counts.py +2 -4
- phoenix/server/api/dataloaders/span_annotations.py +2 -4
- phoenix/server/api/dataloaders/span_dataset_examples.py +36 -0
- phoenix/server/api/dataloaders/span_descendants.py +2 -4
- phoenix/server/api/dataloaders/span_evaluations.py +2 -4
- phoenix/server/api/dataloaders/span_projects.py +3 -3
- phoenix/server/api/dataloaders/token_counts.py +2 -4
- phoenix/server/api/dataloaders/trace_evaluations.py +2 -4
- phoenix/server/api/dataloaders/trace_row_ids.py +2 -4
- phoenix/server/api/input_types/SpanAnnotationSort.py +17 -0
- phoenix/server/api/input_types/TraceAnnotationSort.py +17 -0
- phoenix/server/api/mutations/span_annotations_mutations.py +8 -3
- phoenix/server/api/mutations/trace_annotations_mutations.py +8 -3
- phoenix/server/api/openapi/main.py +18 -2
- phoenix/server/api/openapi/schema.py +12 -12
- phoenix/server/api/routers/v1/__init__.py +36 -83
- phoenix/server/api/routers/v1/datasets.py +515 -509
- phoenix/server/api/routers/v1/evaluations.py +164 -73
- phoenix/server/api/routers/v1/experiment_evaluations.py +68 -91
- phoenix/server/api/routers/v1/experiment_runs.py +98 -155
- phoenix/server/api/routers/v1/experiments.py +132 -181
- phoenix/server/api/routers/v1/pydantic_compat.py +78 -0
- phoenix/server/api/routers/v1/spans.py +164 -203
- phoenix/server/api/routers/v1/traces.py +134 -159
- phoenix/server/api/routers/v1/utils.py +95 -0
- phoenix/server/api/types/Span.py +27 -3
- phoenix/server/api/types/Trace.py +21 -4
- phoenix/server/api/utils.py +4 -4
- phoenix/server/app.py +172 -192
- phoenix/server/grpc_server.py +2 -2
- phoenix/server/main.py +5 -9
- phoenix/server/static/.vite/manifest.json +31 -31
- phoenix/server/static/assets/components-Ci5kMOk5.js +1175 -0
- phoenix/server/static/assets/{index-CQgXRwU0.js → index-BQG5WVX7.js} +2 -2
- phoenix/server/static/assets/{pages-hdjlFZhO.js → pages-BrevprVW.js} +451 -275
- phoenix/server/static/assets/{vendor-DPvSDRn3.js → vendor-CP0b0YG0.js} +2 -2
- phoenix/server/static/assets/{vendor-arizeai-CkvPT67c.js → vendor-arizeai-DTbiPGp6.js} +27 -27
- phoenix/server/static/assets/vendor-codemirror-DtdPDzrv.js +15 -0
- phoenix/server/static/assets/{vendor-recharts-5jlNaZuF.js → vendor-recharts-A0DA1O99.js} +1 -1
- phoenix/server/thread_server.py +2 -2
- phoenix/server/types.py +18 -0
- phoenix/session/client.py +5 -3
- phoenix/session/session.py +2 -2
- phoenix/trace/dsl/filter.py +2 -6
- phoenix/trace/fixtures.py +17 -23
- phoenix/trace/utils.py +23 -0
- phoenix/utilities/client.py +116 -0
- phoenix/utilities/project.py +1 -1
- phoenix/version.py +1 -1
- phoenix/server/api/routers/v1/dataset_examples.py +0 -178
- phoenix/server/openapi/docs.py +0 -221
- phoenix/server/static/assets/components-DeS0YEmv.js +0 -1142
- phoenix/server/static/assets/vendor-codemirror-Cqwpwlua.js +0 -12
- {arize_phoenix-4.14.1.dist-info → arize_phoenix-4.16.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-4.14.1.dist-info → arize_phoenix-4.16.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-4.14.1.dist-info → arize_phoenix-4.16.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -611,7 +611,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
611
611
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function MH(e,t){if(e){if(typeof e=="string")return tP(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return tP(e,t)}}function tP(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function sze(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,a,o,l=[],s=!0,u=!1;try{if(a=(n=n.call(e)).next,t!==0)for(;!(s=(r=a.call(n)).done)&&(l.push(r.value),l.length!==t);s=!0);}catch(c){u=!0,i=c}finally{try{if(!s&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(u)throw i}}return l}}function uze(e){if(Array.isArray(e))return e}var b_=function(t,n,r){return t+(n-t)*r},nP=function(t){var n=t.from,r=t.to;return n!==r},cze=function e(t,n,r){var i=Ap(function(a,o){if(nP(o)){var l=t(o.from,o.to,o.velocity),s=oze(l,2),u=s[0],c=s[1];return sr(sr({},o),{},{from:u,velocity:c})}return o},n);return r<1?Ap(function(a,o){return nP(o)?sr(sr({},o),{},{velocity:b_(o.velocity,i[a].velocity,r),from:b_(o.from,i[a].from,r)}):o},n):e(t,i,r-1)};const fze=function(e,t,n,r,i){var a=U5e(e,t),o=a.reduce(function(S,y){return sr(sr({},S),{},eP({},y,[e[y],t[y]]))},{}),l=a.reduce(function(S,y){return sr(sr({},S),{},eP({},y,{from:e[y],velocity:0,to:t[y]}))},{}),s=-1,u,c,f=function(){return null},p=function(){return Ap(function(y,b){return b.from},l)},g=function(){return!Object.values(l).filter(nP).length},v=function(y){u||(u=y);var b=y-u,O=b/n.dt;l=cze(n,l,O),i(sr(sr(sr({},e),t),p())),u=y,g()||(s=requestAnimationFrame(f))},m=function(y){c||(c=y);var b=(y-c)/r,O=Ap(function(P,w){return b_.apply(void 0,GN(w).concat([n(b)]))},o);if(i(sr(sr(sr({},e),t),O)),b<1)s=requestAnimationFrame(f);else{var R=Ap(function(P,w){return b_.apply(void 0,GN(w).concat([n(1)]))},o);i(sr(sr(sr({},e),t),R))}};return f=n.isStepper?v:m,function(){return requestAnimationFrame(f),function(){cancelAnimationFrame(s)}}};function Od(e){"@babel/helpers - typeof";return Od=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Od(e)}var dze=["children","begin","duration","attributeName","easing","isActive","steps","from","to","canBegin","onAnimationEnd","shouldReAnimate","onAnimationReStart"];function hze(e,t){if(e==null)return{};var n=pze(e,t),r,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)r=a[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function pze(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function _w(e){return yze(e)||mze(e)||vze(e)||gze()}function gze(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
612
612
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vze(e,t){if(e){if(typeof e=="string")return rP(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rP(e,t)}}function mze(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function yze(e){if(Array.isArray(e))return rP(e)}function rP(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function XN(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Fa(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?XN(Object(n),!0).forEach(function(r){gp(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):XN(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function gp(e,t,n){return t=FH(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _ze(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sze(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,FH(r.key),r)}}function bze(e,t,n){return t&&Sze(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function FH(e){var t=Oze(e,"string");return Od(t)==="symbol"?t:String(t)}function Oze(e,t){if(Od(e)!=="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(Od(r)!=="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Eze(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&iP(e,t)}function iP(e,t){return iP=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,i){return r.__proto__=i,r},iP(e,t)}function wze(e){var t=xze();return function(){var r=O_(e),i;if(t){var a=O_(this).constructor;i=Reflect.construct(r,arguments,a)}else i=r.apply(this,arguments);return aP(this,i)}}function aP(e,t){if(t&&(Od(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return oP(e)}function oP(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xze(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function O_(e){return O_=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},O_(e)}var nk=function(e){Eze(n,e);var t=wze(n);function n(r,i){var a;_ze(this,n),a=t.call(this,r,i);var o=a.props,l=o.isActive,s=o.attributeName,u=o.from,c=o.to,f=o.steps,p=o.children,g=o.duration;if(a.handleStyleChange=a.handleStyleChange.bind(oP(a)),a.changeStyle=a.changeStyle.bind(oP(a)),!l||g<=0)return a.state={style:{}},typeof p=="function"&&(a.state={style:c}),aP(a);if(f&&f.length)a.state={style:f[0].style};else if(u){if(typeof p=="function")return a.state={style:u},aP(a);a.state={style:s?gp({},s,u):u}}else a.state={style:{}};return a}return bze(n,[{key:"componentDidMount",value:function(){var i=this.props,a=i.isActive,o=i.canBegin;this.mounted=!0,!(!a||!o)&&this.runAnimation(this.props)}},{key:"componentDidUpdate",value:function(i){var a=this.props,o=a.isActive,l=a.canBegin,s=a.attributeName,u=a.shouldReAnimate,c=a.to,f=a.from,p=this.state.style;if(l){if(!o){var g={style:s?gp({},s,c):c};this.state&&p&&(s&&p[s]!==c||!s&&p!==c)&&this.setState(g);return}if(!(k5e(i.to,c)&&i.canBegin&&i.isActive)){var v=!i.canBegin||!i.isActive;this.manager&&this.manager.stop(),this.stopJSAnimation&&this.stopJSAnimation();var m=v||u?f:i.to;if(this.state&&p){var S={style:s?gp({},s,m):m};(s&&p[s]!==m||!s&&p!==m)&&this.setState(S)}this.runAnimation(Fa(Fa({},this.props),{},{from:m,begin:0}))}}}},{key:"componentWillUnmount",value:function(){this.mounted=!1;var i=this.props.onAnimationEnd;this.unSubscribe&&this.unSubscribe(),this.manager&&(this.manager.stop(),this.manager=null),this.stopJSAnimation&&this.stopJSAnimation(),i&&i()}},{key:"handleStyleChange",value:function(i){this.changeStyle(i)}},{key:"changeStyle",value:function(i){this.mounted&&this.setState({style:i})}},{key:"runJSAnimation",value:function(i){var a=this,o=i.from,l=i.to,s=i.duration,u=i.easing,c=i.begin,f=i.onAnimationEnd,p=i.onAnimationStart,g=fze(o,l,eze(u),s,this.changeStyle),v=function(){a.stopJSAnimation=g()};this.manager.start([p,c,v,s,f])}},{key:"runStepAnimation",value:function(i){var a=this,o=i.steps,l=i.begin,s=i.onAnimationStart,u=o[0],c=u.style,f=u.duration,p=f===void 0?0:f,g=function(m,S,y){if(y===0)return m;var b=S.duration,O=S.easing,R=O===void 0?"ease":O,P=S.style,w=S.properties,I=S.onAnimationEnd,$=y>0?o[y-1]:S,M=w||Object.keys(P);if(typeof R=="function"||R==="spring")return[].concat(_w(m),[a.runJSAnimation.bind(a,{from:$.style,to:P,duration:b,easing:R}),b]);var C=HN(M,b,R),A=Fa(Fa(Fa({},$.style),P),{},{transition:C});return[].concat(_w(m),[A,b,I]).filter(V5e)};return this.manager.start([s].concat(_w(o.reduce(g,[c,Math.max(p,l)])),[i.onAnimationEnd]))}},{key:"runAnimation",value:function(i){this.manager||(this.manager=N5e());var a=i.begin,o=i.duration,l=i.attributeName,s=i.to,u=i.easing,c=i.onAnimationStart,f=i.onAnimationEnd,p=i.steps,g=i.children,v=this.manager;if(this.unSubscribe=v.subscribe(this.handleStyleChange),typeof u=="function"||typeof g=="function"||u==="spring"){this.runJSAnimation(i);return}if(p.length>1){this.runStepAnimation(i);return}var m=l?gp({},l,s):s,S=HN(Object.keys(m),o,u);v.start([c,a,Fa(Fa({},m),{},{transition:S}),o,f])}},{key:"render",value:function(){var i=this.props,a=i.children;i.begin;var o=i.duration;i.attributeName,i.easing;var l=i.isActive;i.steps,i.from,i.to,i.canBegin,i.onAnimationEnd,i.shouldReAnimate,i.onAnimationReStart;var s=hze(i,dze),u=T.Children.count(a),c=this.state.style;if(typeof a=="function")return a(c);if(!l||u===0||o<=0)return a;var f=function(g){var v=g.props,m=v.style,S=m===void 0?{}:m,y=v.className,b=T.cloneElement(g,Fa(Fa({},s),{},{style:Fa(Fa({},S),c),className:y}));return b};return u===1?f(T.Children.only(a)):he.createElement("div",null,T.Children.map(a,function(p){return f(p)}))}}]),n}(T.PureComponent);nk.displayName="Animate";nk.defaultProps={begin:0,duration:1e3,from:"",to:"",attributeName:"",easing:"ease",isActive:!0,canBegin:!0,steps:[],onAnimationEnd:function(){},onAnimationStart:function(){}};nk.propTypes={from:dt.oneOfType([dt.object,dt.string]),to:dt.oneOfType([dt.object,dt.string]),attributeName:dt.string,duration:dt.number,begin:dt.number,easing:dt.oneOfType([dt.string,dt.func]),steps:dt.arrayOf(dt.shape({duration:dt.number.isRequired,style:dt.object.isRequired,easing:dt.oneOfType([dt.oneOf(["ease","ease-in","ease-out","ease-in-out","linear"]),dt.func]),properties:dt.arrayOf("string"),onAnimationEnd:dt.func})),children:dt.oneOfType([dt.node,dt.func]),isActive:dt.bool,canBegin:dt.bool,onAnimationEnd:dt.func,shouldReAnimate:dt.bool,onAnimationStart:dt.func,onAnimationReStart:dt.func};dt.object,dt.object,dt.object,dt.element;dt.object,dt.object,dt.object,dt.oneOfType([dt.array,dt.element]),dt.any;var Rze=dS,Pze=OH,$ze=qo;function Tze(e,t){return e&&e.length?Rze(e,$ze(t),Pze):void 0}var Cze=Tze;const _Ke=St(Cze);var kze=dS,Ize=qo,Aze=EH;function Dze(e,t){return e&&e.length?kze(e,Ize(t),Aze):void 0}var Mze=Dze;const SKe=St(Mze);var Fze=HB,Lze=Fze(Object.getPrototypeOf,Object),Nze=Lze,zze=zl,Qze=Nze,Uze=Ql,Vze="[object Object]",jze=Function.prototype,qze=Object.prototype,LH=jze.toString,Bze=qze.hasOwnProperty,Hze=LH.call(Object);function Wze(e){if(!Uze(e)||zze(e)!=Vze)return!1;var t=Qze(e);if(t===null)return!0;var n=Bze.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&LH.call(n)==Hze}var Kze=Wze;const bKe=St(Kze);var Gze=zl,Yze=Ql,Xze="[object Boolean]";function Zze(e){return e===!0||e===!1||Yze(e)&&Gze(e)==Xze}var Jze=Zze;const OKe=St(Jze);var e6e=Math.ceil,t6e=Math.max;function n6e(e,t,n,r){for(var i=-1,a=t6e(e6e((t-e)/(n||1)),0),o=Array(a);a--;)o[r?a:++i]=e,e+=n;return o}var r6e=n6e,i6e=jq,ZN=1/0,a6e=17976931348623157e292;function o6e(e){if(!e)return e===0?e:0;if(e=i6e(e),e===ZN||e===-ZN){var t=e<0?-1:1;return t*a6e}return e===e?e:0}var NH=o6e,l6e=r6e,s6e=sS,Sw=NH;function u6e(e){return function(t,n,r){return r&&typeof r!="number"&&s6e(t,n,r)&&(n=r=void 0),t=Sw(t),n===void 0?(n=t,t=0):n=Sw(n),r=r===void 0?t<n?1:-1:Sw(r),l6e(t,n,r,e)}}var c6e=u6e,f6e=c6e,d6e=f6e(),h6e=d6e;const EKe=St(h6e);var p6e=jC;function g6e(e,t){var n;return p6e(e,function(r,i,a){return n=t(r,i,a),!n}),!!n}var v6e=g6e,m6e=NB,y6e=qo,_6e=v6e,S6e=xi,b6e=sS;function O6e(e,t,n){var r=S6e(e)?m6e:_6e;return n&&b6e(e,t,n)&&(t=void 0),r(e,y6e(t))}var E6e=O6e;const wKe=St(E6e);var JN=rH;function w6e(e,t,n){t=="__proto__"&&JN?JN(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var x6e=w6e,R6e=x6e,P6e=tH,$6e=qo;function T6e(e,t){var n={};return t=$6e(t),P6e(e,function(r,i,a){R6e(n,i,t(r,i,a))}),n}var C6e=T6e;const xKe=St(C6e);function k6e(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}var I6e=k6e,A6e=jC;function D6e(e,t){var n=!0;return A6e(e,function(r,i,a){return n=!!t(r,i,a),n}),n}var M6e=D6e,F6e=I6e,L6e=M6e,N6e=qo,z6e=xi,Q6e=sS;function U6e(e,t,n){var r=z6e(e)?F6e:L6e;return n&&Q6e(e,t,n)&&(t=void 0),r(e,N6e(t))}var V6e=U6e;const RKe=St(V6e);var j6e=qo,q6e=iv,B6e=lS;function H6e(e){return function(t,n,r){var i=Object(t);if(!q6e(t)){var a=j6e(n);t=B6e(t),n=function(l){return a(i[l],l,i)}}var o=e(t,n,r);return o>-1?i[a?t[o]:o]:void 0}}var W6e=H6e,K6e=NH;function G6e(e){var t=K6e(e),n=t%1;return t===t?n?t-n:t:0}var Y6e=G6e,X6e=ZB,Z6e=qo,J6e=Y6e,eQe=Math.max;function tQe(e,t,n){var r=e==null?0:e.length;if(!r)return-1;var i=n==null?0:J6e(n);return i<0&&(i=eQe(r+i,0)),X6e(e,Z6e(t),i)}var nQe=tQe,rQe=W6e,iQe=nQe,aQe=rQe(iQe),oQe=aQe;const PKe=St(oQe);var zH={exports:{}};(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function i(s,u,c){this.fn=s,this.context=u,this.once=c||!1}function a(s,u,c,f,p){if(typeof c!="function")throw new TypeError("The listener must be a function");var g=new i(c,f||s,p),v=n?n+u:u;return s._events[v]?s._events[v].fn?s._events[v]=[s._events[v],g]:s._events[v].push(g):(s._events[v]=g,s._eventsCount++),s}function o(s,u){--s._eventsCount===0?s._events=new r:delete s._events[u]}function l(){this._events=new r,this._eventsCount=0}l.prototype.eventNames=function(){var u=[],c,f;if(this._eventsCount===0)return u;for(f in c=this._events)t.call(c,f)&&u.push(n?f.slice(1):f);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(c)):u},l.prototype.listeners=function(u){var c=n?n+u:u,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var p=0,g=f.length,v=new Array(g);p<g;p++)v[p]=f[p].fn;return v},l.prototype.listenerCount=function(u){var c=n?n+u:u,f=this._events[c];return f?f.fn?1:f.length:0},l.prototype.emit=function(u,c,f,p,g,v){var m=n?n+u:u;if(!this._events[m])return!1;var S=this._events[m],y=arguments.length,b,O;if(S.fn){switch(S.once&&this.removeListener(u,S.fn,void 0,!0),y){case 1:return S.fn.call(S.context),!0;case 2:return S.fn.call(S.context,c),!0;case 3:return S.fn.call(S.context,c,f),!0;case 4:return S.fn.call(S.context,c,f,p),!0;case 5:return S.fn.call(S.context,c,f,p,g),!0;case 6:return S.fn.call(S.context,c,f,p,g,v),!0}for(O=1,b=new Array(y-1);O<y;O++)b[O-1]=arguments[O];S.fn.apply(S.context,b)}else{var R=S.length,P;for(O=0;O<R;O++)switch(S[O].once&&this.removeListener(u,S[O].fn,void 0,!0),y){case 1:S[O].fn.call(S[O].context);break;case 2:S[O].fn.call(S[O].context,c);break;case 3:S[O].fn.call(S[O].context,c,f);break;case 4:S[O].fn.call(S[O].context,c,f,p);break;default:if(!b)for(P=1,b=new Array(y-1);P<y;P++)b[P-1]=arguments[P];S[O].fn.apply(S[O].context,b)}}return!0},l.prototype.on=function(u,c,f){return a(this,u,c,f,!1)},l.prototype.once=function(u,c,f){return a(this,u,c,f,!0)},l.prototype.removeListener=function(u,c,f,p){var g=n?n+u:u;if(!this._events[g])return this;if(!c)return o(this,g),this;var v=this._events[g];if(v.fn)v.fn===c&&(!p||v.once)&&(!f||v.context===f)&&o(this,g);else{for(var m=0,S=[],y=v.length;m<y;m++)(v[m].fn!==c||p&&!v[m].once||f&&v[m].context!==f)&&S.push(v[m]);S.length?this._events[g]=S.length===1?S[0]:S:o(this,g)}return this},l.prototype.removeAllListeners=function(u){var c;return u?(c=n?n+u:u,this._events[c]&&o(this,c)):(this._events=new r,this._eventsCount=0),this},l.prototype.off=l.prototype.removeListener,l.prototype.addListener=l.prototype.on,l.prefixed=n,l.EventEmitter=l,e.exports=l})(zH);var lQe=zH.exports;const $Ke=St(lQe),QH=1024;let sQe=0;class bw{constructor(t,n){this.from=t,this.to=n}}class Jt{constructor(t={}){this.id=sQe++,this.perNode=!!t.perNode,this.deserialize=t.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")})}add(t){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return typeof t!="function"&&(t=Ga.match(t)),n=>{let r=t(n);return r===void 0?null:[this,r]}}}Jt.closedBy=new Jt({deserialize:e=>e.split(" ")});Jt.openedBy=new Jt({deserialize:e=>e.split(" ")});Jt.group=new Jt({deserialize:e=>e.split(" ")});Jt.isolate=new Jt({deserialize:e=>{if(e&&e!="rtl"&&e!="ltr"&&e!="auto")throw new RangeError("Invalid value for isolate: "+e);return e||"auto"}});Jt.contextHash=new Jt({perNode:!0});Jt.lookAhead=new Jt({perNode:!0});Jt.mounted=new Jt({perNode:!0});class E_{constructor(t,n,r){this.tree=t,this.overlay=n,this.parser=r}static get(t){return t&&t.props&&t.props[Jt.mounted.id]}}const uQe=Object.create(null);class Ga{constructor(t,n,r,i=0){this.name=t,this.props=n,this.id=r,this.flags=i}static define(t){let n=t.props&&t.props.length?Object.create(null):uQe,r=(t.top?1:0)|(t.skipped?2:0)|(t.error?4:0)|(t.name==null?8:0),i=new Ga(t.name||"",n,t.id,r);if(t.props){for(let a of t.props)if(Array.isArray(a)||(a=a(i)),a){if(a[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");n[a[0].id]=a[1]}}return i}prop(t){return this.props[t.id]}get isTop(){return(this.flags&1)>0}get isSkipped(){return(this.flags&2)>0}get isError(){return(this.flags&4)>0}get isAnonymous(){return(this.flags&8)>0}is(t){if(typeof t=="string"){if(this.name==t)return!0;let n=this.prop(Jt.group);return n?n.indexOf(t)>-1:!1}return this.id==t}static match(t){let n=Object.create(null);for(let r in t)for(let i of r.split(" "))n[i]=t[r];return r=>{for(let i=r.prop(Jt.group),a=-1;a<(i?i.length:0);a++){let o=n[a<0?r.name:i[a]];if(o)return o}}}}Ga.none=new Ga("",Object.create(null),0,8);class rk{constructor(t){this.types=t;for(let n=0;n<t.length;n++)if(t[n].id!=n)throw new RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...t){let n=[];for(let r of this.types){let i=null;for(let a of t){let o=a(r);o&&(i||(i=Object.assign({},r.props)),i[o[0].id]=o[1])}n.push(i?new Ga(r.name,i,r.id,r.flags):r)}return new rk(n)}}const vy=new WeakMap,e4=new WeakMap;var dr;(function(e){e[e.ExcludeBuffers=1]="ExcludeBuffers",e[e.IncludeAnonymous=2]="IncludeAnonymous",e[e.IgnoreMounts=4]="IgnoreMounts",e[e.IgnoreOverlays=8]="IgnoreOverlays"})(dr||(dr={}));class bi{constructor(t,n,r,i,a){if(this.type=t,this.children=n,this.positions=r,this.length=i,this.props=null,a&&a.length){this.props=Object.create(null);for(let[o,l]of a)this.props[typeof o=="number"?o:o.id]=l}}toString(){let t=E_.get(this);if(t&&!t.overlay)return t.tree.toString();let n="";for(let r of this.children){let i=r.toString();i&&(n&&(n+=","),n+=i)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(n.length?"("+n+")":""):n}cursor(t=0){return new sP(this.topNode,t)}cursorAt(t,n=0,r=0){let i=vy.get(this)||this.topNode,a=new sP(i);return a.moveTo(t,n),vy.set(this,a._tree),a}get topNode(){return new Oi(this,0,0,null)}resolve(t,n=0){let r=Rg(vy.get(this)||this.topNode,t,n,!1);return vy.set(this,r),r}resolveInner(t,n=0){let r=Rg(e4.get(this)||this.topNode,t,n,!0);return e4.set(this,r),r}resolveStack(t,n=0){return dQe(this,t,n)}iterate(t){let{enter:n,leave:r,from:i=0,to:a=this.length}=t,o=t.mode||0,l=(o&dr.IncludeAnonymous)>0;for(let s=this.cursor(o|dr.IncludeAnonymous);;){let u=!1;if(s.from<=a&&s.to>=i&&(!l&&s.type.isAnonymous||n(s)!==!1)){if(s.firstChild())continue;u=!0}for(;u&&r&&(l||!s.type.isAnonymous)&&r(s),!s.nextSibling();){if(!s.parent())return;u=!0}}}prop(t){return t.perNode?this.props?this.props[t.id]:void 0:this.type.prop(t)}get propValues(){let t=[];if(this.props)for(let n in this.props)t.push([+n,this.props[n]]);return t}balance(t={}){return this.children.length<=8?this:ok(Ga.none,this.children,this.positions,0,this.children.length,0,this.length,(n,r,i)=>new bi(this.type,n,r,i,this.propValues),t.makeTree||((n,r,i)=>new bi(Ga.none,n,r,i)))}static build(t){return hQe(t)}}bi.empty=new bi(Ga.none,[],[],0);class ik{constructor(t,n){this.buffer=t,this.index=n}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new ik(this.buffer,this.index)}}class Fs{constructor(t,n,r){this.buffer=t,this.length=n,this.set=r}get type(){return Ga.none}toString(){let t=[];for(let n=0;n<this.buffer.length;)t.push(this.childString(n)),n=this.buffer[n+3];return t.join(",")}childString(t){let n=this.buffer[t],r=this.buffer[t+3],i=this.set.types[n],a=i.name;if(/\W/.test(a)&&!i.isError&&(a=JSON.stringify(a)),t+=4,r==t)return a;let o=[];for(;t<r;)o.push(this.childString(t)),t=this.buffer[t+3];return a+"("+o.join(",")+")"}findChild(t,n,r,i,a){let{buffer:o}=this,l=-1;for(let s=t;s!=n&&!(UH(a,i,o[s+1],o[s+2])&&(l=s,r>0));s=o[s+3]);return l}slice(t,n,r){let i=this.buffer,a=new Uint16Array(n-t),o=0;for(let l=t,s=0;l<n;){a[s++]=i[l++],a[s++]=i[l++]-r;let u=a[s++]=i[l++]-r;a[s++]=i[l++]-t,o=Math.max(o,u)}return new Fs(a,o,this.set)}}function UH(e,t,n,r){switch(e){case-2:return n<t;case-1:return r>=t&&n<t;case 0:return n<t&&r>t;case 1:return n<=t&&r>t;case 2:return r>t;case 4:return!0}}function Rg(e,t,n,r){for(var i;e.from==e.to||(n<1?e.from>=t:e.from>t)||(n>-1?e.to<=t:e.to<t);){let o=!r&&e instanceof Oi&&e.index<0?null:e.parent;if(!o)return e;e=o}let a=r?0:dr.IgnoreOverlays;if(r)for(let o=e,l=o.parent;l;o=l,l=o.parent)o instanceof Oi&&o.index<0&&((i=l.enter(t,n,a))===null||i===void 0?void 0:i.from)!=o.from&&(e=l);for(;;){let o=e.enter(t,n,a);if(!o)return e;e=o}}class VH{cursor(t=0){return new sP(this,t)}getChild(t,n=null,r=null){let i=t4(this,t,n,r);return i.length?i[0]:null}getChildren(t,n=null,r=null){return t4(this,t,n,r)}resolve(t,n=0){return Rg(this,t,n,!1)}resolveInner(t,n=0){return Rg(this,t,n,!0)}matchContext(t){return lP(this,t)}enterUnfinishedNodesBefore(t){let n=this.childBefore(t),r=this;for(;n;){let i=n.lastChild;if(!i||i.to!=n.to)break;i.type.isError&&i.from==i.to?(r=n,n=i.prevSibling):n=i}return r}get node(){return this}get next(){return this.parent}}class Oi extends VH{constructor(t,n,r,i){super(),this._tree=t,this.from=n,this.index=r,this._parent=i}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(t,n,r,i,a=0){for(let o=this;;){for(let{children:l,positions:s}=o._tree,u=n>0?l.length:-1;t!=u;t+=n){let c=l[t],f=s[t]+o.from;if(UH(i,r,f,f+c.length)){if(c instanceof Fs){if(a&dr.ExcludeBuffers)continue;let p=c.findChild(0,c.buffer.length,n,r-f,i);if(p>-1)return new Io(new cQe(o,c,t,f),null,p)}else if(a&dr.IncludeAnonymous||!c.type.isAnonymous||ak(c)){let p;if(!(a&dr.IgnoreMounts)&&(p=E_.get(c))&&!p.overlay)return new Oi(p.tree,f,t,o);let g=new Oi(c,f,t,o);return a&dr.IncludeAnonymous||!g.type.isAnonymous?g:g.nextChild(n<0?c.children.length-1:0,n,r,i)}}}if(a&dr.IncludeAnonymous||!o.type.isAnonymous||(o.index>=0?t=o.index+n:t=n<0?-1:o._parent._tree.children.length,o=o._parent,!o))return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(t){return this.nextChild(0,1,t,2)}childBefore(t){return this.nextChild(this._tree.children.length-1,-1,t,-2)}enter(t,n,r=0){let i;if(!(r&dr.IgnoreOverlays)&&(i=E_.get(this._tree))&&i.overlay){let a=t-this.from;for(let{from:o,to:l}of i.overlay)if((n>0?o<=a:o<a)&&(n<0?l>=a:l>a))return new Oi(i.tree,i.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,t,n,r)}nextSignificantParent(){let t=this;for(;t.type.isAnonymous&&t._parent;)t=t._parent;return t}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function t4(e,t,n,r){let i=e.cursor(),a=[];if(!i.firstChild())return a;if(n!=null){for(let o=!1;!o;)if(o=i.type.is(n),!i.nextSibling())return a}for(;;){if(r!=null&&i.type.is(r))return a;if(i.type.is(t)&&a.push(i.node),!i.nextSibling())return r==null?a:[]}}function lP(e,t,n=t.length-1){for(let r=e.parent;n>=0;r=r.parent){if(!r)return!1;if(!r.type.isAnonymous){if(t[n]&&t[n]!=r.name)return!1;n--}}return!0}class cQe{constructor(t,n,r,i){this.parent=t,this.buffer=n,this.index=r,this.start=i}}class Io extends VH{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(t,n,r){super(),this.context=t,this._parent=n,this.index=r,this.type=t.buffer.set.types[t.buffer.buffer[r]]}child(t,n,r){let{buffer:i}=this.context,a=i.findChild(this.index+4,i.buffer[this.index+3],t,n-this.context.start,r);return a<0?null:new Io(this.context,this,a)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(t){return this.child(1,t,2)}childBefore(t){return this.child(-1,t,-2)}enter(t,n,r=0){if(r&dr.ExcludeBuffers)return null;let{buffer:i}=this.context,a=i.findChild(this.index+4,i.buffer[this.index+3],n>0?1:-1,t-this.context.start,n);return a<0?null:new Io(this.context,this,a)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(t){return this._parent?null:this.context.parent.nextChild(this.context.index+t,t,0,4)}get nextSibling(){let{buffer:t}=this.context,n=t.buffer[this.index+3];return n<(this._parent?t.buffer[this._parent.index+3]:t.buffer.length)?new Io(this.context,this._parent,n):this.externalSibling(1)}get prevSibling(){let{buffer:t}=this.context,n=this._parent?this._parent.index+4:0;return this.index==n?this.externalSibling(-1):new Io(this.context,this._parent,t.findChild(n,this.index,-1,0,4))}get tree(){return null}toTree(){let t=[],n=[],{buffer:r}=this.context,i=this.index+4,a=r.buffer[this.index+3];if(a>i){let o=r.buffer[this.index+1];t.push(r.slice(i,a,o)),n.push(0)}return new bi(this.type,t,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function jH(e){if(!e.length)return null;let t=0,n=e[0];for(let a=1;a<e.length;a++){let o=e[a];(o.from>n.from||o.to<n.to)&&(n=o,t=a)}let r=n instanceof Oi&&n.index<0?null:n.parent,i=e.slice();return r?i[t]=r:i.splice(t,1),new fQe(i,n)}class fQe{constructor(t,n){this.heads=t,this.node=n}get next(){return jH(this.heads)}}function dQe(e,t,n){let r=e.resolveInner(t,n),i=null;for(let a=r instanceof Oi?r:r.context.parent;a;a=a.parent)if(a.index<0){let o=a.parent;(i||(i=[r])).push(o.resolve(t,n)),a=o}else{let o=E_.get(a.tree);if(o&&o.overlay&&o.overlay[0].from<=t&&o.overlay[o.overlay.length-1].to>=t){let l=new Oi(o.tree,o.overlay[0].from+a.from,-1,a);(i||(i=[r])).push(Rg(l,t,n,!1))}}return i?jH(i):r}class sP{get name(){return this.type.name}constructor(t,n=0){if(this.mode=n,this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,t instanceof Oi)this.yieldNode(t);else{this._tree=t.context.parent,this.buffer=t.context;for(let r=t._parent;r;r=r._parent)this.stack.unshift(r.index);this.bufferNode=t,this.yieldBuf(t.index)}}yieldNode(t){return t?(this._tree=t,this.type=t.type,this.from=t.from,this.to=t.to,!0):!1}yieldBuf(t,n){this.index=t;let{start:r,buffer:i}=this.buffer;return this.type=n||i.set.types[i.buffer[t]],this.from=r+i.buffer[t+1],this.to=r+i.buffer[t+2],!0}yield(t){return t?t instanceof Oi?(this.buffer=null,this.yieldNode(t)):(this.buffer=t.context,this.yieldBuf(t.index,t.type)):!1}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(t,n,r){if(!this.buffer)return this.yield(this._tree.nextChild(t<0?this._tree._tree.children.length-1:0,t,n,r,this.mode));let{buffer:i}=this.buffer,a=i.findChild(this.index+4,i.buffer[this.index+3],t,n-this.buffer.start,r);return a<0?!1:(this.stack.push(this.index),this.yieldBuf(a))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(t){return this.enterChild(1,t,2)}childBefore(t){return this.enterChild(-1,t,-2)}enter(t,n,r=this.mode){return this.buffer?r&dr.ExcludeBuffers?!1:this.enterChild(1,t,n):this.yield(this._tree.enter(t,n,r))}parent(){if(!this.buffer)return this.yieldNode(this.mode&dr.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let t=this.mode&dr.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(t)}sibling(t){if(!this.buffer)return this._tree._parent?this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+t,t,0,4,this.mode)):!1;let{buffer:n}=this.buffer,r=this.stack.length-1;if(t<0){let i=r<0?0:this.stack[r]+4;if(this.index!=i)return this.yieldBuf(n.findChild(i,this.index,-1,0,4))}else{let i=n.buffer[this.index+3];if(i<(r<0?n.buffer.length:n.buffer[this.stack[r]+3]))return this.yieldBuf(i)}return r<0?this.yield(this.buffer.parent.nextChild(this.buffer.index+t,t,0,4,this.mode)):!1}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(t){let n,r,{buffer:i}=this;if(i){if(t>0){if(this.index<i.buffer.buffer.length)return!1}else for(let a=0;a<this.index;a++)if(i.buffer.buffer[a+3]<this.index)return!1;({index:n,parent:r}=i)}else({index:n,_parent:r}=this._tree);for(;r;{index:n,_parent:r}=r)if(n>-1)for(let a=n+t,o=t<0?-1:r._tree.children.length;a!=o;a+=t){let l=r._tree.children[a];if(this.mode&dr.IncludeAnonymous||l instanceof Fs||!l.type.isAnonymous||ak(l))return!1}return!0}move(t,n){if(n&&this.enterChild(t,0,4))return!0;for(;;){if(this.sibling(t))return!0;if(this.atLastNode(t)||!this.parent())return!1}}next(t=!0){return this.move(1,t)}prev(t=!0){return this.move(-1,t)}moveTo(t,n=0){for(;(this.from==this.to||(n<1?this.from>=t:this.from>t)||(n>-1?this.to<=t:this.to<t))&&this.parent(););for(;this.enterChild(1,t,n););return this}get node(){if(!this.buffer)return this._tree;let t=this.bufferNode,n=null,r=0;if(t&&t.context==this.buffer)e:for(let i=this.index,a=this.stack.length;a>=0;){for(let o=t;o;o=o._parent)if(o.index==i){if(i==this.index)return o;n=o,r=a+1;break e}i=this.stack[--a]}for(let i=r;i<this.stack.length;i++)n=new Io(this.buffer,n,this.stack[i]);return this.bufferNode=new Io(this.buffer,n,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(t,n){for(let r=0;;){let i=!1;if(this.type.isAnonymous||t(this)!==!1){if(this.firstChild()){r++;continue}this.type.isAnonymous||(i=!0)}for(;i&&n&&n(this),i=this.type.isAnonymous,!this.nextSibling();){if(!r)return;this.parent(),r--,i=!0}}}matchContext(t){if(!this.buffer)return lP(this.node,t);let{buffer:n}=this.buffer,{types:r}=n.set;for(let i=t.length-1,a=this.stack.length-1;i>=0;a--){if(a<0)return lP(this.node,t,i);let o=r[n.buffer[this.stack[a]]];if(!o.isAnonymous){if(t[i]&&t[i]!=o.name)return!1;i--}}return!0}}function ak(e){return e.children.some(t=>t instanceof Fs||!t.type.isAnonymous||ak(t))}function hQe(e){var t;let{buffer:n,nodeSet:r,maxBufferLength:i=QH,reused:a=[],minRepeatType:o=r.types.length}=e,l=Array.isArray(n)?new ik(n,n.length):n,s=r.types,u=0,c=0;function f(P,w,I,$,M,C){let{id:A,start:F,end:L,size:z}=l,j=c;for(;z<0;)if(l.next(),z==-1){let D=a[A];I.push(D),$.push(F-P);return}else if(z==-3){u=A;return}else if(z==-4){c=A;return}else throw new RangeError(`Unrecognized record size: ${z}`);let Y=s[A],q,U,G=F-P;if(L-F<=i&&(U=S(l.pos-w,M))){let D=new Uint16Array(U.size-U.skip),W=l.pos-U.size,B=D.length;for(;l.pos>W;)B=y(U.start,D,B);q=new Fs(D,L-U.start,r),G=U.start-P}else{let D=l.pos-z;l.next();let W=[],B=[],N=A>=o?A:-1,se=0,pe=L;for(;l.pos>D;)N>=0&&l.id==N&&l.size>=0?(l.end<=pe-i&&(v(W,B,F,se,l.end,pe,N,j),se=W.length,pe=l.end),l.next()):C>2500?p(F,D,W,B):f(F,D,W,B,N,C+1);if(N>=0&&se>0&&se<W.length&&v(W,B,F,se,F,pe,N,j),W.reverse(),B.reverse(),N>-1&&se>0){let fe=g(Y);q=ok(Y,W,B,0,W.length,0,L-F,fe,fe)}else q=m(Y,W,B,L-F,j-L)}I.push(q),$.push(G)}function p(P,w,I,$){let M=[],C=0,A=-1;for(;l.pos>w;){let{id:F,start:L,end:z,size:j}=l;if(j>4)l.next();else{if(A>-1&&L<A)break;A<0&&(A=z-i),M.push(F,L,z),C++,l.next()}}if(C){let F=new Uint16Array(C*4),L=M[M.length-2];for(let z=M.length-3,j=0;z>=0;z-=3)F[j++]=M[z],F[j++]=M[z+1]-L,F[j++]=M[z+2]-L,F[j++]=j;I.push(new Fs(F,M[2]-L,r)),$.push(L-P)}}function g(P){return(w,I,$)=>{let M=0,C=w.length-1,A,F;if(C>=0&&(A=w[C])instanceof bi){if(!C&&A.type==P&&A.length==$)return A;(F=A.prop(Jt.lookAhead))&&(M=I[C]+A.length+F)}return m(P,w,I,$,M)}}function v(P,w,I,$,M,C,A,F){let L=[],z=[];for(;P.length>$;)L.push(P.pop()),z.push(w.pop()+I-M);P.push(m(r.types[A],L,z,C-M,F-C)),w.push(M-I)}function m(P,w,I,$,M=0,C){if(u){let A=[Jt.contextHash,u];C=C?[A].concat(C):[A]}if(M>25){let A=[Jt.lookAhead,M];C=C?[A].concat(C):[A]}return new bi(P,w,I,$,C)}function S(P,w){let I=l.fork(),$=0,M=0,C=0,A=I.end-i,F={size:0,start:0,skip:0};e:for(let L=I.pos-P;I.pos>L;){let z=I.size;if(I.id==w&&z>=0){F.size=$,F.start=M,F.skip=C,C+=4,$+=4,I.next();continue}let j=I.pos-z;if(z<0||j<L||I.start<A)break;let Y=I.id>=o?4:0,q=I.start;for(I.next();I.pos>j;){if(I.size<0)if(I.size==-3)Y+=4;else break e;else I.id>=o&&(Y+=4);I.next()}M=q,$+=z,C+=Y}return(w<0||$==P)&&(F.size=$,F.start=M,F.skip=C),F.size>4?F:void 0}function y(P,w,I){let{id:$,start:M,end:C,size:A}=l;if(l.next(),A>=0&&$<o){let F=I;if(A>4){let L=l.pos-(A-4);for(;l.pos>L;)I=y(P,w,I)}w[--I]=F,w[--I]=C-P,w[--I]=M-P,w[--I]=$}else A==-3?u=$:A==-4&&(c=$);return I}let b=[],O=[];for(;l.pos>0;)f(e.start||0,e.bufferStart||0,b,O,-1,0);let R=(t=e.length)!==null&&t!==void 0?t:b.length?O[0]+b[0].length:0;return new bi(s[e.topID],b.reverse(),O.reverse(),R)}const n4=new WeakMap;function Wy(e,t){if(!e.isAnonymous||t instanceof Fs||t.type!=e)return 1;let n=n4.get(t);if(n==null){n=1;for(let r of t.children){if(r.type!=e||!(r instanceof bi)){n=1;break}n+=Wy(e,r)}n4.set(t,n)}return n}function ok(e,t,n,r,i,a,o,l,s){let u=0;for(let v=r;v<i;v++)u+=Wy(e,t[v]);let c=Math.ceil(u*1.5/8),f=[],p=[];function g(v,m,S,y,b){for(let O=S;O<y;){let R=O,P=m[O],w=Wy(e,v[O]);for(O++;O<y;O++){let I=Wy(e,v[O]);if(w+I>=c)break;w+=I}if(O==R+1){if(w>c){let I=v[R];g(I.children,I.positions,0,I.children.length,m[R]+b);continue}f.push(v[R])}else{let I=m[O-1]+v[O-1].length-P;f.push(ok(e,v,m,R,O,P,I,null,s))}p.push(P+b-a)}}return g(t,n,r,i,0),(l||s)(f,p,o)}class TKe{constructor(){this.map=new WeakMap}setBuffer(t,n,r){let i=this.map.get(t);i||this.map.set(t,i=new Map),i.set(n,r)}getBuffer(t,n){let r=this.map.get(t);return r&&r.get(n)}set(t,n){t instanceof Io?this.setBuffer(t.context.buffer,t.index,n):t instanceof Oi&&this.map.set(t.tree,n)}get(t){return t instanceof Io?this.getBuffer(t.context.buffer,t.index):t instanceof Oi?this.map.get(t.tree):void 0}cursorSet(t,n){t.buffer?this.setBuffer(t.buffer.buffer,t.index,n):this.map.set(t.tree,n)}cursorGet(t){return t.buffer?this.getBuffer(t.buffer.buffer,t.index):this.map.get(t.tree)}}class uP{constructor(t,n,r,i,a=!1,o=!1){this.from=t,this.to=n,this.tree=r,this.offset=i,this.open=(a?1:0)|(o?2:0)}get openStart(){return(this.open&1)>0}get openEnd(){return(this.open&2)>0}static addTree(t,n=[],r=!1){let i=[new uP(0,t.length,t,0,!1,r)];for(let a of n)a.to>t.length&&i.push(a);return i}static applyChanges(t,n,r=128){if(!n.length)return t;let i=[],a=1,o=t.length?t[0]:null;for(let l=0,s=0,u=0;;l++){let c=l<n.length?n[l]:null,f=c?c.fromA:1e9;if(f-s>=r)for(;o&&o.from<f;){let p=o;if(s>=p.from||f<=p.to||u){let g=Math.max(p.from,s)-u,v=Math.min(p.to,f)-u;p=g>=v?null:new uP(g,v,p.tree,p.offset+u,l>0,!!c)}if(p&&i.push(p),o.to>f)break;o=a<t.length?t[a++]:null}if(!c)break;s=c.toA,u=c.toA-c.toB}return i}}class pQe{startParse(t,n,r){return typeof t=="string"&&(t=new gQe(t)),r=r?r.length?r.map(i=>new bw(i.from,i.to)):[new bw(0,0)]:[new bw(0,t.length)],this.createParse(t,n||[],r)}parse(t,n,r){let i=this.startParse(t,n,r);for(;;){let a=i.advance();if(a)return a}}}class gQe{constructor(t){this.string=t}get length(){return this.string.length}chunk(t){return this.string.slice(t)}get lineChunks(){return!1}read(t,n){return this.string.slice(t,n)}}new Jt({perNode:!0});var r4={};class w_{constructor(t,n,r,i,a,o,l,s,u,c=0,f){this.p=t,this.stack=n,this.state=r,this.reducePos=i,this.pos=a,this.score=o,this.buffer=l,this.bufferBase=s,this.curContext=u,this.lookAhead=c,this.parent=f}toString(){return`[${this.stack.filter((t,n)=>n%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(t,n,r=0){let i=t.parser.context;return new w_(t,[],n,r,r,0,[],0,i?new i4(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(t,n){this.stack.push(this.state,n,this.bufferBase+this.buffer.length),this.state=t}reduce(t){var n;let r=t>>19,i=t&65535,{parser:a}=this.p;this.reducePos<this.pos-25&&this.setLookAhead(this.pos);let o=a.dynamicPrecedence(i);if(o&&(this.score+=o),r==0){this.pushState(a.getGoto(this.state,i,!0),this.reducePos),i<a.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,4,!0),this.reduceContext(i,this.reducePos);return}let l=this.stack.length-(r-1)*3-(t&262144?6:0),s=l?this.stack[l-2]:this.p.ranges[0].from,u=this.reducePos-s;u>=2e3&&!(!((n=this.p.parser.nodeSet.types[i])===null||n===void 0)&&n.isAnonymous)&&(s==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=u):this.p.lastBigReductionSize<u&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=s,this.p.lastBigReductionSize=u));let c=l?this.stack[l-1]:0,f=this.bufferBase+this.buffer.length-c;if(i<a.minRepeatTerm||t&131072){let p=a.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,s,p,f+4,!0)}if(t&262144)this.state=this.stack[l];else{let p=this.stack[l-3];this.state=a.getGoto(p,i,!0)}for(;this.stack.length>l;)this.stack.pop();this.reduceContext(i,s)}storeNode(t,n,r,i=4,a=!1){if(t==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let o=this,l=this.buffer.length;if(l==0&&o.parent&&(l=o.bufferBase-o.parent.bufferBase,o=o.parent),l>0&&o.buffer[l-4]==0&&o.buffer[l-1]>-1){if(n==r)return;if(o.buffer[l-2]>=n){o.buffer[l-2]=r;return}}}if(!a||this.pos==r)this.buffer.push(t,n,r,i);else{let o=this.buffer.length;if(o>0&&this.buffer[o-4]!=0)for(;o>0&&this.buffer[o-2]>r;)this.buffer[o]=this.buffer[o-4],this.buffer[o+1]=this.buffer[o-3],this.buffer[o+2]=this.buffer[o-2],this.buffer[o+3]=this.buffer[o-1],o-=4,i>4&&(i-=4);this.buffer[o]=t,this.buffer[o+1]=n,this.buffer[o+2]=r,this.buffer[o+3]=i}}shift(t,n,r,i){if(t&131072)this.pushState(t&65535,this.pos);else if(t&262144)this.pos=i,this.shiftContext(n,r),n<=this.p.parser.maxNode&&this.buffer.push(n,r,i,4);else{let a=t,{parser:o}=this.p;(i>this.pos||n<=o.maxNode)&&(this.pos=i,o.stateFlag(a,1)||(this.reducePos=i)),this.pushState(a,r),this.shiftContext(n,r),n<=o.maxNode&&this.buffer.push(n,r,i,4)}}apply(t,n,r,i){t&65536?this.reduce(t):this.shift(t,n,r,i)}useNode(t,n){let r=this.p.reused.length-1;(r<0||this.p.reused[r]!=t)&&(this.p.reused.push(t),r++);let i=this.pos;this.reducePos=this.pos=i+t.length,this.pushState(n,i),this.buffer.push(r,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,t,this,this.p.stream.reset(this.pos-t.length)))}split(){let t=this,n=t.buffer.length;for(;n>0&&t.buffer[n-2]>t.reducePos;)n-=4;let r=t.buffer.slice(n),i=t.bufferBase+n;for(;t&&i==t.bufferBase;)t=t.parent;return new w_(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,r,i,this.curContext,this.lookAhead,t)}recoverByDelete(t,n){let r=t<=this.p.parser.maxNode;r&&this.storeNode(t,this.pos,n,4),this.storeNode(0,this.pos,n,r?8:4),this.pos=this.reducePos=n,this.score-=190}canShift(t){for(let n=new vQe(this);;){let r=this.p.parser.stateSlot(n.state,4)||this.p.parser.hasAction(n.state,t);if(r==0)return!1;if(!(r&65536))return!0;n.reduce(r)}}recoverByInsert(t){if(this.stack.length>=300)return[];let n=this.p.parser.nextStates(this.state);if(n.length>8||this.stack.length>=120){let i=[];for(let a=0,o;a<n.length;a+=2)(o=n[a+1])!=this.state&&this.p.parser.hasAction(o,t)&&i.push(n[a],o);if(this.stack.length<120)for(let a=0;i.length<8&&a<n.length;a+=2){let o=n[a+1];i.some((l,s)=>s&1&&l==o)||i.push(n[a],o)}n=i}let r=[];for(let i=0;i<n.length&&r.length<4;i+=2){let a=n[i+1];if(a==this.state)continue;let o=this.split();o.pushState(a,this.pos),o.storeNode(0,o.pos,o.pos,4,!0),o.shiftContext(n[i],this.pos),o.reducePos=this.pos,o.score-=200,r.push(o)}return r}forceReduce(){let{parser:t}=this.p,n=t.stateSlot(this.state,5);if(!(n&65536))return!1;if(!t.validAction(this.state,n)){let r=n>>19,i=n&65535,a=this.stack.length-r*3;if(a<0||t.getGoto(this.stack[a],i,!1)<0){let o=this.findForcedReduction();if(o==null)return!1;n=o}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(n),!0}findForcedReduction(){let{parser:t}=this.p,n=[],r=(i,a)=>{if(!n.includes(i))return n.push(i),t.allActions(i,o=>{if(!(o&393216))if(o&65536){let l=(o>>19)-a;if(l>1){let s=o&65535,u=this.stack.length-l*3;if(u>=0&&t.getGoto(this.stack[u],s,!1)>=0)return l<<19|65536|s}}else{let l=r(o,a+1);if(l!=null)return l}})};return r(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(this.stack.length!=3)return!1;let{parser:t}=this.p;return t.data[t.stateSlot(this.state,1)]==65535&&!t.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(t){if(this.state!=t.state||this.stack.length!=t.stack.length)return!1;for(let n=0;n<this.stack.length;n+=3)if(this.stack[n]!=t.stack[n])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(t){return this.p.parser.dialect.flags[t]}shiftContext(t,n){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,t,this,this.p.stream.reset(n)))}reduceContext(t,n){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,t,this,this.p.stream.reset(n)))}emitContext(){let t=this.buffer.length-1;(t<0||this.buffer[t]!=-3)&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let t=this.buffer.length-1;(t<0||this.buffer[t]!=-4)&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(t){if(t!=this.curContext.context){let n=new i4(this.curContext.tracker,t);n.hash!=this.curContext.hash&&this.emitContext(),this.curContext=n}}setLookAhead(t){t>this.lookAhead&&(this.emitLookAhead(),this.lookAhead=t)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class i4{constructor(t,n){this.tracker=t,this.context=n,this.hash=t.strict?t.hash(n):0}}class vQe{constructor(t){this.start=t,this.state=t.state,this.stack=t.stack,this.base=this.stack.length}reduce(t){let n=t&65535,r=t>>19;r==0?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(r-1)*3;let i=this.start.p.parser.getGoto(this.stack[this.base-3],n,!0);this.state=i}}class x_{constructor(t,n,r){this.stack=t,this.pos=n,this.index=r,this.buffer=t.buffer,this.index==0&&this.maybeNext()}static create(t,n=t.bufferBase+t.buffer.length){return new x_(t,n,n-t.bufferBase)}maybeNext(){let t=this.stack.parent;t!=null&&(this.index=this.stack.bufferBase-t.bufferBase,this.stack=t,this.buffer=t.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,this.index==0&&this.maybeNext()}fork(){return new x_(this.stack,this.pos,this.index)}}function my(e,t=Uint16Array){if(typeof e!="string")return e;let n=null;for(let r=0,i=0;r<e.length;){let a=0;for(;;){let o=e.charCodeAt(r++),l=!1;if(o==126){a=65535;break}o>=92&&o--,o>=34&&o--;let s=o-32;if(s>=46&&(s-=46,l=!0),a+=s,l)break;a*=46}n?n[i++]=a:n=new t(a)}return n}class Ky{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const a4=new Ky;class mQe{constructor(t,n){this.input=t,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=a4,this.rangeIndex=0,this.pos=this.chunkPos=n[0].from,this.range=n[0],this.end=n[n.length-1].to,this.readNext()}resolveOffset(t,n){let r=this.range,i=this.rangeIndex,a=this.pos+t;for(;a<r.from;){if(!i)return null;let o=this.ranges[--i];a-=r.from-o.to,r=o}for(;n<0?a>r.to:a>=r.to;){if(i==this.ranges.length-1)return null;let o=this.ranges[++i];a+=o.from-r.to,r=o}return a}clipPos(t){if(t>=this.range.from&&t<this.range.to)return t;for(let n of this.ranges)if(n.to>t)return Math.max(t,n.from);return this.end}peek(t){let n=this.chunkOff+t,r,i;if(n>=0&&n<this.chunk.length)r=this.pos+t,i=this.chunk.charCodeAt(n);else{let a=this.resolveOffset(t,1);if(a==null)return-1;if(r=a,r>=this.chunk2Pos&&r<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(r-this.chunk2Pos);else{let o=this.rangeIndex,l=this.range;for(;l.to<=r;)l=this.ranges[++o];this.chunk2=this.input.chunk(this.chunk2Pos=r),r+this.chunk2.length>l.to&&(this.chunk2=this.chunk2.slice(0,l.to-r)),i=this.chunk2.charCodeAt(0)}}return r>=this.token.lookAhead&&(this.token.lookAhead=r+1),i}acceptToken(t,n=0){let r=n?this.resolveOffset(n,-1):this.pos;if(r==null||r<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=t,this.token.end=r}acceptTokenTo(t,n){this.token.value=t,this.token.end=n}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:t,chunkPos:n}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=t,this.chunk2Pos=n,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let t=this.input.chunk(this.pos),n=this.pos+t.length;this.chunk=n>this.range.to?t.slice(0,this.range.to-this.pos):t,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(t=1){for(this.chunkOff+=t;this.pos+t>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();t-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=t,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(t,n){if(n?(this.token=n,n.start=t,n.lookAhead=t+1,n.value=n.extended=-1):this.token=a4,this.pos!=t){if(this.pos=t,t==this.end)return this.setDone(),this;for(;t<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;t>=this.range.to;)this.range=this.ranges[++this.rangeIndex];t>=this.chunkPos&&t<this.chunkPos+this.chunk.length?this.chunkOff=t-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(t,n){if(t>=this.chunkPos&&n<=this.chunkPos+this.chunk.length)return this.chunk.slice(t-this.chunkPos,n-this.chunkPos);if(t>=this.chunk2Pos&&n<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(t-this.chunk2Pos,n-this.chunk2Pos);if(t>=this.range.from&&n<=this.range.to)return this.input.read(t,n);let r="";for(let i of this.ranges){if(i.from>=n)break;i.to>t&&(r+=this.input.read(Math.max(i.from,t),Math.min(i.to,n)))}return r}}class Zf{constructor(t,n){this.data=t,this.id=n}token(t,n){let{parser:r}=n.p;yQe(this.data,t,n,this.id,r.data,r.tokenPrecTable)}}Zf.prototype.contextual=Zf.prototype.fallback=Zf.prototype.extend=!1;Zf.prototype.fallback=Zf.prototype.extend=!1;class hS{constructor(t,n={}){this.token=t,this.contextual=!!n.contextual,this.fallback=!!n.fallback,this.extend=!!n.extend}}function yQe(e,t,n,r,i,a){let o=0,l=1<<r,{dialect:s}=n.p.parser;e:for(;l&e[o];){let u=e[o+1];for(let g=o+3;g<u;g+=2)if((e[g+1]&l)>0){let v=e[g];if(s.allows(v)&&(t.token.value==-1||t.token.value==v||_Qe(v,t.token.value,i,a))){t.acceptToken(v);break}}let c=t.next,f=0,p=e[o+2];if(t.next<0&&p>f&&e[u+p*3-3]==65535){o=e[u+p*3-1];continue e}for(;f<p;){let g=f+p>>1,v=u+g+(g<<1),m=e[v],S=e[v+1]||65536;if(c<m)p=g;else if(c>=S)f=g+1;else{o=e[v+2],t.advance();continue e}}break}}function o4(e,t,n){for(let r=t,i;(i=e[r])!=65535;r++)if(i==n)return r-t;return-1}function _Qe(e,t,n,r){let i=o4(n,r,t);return i<0||o4(n,r,e)<i}const ki=typeof process<"u"&&r4&&/\bparse\b/.test(r4.LOG);let Ow=null;function l4(e,t,n){let r=e.cursor(dr.IncludeAnonymous);for(r.moveTo(t);;)if(!(n<0?r.childBefore(t):r.childAfter(t)))for(;;){if((n<0?r.to<t:r.from>t)&&!r.type.isError)return n<0?Math.max(0,Math.min(r.to-1,t-25)):Math.min(e.length,Math.max(r.from+1,t+25));if(n<0?r.prevSibling():r.nextSibling())break;if(!r.parent())return n<0?0:e.length}}class SQe{constructor(t,n){this.fragments=t,this.nodeSet=n,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let t=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(t){for(this.safeFrom=t.openStart?l4(t.tree,t.from+t.offset,1)-t.offset:t.from,this.safeTo=t.openEnd?l4(t.tree,t.to+t.offset,-1)-t.offset:t.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(t.tree),this.start.push(-t.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(t){if(t<this.nextStart)return null;for(;this.fragment&&this.safeTo<=t;)this.nextFragment();if(!this.fragment)return null;for(;;){let n=this.trees.length-1;if(n<0)return this.nextFragment(),null;let r=this.trees[n],i=this.index[n];if(i==r.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let a=r.children[i],o=this.start[n]+r.positions[i];if(o>t)return this.nextStart=o,null;if(a instanceof bi){if(o==t){if(o<this.safeFrom)return null;let l=o+a.length;if(l<=this.safeTo){let s=a.prop(Jt.lookAhead);if(!s||l+s<this.fragment.to)return a}}this.index[n]++,o+a.length>=Math.max(this.safeFrom,t)&&(this.trees.push(a),this.start.push(o),this.index.push(0))}else this.index[n]++,this.nextStart=o+a.length}}}class bQe{constructor(t,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=t.tokenizers.map(r=>new Ky)}getActions(t){let n=0,r=null,{parser:i}=t.p,{tokenizers:a}=i,o=i.stateSlot(t.state,3),l=t.curContext?t.curContext.hash:0,s=0;for(let u=0;u<a.length;u++){if(!(1<<u&o))continue;let c=a[u],f=this.tokens[u];if(!(r&&!c.fallback)&&((c.contextual||f.start!=t.pos||f.mask!=o||f.context!=l)&&(this.updateCachedToken(f,c,t),f.mask=o,f.context=l),f.lookAhead>f.end+25&&(s=Math.max(f.lookAhead,s)),f.value!=0)){let p=n;if(f.extended>-1&&(n=this.addActions(t,f.extended,f.end,n)),n=this.addActions(t,f.value,f.end,n),!c.extend&&(r=f,n>p))break}}for(;this.actions.length>n;)this.actions.pop();return s&&t.setLookAhead(s),!r&&t.pos==this.stream.end&&(r=new Ky,r.value=t.p.parser.eofTerm,r.start=r.end=t.pos,n=this.addActions(t,r.value,r.end,n)),this.mainToken=r,this.actions}getMainToken(t){if(this.mainToken)return this.mainToken;let n=new Ky,{pos:r,p:i}=t;return n.start=r,n.end=Math.min(r+1,i.stream.end),n.value=r==i.stream.end?i.parser.eofTerm:0,n}updateCachedToken(t,n,r){let i=this.stream.clipPos(r.pos);if(n.token(this.stream.reset(i,t),r),t.value>-1){let{parser:a}=r.p;for(let o=0;o<a.specialized.length;o++)if(a.specialized[o]==t.value){let l=a.specializers[o](this.stream.read(t.start,t.end),r);if(l>=0&&r.p.parser.dialect.allows(l>>1)){l&1?t.extended=l>>1:t.value=l>>1;break}}}else t.value=0,t.end=this.stream.clipPos(i+1)}putAction(t,n,r,i){for(let a=0;a<i;a+=3)if(this.actions[a]==t)return i;return this.actions[i++]=t,this.actions[i++]=n,this.actions[i++]=r,i}addActions(t,n,r,i){let{state:a}=t,{parser:o}=t.p,{data:l}=o;for(let s=0;s<2;s++)for(let u=o.stateSlot(a,s?2:1);;u+=3){if(l[u]==65535)if(l[u+1]==1)u=hl(l,u+2);else{i==0&&l[u+1]==2&&(i=this.putAction(hl(l,u+2),n,r,i));break}l[u]==n&&(i=this.putAction(hl(l,u+1),n,r,i))}return i}}class OQe{constructor(t,n,r,i){this.parser=t,this.input=n,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new mQe(n,i),this.tokens=new bQe(t,this.stream),this.topTerm=t.top[1];let{from:a}=i[0];this.stacks=[w_.start(this,t.top[0],a)],this.fragments=r.length&&this.stream.end-a>t.bufferLength*4?new SQe(r,t.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let t=this.stacks,n=this.minStackPos,r=this.stacks=[],i,a;if(this.bigReductionCount>300&&t.length==1){let[o]=t;for(;o.forceReduce()&&o.stack.length&&o.stack[o.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let o=0;o<t.length;o++){let l=t[o];for(;;){if(this.tokens.mainToken=null,l.pos>n)r.push(l);else{if(this.advanceStack(l,r,t))continue;{i||(i=[],a=[]),i.push(l);let s=this.tokens.getMainToken(l);a.push(s.value,s.end)}}break}}if(!r.length){let o=i&&xQe(i);if(o)return ki&&console.log("Finish with "+this.stackID(o)),this.stackToTree(o);if(this.parser.strict)throw ki&&i&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+n);this.recovering||(this.recovering=5)}if(this.recovering&&i){let o=this.stoppedAt!=null&&i[0].pos>this.stoppedAt?i[0]:this.runRecovery(i,a,r);if(o)return ki&&console.log("Force-finish "+this.stackID(o)),this.stackToTree(o.forceAll())}if(this.recovering){let o=this.recovering==1?1:this.recovering*3;if(r.length>o)for(r.sort((l,s)=>s.score-l.score);r.length>o;)r.pop();r.some(l=>l.reducePos>n)&&this.recovering--}else if(r.length>1){e:for(let o=0;o<r.length-1;o++){let l=r[o];for(let s=o+1;s<r.length;s++){let u=r[s];if(l.sameState(u)||l.buffer.length>500&&u.buffer.length>500)if((l.score-u.score||l.buffer.length-u.buffer.length)>0)r.splice(s--,1);else{r.splice(o--,1);continue e}}}r.length>12&&r.splice(12,r.length-12)}this.minStackPos=r[0].pos;for(let o=1;o<r.length;o++)r[o].pos<this.minStackPos&&(this.minStackPos=r[o].pos);return null}stopAt(t){if(this.stoppedAt!=null&&this.stoppedAt<t)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=t}advanceStack(t,n,r){let i=t.pos,{parser:a}=this,o=ki?this.stackID(t)+" -> ":"";if(this.stoppedAt!=null&&i>this.stoppedAt)return t.forceReduce()?t:null;if(this.fragments){let u=t.curContext&&t.curContext.tracker.strict,c=u?t.curContext.hash:0;for(let f=this.fragments.nodeAt(i);f;){let p=this.parser.nodeSet.types[f.type.id]==f.type?a.getGoto(t.state,f.type.id):-1;if(p>-1&&f.length&&(!u||(f.prop(Jt.contextHash)||0)==c))return t.useNode(f,p),ki&&console.log(o+this.stackID(t)+` (via reuse of ${a.getName(f.type.id)})`),!0;if(!(f instanceof bi)||f.children.length==0||f.positions[0]>0)break;let g=f.children[0];if(g instanceof bi&&f.positions[0]==0)f=g;else break}}let l=a.stateSlot(t.state,4);if(l>0)return t.reduce(l),ki&&console.log(o+this.stackID(t)+` (via always-reduce ${a.getName(l&65535)})`),!0;if(t.stack.length>=8400)for(;t.stack.length>6e3&&t.forceReduce(););let s=this.tokens.getActions(t);for(let u=0;u<s.length;){let c=s[u++],f=s[u++],p=s[u++],g=u==s.length||!r,v=g?t:t.split(),m=this.tokens.mainToken;if(v.apply(c,f,m?m.start:v.pos,p),ki&&console.log(o+this.stackID(v)+` (via ${c&65536?`reduce of ${a.getName(c&65535)}`:"shift"} for ${a.getName(f)} @ ${i}${v==t?"":", split"})`),g)return!0;v.pos>i?n.push(v):r.push(v)}return!1}advanceFully(t,n){let r=t.pos;for(;;){if(!this.advanceStack(t,null,null))return!1;if(t.pos>r)return s4(t,n),!0}}runRecovery(t,n,r){let i=null,a=!1;for(let o=0;o<t.length;o++){let l=t[o],s=n[o<<1],u=n[(o<<1)+1],c=ki?this.stackID(l)+" -> ":"";if(l.deadEnd&&(a||(a=!0,l.restart(),ki&&console.log(c+this.stackID(l)+" (restarted)"),this.advanceFully(l,r))))continue;let f=l.split(),p=c;for(let g=0;f.forceReduce()&&g<10&&(ki&&console.log(p+this.stackID(f)+" (via force-reduce)"),!this.advanceFully(f,r));g++)ki&&(p=this.stackID(f)+" -> ");for(let g of l.recoverByInsert(s))ki&&console.log(c+this.stackID(g)+" (via recover-insert)"),this.advanceFully(g,r);this.stream.end>l.pos?(u==l.pos&&(u++,s=0),l.recoverByDelete(s,u),ki&&console.log(c+this.stackID(l)+` (via recover-delete ${this.parser.getName(s)})`),s4(l,r)):(!i||i.score<l.score)&&(i=l)}return i}stackToTree(t){return t.close(),bi.build({buffer:x_.create(t),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:t.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(t){let n=(Ow||(Ow=new WeakMap)).get(t);return n||Ow.set(t,n=String.fromCodePoint(this.nextStackID++)),n+t}}function s4(e,t){for(let n=0;n<t.length;n++){let r=t[n];if(r.pos==e.pos&&r.sameState(e)){t[n].score<e.score&&(t[n]=e);return}}t.push(e)}class EQe{constructor(t,n,r){this.source=t,this.flags=n,this.disabled=r}allows(t){return!this.disabled||this.disabled[t]==0}}const Ew=e=>e;class wQe{constructor(t){this.start=t.start,this.shift=t.shift||Ew,this.reduce=t.reduce||Ew,this.reuse=t.reuse||Ew,this.hash=t.hash||(()=>0),this.strict=t.strict!==!1}}class Pg extends pQe{constructor(t){if(super(),this.wrappers=[],t.version!=14)throw new RangeError(`Parser version (${t.version}) doesn't match runtime version (14)`);let n=t.nodeNames.split(" ");this.minRepeatTerm=n.length;for(let l=0;l<t.repeatNodeCount;l++)n.push("");let r=Object.keys(t.topRules).map(l=>t.topRules[l][1]),i=[];for(let l=0;l<n.length;l++)i.push([]);function a(l,s,u){i[l].push([s,s.deserialize(String(u))])}if(t.nodeProps)for(let l of t.nodeProps){let s=l[0];typeof s=="string"&&(s=Jt[s]);for(let u=1;u<l.length;){let c=l[u++];if(c>=0)a(c,s,l[u++]);else{let f=l[u+-c];for(let p=-c;p>0;p--)a(l[u++],s,f);u++}}}this.nodeSet=new rk(n.map((l,s)=>Ga.define({name:s>=this.minRepeatTerm?void 0:l,id:s,props:i[s],top:r.indexOf(s)>-1,error:s==0,skipped:t.skippedNodes&&t.skippedNodes.indexOf(s)>-1}))),t.propSources&&(this.nodeSet=this.nodeSet.extend(...t.propSources)),this.strict=!1,this.bufferLength=QH;let o=my(t.tokenData);this.context=t.context,this.specializerSpecs=t.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let l=0;l<this.specializerSpecs.length;l++)this.specialized[l]=this.specializerSpecs[l].term;this.specializers=this.specializerSpecs.map(u4),this.states=my(t.states,Uint32Array),this.data=my(t.stateData),this.goto=my(t.goto),this.maxTerm=t.maxTerm,this.tokenizers=t.tokenizers.map(l=>typeof l=="number"?new Zf(o,l):l),this.topRules=t.topRules,this.dialects=t.dialects||{},this.dynamicPrecedences=t.dynamicPrecedences||null,this.tokenPrecTable=t.tokenPrec,this.termNames=t.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(t,n,r){let i=new OQe(this,t,n,r);for(let a of this.wrappers)i=a(i,t,n,r);return i}getGoto(t,n,r=!1){let i=this.goto;if(n>=i[0])return-1;for(let a=i[n+1];;){let o=i[a++],l=o&1,s=i[a++];if(l&&r)return s;for(let u=a+(o>>1);a<u;a++)if(i[a]==t)return s;if(l)return-1}}hasAction(t,n){let r=this.data;for(let i=0;i<2;i++)for(let a=this.stateSlot(t,i?2:1),o;;a+=3){if((o=r[a])==65535)if(r[a+1]==1)o=r[a=hl(r,a+2)];else{if(r[a+1]==2)return hl(r,a+2);break}if(o==n||o==0)return hl(r,a+1)}return 0}stateSlot(t,n){return this.states[t*6+n]}stateFlag(t,n){return(this.stateSlot(t,0)&n)>0}validAction(t,n){return!!this.allActions(t,r=>r==n?!0:null)}allActions(t,n){let r=this.stateSlot(t,4),i=r?n(r):void 0;for(let a=this.stateSlot(t,1);i==null;a+=3){if(this.data[a]==65535)if(this.data[a+1]==1)a=hl(this.data,a+2);else break;i=n(hl(this.data,a+1))}return i}nextStates(t){let n=[];for(let r=this.stateSlot(t,1);;r+=3){if(this.data[r]==65535)if(this.data[r+1]==1)r=hl(this.data,r+2);else break;if(!(this.data[r+2]&1)){let i=this.data[r+1];n.some((a,o)=>o&1&&a==i)||n.push(this.data[r],i)}}return n}configure(t){let n=Object.assign(Object.create(Pg.prototype),this);if(t.props&&(n.nodeSet=this.nodeSet.extend(...t.props)),t.top){let r=this.topRules[t.top];if(!r)throw new RangeError(`Invalid top rule name ${t.top}`);n.top=r}return t.tokenizers&&(n.tokenizers=this.tokenizers.map(r=>{let i=t.tokenizers.find(a=>a.from==r);return i?i.to:r})),t.specializers&&(n.specializers=this.specializers.slice(),n.specializerSpecs=this.specializerSpecs.map((r,i)=>{let a=t.specializers.find(l=>l.from==r.external);if(!a)return r;let o=Object.assign(Object.assign({},r),{external:a.to});return n.specializers[i]=u4(o),o})),t.contextTracker&&(n.context=t.contextTracker),t.dialect&&(n.dialect=this.parseDialect(t.dialect)),t.strict!=null&&(n.strict=t.strict),t.wrap&&(n.wrappers=n.wrappers.concat(t.wrap)),t.bufferLength!=null&&(n.bufferLength=t.bufferLength),n}hasWrappers(){return this.wrappers.length>0}getName(t){return this.termNames?this.termNames[t]:String(t<=this.maxNode&&this.nodeSet.types[t].name||t)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(t){let n=this.dynamicPrecedences;return n==null?0:n[t]||0}parseDialect(t){let n=Object.keys(this.dialects),r=n.map(()=>!1);if(t)for(let a of t.split(" ")){let o=n.indexOf(a);o>=0&&(r[o]=!0)}let i=null;for(let a=0;a<n.length;a++)if(!r[a])for(let o=this.dialects[n[a]],l;(l=this.data[o++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[l]=1;return new EQe(t,r,i)}static deserialize(t){return new Pg(t)}}function hl(e,t){return e[t]|e[t+1]<<16}function xQe(e){let t=null;for(let n of e){let r=n.p.stoppedAt;(n.pos==n.p.stream.end||r!=null&&n.pos>r)&&n.p.parser.stateFlag(n.state,2)&&(!t||t.score<n.score)&&(t=n)}return t}function u4(e){if(e.external){let t=e.extend?1:0;return(n,r)=>e.external(n,r)<<1|t}return e.get}let RQe=0;class bo{constructor(t,n,r){this.set=t,this.base=n,this.modified=r,this.id=RQe++}static define(t){if(t!=null&&t.base)throw new Error("Can not derive from a modified tag");let n=new bo([],null,[]);if(n.set.push(n),t)for(let r of t.set)n.set.push(r);return n}static defineModifier(){let t=new R_;return n=>n.modified.indexOf(t)>-1?n:R_.get(n.base||n,n.modified.concat(t).sort((r,i)=>r.id-i.id))}}let PQe=0;class R_{constructor(){this.instances=[],this.id=PQe++}static get(t,n){if(!n.length)return t;let r=n[0].instances.find(l=>l.base==t&&$Qe(n,l.modified));if(r)return r;let i=[],a=new bo(i,t,n);for(let l of n)l.instances.push(a);let o=TQe(n);for(let l of t.set)if(!l.modified.length)for(let s of o)i.push(R_.get(l,s));return a}}function $Qe(e,t){return e.length==t.length&&e.every((n,r)=>n==t[r])}function TQe(e){let t=[[]];for(let n=0;n<e.length;n++)for(let r=0,i=t.length;r<i;r++)t.push(t[r].concat(e[n]));return t.sort((n,r)=>r.length-n.length)}function qH(e){let t=Object.create(null);for(let n in e){let r=e[n];Array.isArray(r)||(r=[r]);for(let i of n.split(" "))if(i){let a=[],o=2,l=i;for(let f=0;;){if(l=="..."&&f>0&&f+3==i.length){o=1;break}let p=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(l);if(!p)throw new RangeError("Invalid path: "+i);if(a.push(p[0]=="*"?"":p[0][0]=='"'?JSON.parse(p[0]):p[0]),f+=p[0].length,f==i.length)break;let g=i[f++];if(f==i.length&&g=="!"){o=0;break}if(g!="/")throw new RangeError("Invalid path: "+i);l=i.slice(f)}let s=a.length-1,u=a[s];if(!u)throw new RangeError("Invalid path: "+i);let c=new P_(r,o,s>0?a.slice(0,s):null);t[u]=c.sort(t[u])}}return BH.add(t)}const BH=new Jt;class P_{constructor(t,n,r,i){this.tags=t,this.mode=n,this.context=r,this.next=i}get opaque(){return this.mode==0}get inherit(){return this.mode==1}sort(t){return!t||t.depth<this.depth?(this.next=t,this):(t.next=this.sort(t.next),t)}get depth(){return this.context?this.context.length:0}}P_.empty=new P_([],2,null);function CQe(e,t){let n=Object.create(null);for(let a of e)if(!Array.isArray(a.tag))n[a.tag.id]=a.class;else for(let o of a.tag)n[o.id]=a.class;let{scope:r,all:i=null}=t||{};return{style:a=>{let o=i;for(let l of a)for(let s of l.set){let u=n[s.id];if(u){o=o?o+" "+u:u;break}}return o},scope:r}}function kQe(e,t){let n=null;for(let r of e){let i=r.style(t);i&&(n=n?n+" "+i:i)}return n}function CKe(e,t,n,r=0,i=e.length){let a=new IQe(r,Array.isArray(t)?t:[t],n);a.highlightRange(e.cursor(),r,i,"",a.highlighters),a.flush(i)}class IQe{constructor(t,n,r){this.at=t,this.highlighters=n,this.span=r,this.class=""}startSpan(t,n){n!=this.class&&(this.flush(t),t>this.at&&(this.at=t),this.class=n)}flush(t){t>this.at&&this.class&&this.span(this.at,t,this.class)}highlightRange(t,n,r,i,a){let{type:o,from:l,to:s}=t;if(l>=r||s<=n)return;o.isTop&&(a=this.highlighters.filter(g=>!g.scope||g.scope(o)));let u=i,c=AQe(t)||P_.empty,f=kQe(a,c.tags);if(f&&(u&&(u+=" "),u+=f,c.mode==1&&(i+=(i?" ":"")+f)),this.startSpan(Math.max(n,l),u),c.opaque)return;let p=t.tree&&t.tree.prop(Jt.mounted);if(p&&p.overlay){let g=t.node.enter(p.overlay[0].from+l,1),v=this.highlighters.filter(S=>!S.scope||S.scope(p.tree.type)),m=t.firstChild();for(let S=0,y=l;;S++){let b=S<p.overlay.length?p.overlay[S]:null,O=b?b.from+l:s,R=Math.max(n,y),P=Math.min(r,O);if(R<P&&m)for(;t.from<P&&(this.highlightRange(t,R,P,i,a),this.startSpan(Math.min(P,t.to),u),!(t.to>=O||!t.nextSibling())););if(!b||O>r)break;y=b.to+l,y>n&&(this.highlightRange(g.cursor(),Math.max(n,b.from+l),Math.min(r,y),"",v),this.startSpan(Math.min(r,y),u))}m&&t.parent()}else if(t.firstChild()){p&&(i="");do if(!(t.to<=n)){if(t.from>=r)break;this.highlightRange(t,n,r,i,a),this.startSpan(Math.min(r,t.to),u)}while(t.nextSibling());t.parent()}}}function AQe(e){let t=e.type.prop(BH);for(;t&&t.context&&!e.matchContext(t.context);)t=t.next;return t||null}const Re=bo.define,yy=Re(),os=Re(),c4=Re(os),f4=Re(os),ls=Re(),_y=Re(ls),ww=Re(ls),vo=Re(),gu=Re(vo),po=Re(),go=Re(),cP=Re(),ep=Re(cP),Sy=Re(),Ee={comment:yy,lineComment:Re(yy),blockComment:Re(yy),docComment:Re(yy),name:os,variableName:Re(os),typeName:c4,tagName:Re(c4),propertyName:f4,attributeName:Re(f4),className:Re(os),labelName:Re(os),namespace:Re(os),macroName:Re(os),literal:ls,string:_y,docString:Re(_y),character:Re(_y),attributeValue:Re(_y),number:ww,integer:Re(ww),float:Re(ww),bool:Re(ls),regexp:Re(ls),escape:Re(ls),color:Re(ls),url:Re(ls),keyword:po,self:Re(po),null:Re(po),atom:Re(po),unit:Re(po),modifier:Re(po),operatorKeyword:Re(po),controlKeyword:Re(po),definitionKeyword:Re(po),moduleKeyword:Re(po),operator:go,derefOperator:Re(go),arithmeticOperator:Re(go),logicOperator:Re(go),bitwiseOperator:Re(go),compareOperator:Re(go),updateOperator:Re(go),definitionOperator:Re(go),typeOperator:Re(go),controlOperator:Re(go),punctuation:cP,separator:Re(cP),bracket:ep,angleBracket:Re(ep),squareBracket:Re(ep),paren:Re(ep),brace:Re(ep),content:vo,heading:gu,heading1:Re(gu),heading2:Re(gu),heading3:Re(gu),heading4:Re(gu),heading5:Re(gu),heading6:Re(gu),contentSeparator:Re(vo),list:Re(vo),quote:Re(vo),emphasis:Re(vo),strong:Re(vo),link:Re(vo),monospace:Re(vo),strikethrough:Re(vo),inserted:Re(),deleted:Re(),changed:Re(),invalid:Re(),meta:Sy,documentMeta:Re(Sy),annotation:Re(Sy),processingInstruction:Re(Sy),definition:bo.defineModifier(),constant:bo.defineModifier(),function:bo.defineModifier(),standard:bo.defineModifier(),local:bo.defineModifier(),special:bo.defineModifier()};CQe([{tag:Ee.link,class:"tok-link"},{tag:Ee.heading,class:"tok-heading"},{tag:Ee.emphasis,class:"tok-emphasis"},{tag:Ee.strong,class:"tok-strong"},{tag:Ee.keyword,class:"tok-keyword"},{tag:Ee.atom,class:"tok-atom"},{tag:Ee.bool,class:"tok-bool"},{tag:Ee.url,class:"tok-url"},{tag:Ee.labelName,class:"tok-labelName"},{tag:Ee.inserted,class:"tok-inserted"},{tag:Ee.deleted,class:"tok-deleted"},{tag:Ee.literal,class:"tok-literal"},{tag:Ee.string,class:"tok-string"},{tag:Ee.number,class:"tok-number"},{tag:[Ee.regexp,Ee.escape,Ee.special(Ee.string)],class:"tok-string2"},{tag:Ee.variableName,class:"tok-variableName"},{tag:Ee.local(Ee.variableName),class:"tok-variableName tok-local"},{tag:Ee.definition(Ee.variableName),class:"tok-variableName tok-definition"},{tag:Ee.special(Ee.variableName),class:"tok-variableName2"},{tag:Ee.definition(Ee.propertyName),class:"tok-propertyName tok-definition"},{tag:Ee.typeName,class:"tok-typeName"},{tag:Ee.namespace,class:"tok-namespace"},{tag:Ee.className,class:"tok-className"},{tag:Ee.macroName,class:"tok-macroName"},{tag:Ee.propertyName,class:"tok-propertyName"},{tag:Ee.operator,class:"tok-operator"},{tag:Ee.comment,class:"tok-comment"},{tag:Ee.meta,class:"tok-meta"},{tag:Ee.invalid,class:"tok-invalid"},{tag:Ee.punctuation,class:"tok-punctuation"}]);const DQe=1,HH=194,WH=195,MQe=196,d4=197,FQe=198,LQe=199,NQe=200,zQe=2,KH=3,h4=201,QQe=24,UQe=25,VQe=49,jQe=50,qQe=55,BQe=56,HQe=57,WQe=59,KQe=60,GQe=61,YQe=62,XQe=63,ZQe=65,JQe=238,eUe=71,tUe=241,nUe=242,rUe=243,iUe=244,aUe=245,oUe=246,lUe=247,sUe=248,GH=72,uUe=249,cUe=250,fUe=251,dUe=252,hUe=253,pUe=254,gUe=255,vUe=256,mUe=73,yUe=77,_Ue=263,SUe=112,bUe=130,OUe=151,EUe=152,wUe=155,dc=10,$g=13,lk=32,pS=9,sk=35,xUe=40,RUe=46,fP=123,p4=125,YH=39,XH=34,PUe=92,$Ue=111,TUe=120,CUe=78,kUe=117,IUe=85,AUe=new Set([UQe,VQe,jQe,_Ue,ZQe,bUe,BQe,HQe,JQe,YQe,XQe,GH,mUe,yUe,KQe,GQe,OUe,EUe,wUe,SUe]);function xw(e){return e==dc||e==$g}function Rw(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}const DUe=new hS((e,t)=>{let n;if(e.next<0)e.acceptToken(LQe);else if(t.context.flags&Gy)xw(e.next)&&e.acceptToken(FQe,1);else if(((n=e.peek(-1))<0||xw(n))&&t.canShift(d4)){let r=0;for(;e.next==lk||e.next==pS;)e.advance(),r++;(e.next==dc||e.next==$g||e.next==sk)&&e.acceptToken(d4,-r)}else xw(e.next)&&e.acceptToken(MQe,1)},{contextual:!0}),MUe=new hS((e,t)=>{let n=t.context;if(n.flags)return;let r=e.peek(-1);if(r==dc||r==$g){let i=0,a=0;for(;;){if(e.next==lk)i++;else if(e.next==pS)i+=8-i%8;else break;e.advance(),a++}i!=n.indent&&e.next!=dc&&e.next!=$g&&e.next!=sk&&(i<n.indent?e.acceptToken(WH,-a):e.acceptToken(HH))}}),Gy=1,ZH=2,al=4,ol=8,ll=16,sl=32;function Yy(e,t,n){this.parent=e,this.indent=t,this.flags=n,this.hash=(e?e.hash+e.hash<<8:0)+t+(t<<4)+n+(n<<6)}const FUe=new Yy(null,0,0);function LUe(e){let t=0;for(let n=0;n<e.length;n++)t+=e.charCodeAt(n)==pS?8-t%8:1;return t}const g4=new Map([[tUe,0],[nUe,al],[rUe,ol],[iUe,ol|al],[aUe,ll],[oUe,ll|al],[lUe,ll|ol],[sUe,ll|ol|al],[uUe,sl],[cUe,sl|al],[fUe,sl|ol],[dUe,sl|ol|al],[hUe,sl|ll],[pUe,sl|ll|al],[gUe,sl|ll|ol],[vUe,sl|ll|ol|al]].map(([e,t])=>[e,t|ZH])),NUe=new wQe({start:FUe,reduce(e,t,n,r){return e.flags&Gy&&AUe.has(t)||(t==eUe||t==GH)&&e.flags&ZH?e.parent:e},shift(e,t,n,r){return t==HH?new Yy(e,LUe(r.read(r.pos,n.pos)),0):t==WH?e.parent:t==QQe||t==qQe||t==WQe||t==KH?new Yy(e,0,Gy):g4.has(t)?new Yy(e,0,g4.get(t)|e.flags&Gy):e},hash(e){return e.hash}}),zUe=new hS(e=>{for(let t=0;t<5;t++){if(e.next!="print".charCodeAt(t))return;e.advance()}if(!/\w/.test(String.fromCharCode(e.next)))for(let t=0;;t++){let n=e.peek(t);if(!(n==lk||n==pS)){n!=xUe&&n!=RUe&&n!=dc&&n!=$g&&n!=sk&&e.acceptToken(DQe);return}}}),QUe=new hS((e,t)=>{let{flags:n}=t.context,r=n&al?XH:YH,i=(n&ol)>0,a=!(n&ll),o=(n&sl)>0,l=e.pos;for(;!(e.next<0);)if(o&&e.next==fP)if(e.peek(1)==fP)e.advance(2);else{if(e.pos==l){e.acceptToken(KH,1);return}break}else if(a&&e.next==PUe){if(e.pos==l){e.advance();let s=e.next;s>=0&&(e.advance(),UUe(e,s)),e.acceptToken(zQe);return}break}else if(e.next==r&&(!i||e.peek(1)==r&&e.peek(2)==r)){if(e.pos==l){e.acceptToken(h4,i?3:1);return}break}else if(e.next==dc){if(i)e.advance();else if(e.pos==l){e.acceptToken(h4);return}break}else e.advance();e.pos>l&&e.acceptToken(NQe)});function UUe(e,t){if(t==$Ue)for(let n=0;n<2&&e.next>=48&&e.next<=55;n++)e.advance();else if(t==TUe)for(let n=0;n<2&&Rw(e.next);n++)e.advance();else if(t==kUe)for(let n=0;n<4&&Rw(e.next);n++)e.advance();else if(t==IUe)for(let n=0;n<8&&Rw(e.next);n++)e.advance();else if(t==CUe&&e.next==fP){for(e.advance();e.next>=0&&e.next!=p4&&e.next!=YH&&e.next!=XH&&e.next!=dc;)e.advance();e.next==p4&&e.advance()}}const VUe=qH({'async "*" "**" FormatConversion FormatSpec':Ee.modifier,"for while if elif else try except finally return raise break continue with pass assert await yield match case":Ee.controlKeyword,"in not and or is del":Ee.operatorKeyword,"from def class global nonlocal lambda":Ee.definitionKeyword,import:Ee.moduleKeyword,"with as print":Ee.keyword,Boolean:Ee.bool,None:Ee.null,VariableName:Ee.variableName,"CallExpression/VariableName":Ee.function(Ee.variableName),"FunctionDefinition/VariableName":Ee.function(Ee.definition(Ee.variableName)),"ClassDefinition/VariableName":Ee.definition(Ee.className),PropertyName:Ee.propertyName,"CallExpression/MemberExpression/PropertyName":Ee.function(Ee.propertyName),Comment:Ee.lineComment,Number:Ee.number,String:Ee.string,FormatString:Ee.special(Ee.string),Escape:Ee.escape,UpdateOp:Ee.updateOperator,"ArithOp!":Ee.arithmeticOperator,BitOp:Ee.bitwiseOperator,CompareOp:Ee.compareOperator,AssignOp:Ee.definitionOperator,Ellipsis:Ee.punctuation,At:Ee.meta,"( )":Ee.paren,"[ ]":Ee.squareBracket,"{ }":Ee.brace,".":Ee.derefOperator,", ;":Ee.separator}),jUe={__proto__:null,await:44,or:54,and:56,in:60,not:62,is:64,if:70,else:72,lambda:76,yield:94,from:96,async:102,for:104,None:162,True:164,False:164,del:178,pass:182,break:186,continue:190,return:194,raise:202,import:206,as:208,global:212,nonlocal:214,assert:218,type:223,elif:236,while:240,try:246,except:248,finally:250,with:254,def:258,class:268,match:279,case:285},kKe=Pg.deserialize({version:14,states:"##jO`QeOOP$}OSOOO&WQtO'#HUOOQS'#Co'#CoOOQS'#Cp'#CpO'vQdO'#CnO*UQtO'#HTOOQS'#HU'#HUOOQS'#DU'#DUOOQS'#HT'#HTO*rQdO'#D_O+VQdO'#DfO+gQdO'#DjO+zOWO'#DuO,VOWO'#DvO.[QtO'#GuOOQS'#Gu'#GuO'vQdO'#GtO0ZQtO'#GtOOQS'#Eb'#EbO0rQdO'#EcOOQS'#Gs'#GsO0|QdO'#GrOOQV'#Gr'#GrO1XQdO'#FYOOQS'#G^'#G^O1^QdO'#FXOOQV'#IS'#ISOOQV'#Gq'#GqOOQV'#Fq'#FqQ`QeOOO'vQdO'#CqO1lQdO'#C}O1sQdO'#DRO2RQdO'#HYO2cQtO'#EVO'vQdO'#EWOOQS'#EY'#EYOOQS'#E['#E[OOQS'#E^'#E^O2wQdO'#E`O3_QdO'#EdO3rQdO'#EfO3zQtO'#EfO1XQdO'#EiO0rQdO'#ElO1XQdO'#EnO0rQdO'#EtO0rQdO'#EwO4VQdO'#EyO4^QdO'#FOO4iQdO'#EzO0rQdO'#FOO1XQdO'#FQO1XQdO'#FVO4nQdO'#F[P4uOdO'#GpPOOO)CBd)CBdOOQS'#Ce'#CeOOQS'#Cf'#CfOOQS'#Cg'#CgOOQS'#Ch'#ChOOQS'#Ci'#CiOOQS'#Cj'#CjOOQS'#Cl'#ClO'vQdO,59OO'vQdO,59OO'vQdO,59OO'vQdO,59OO'vQdO,59OO'vQdO,59OO5QQdO'#DoOOQS,5:Y,5:YO5eQdO'#HdOOQS,5:],5:]O5rQ!fO,5:]O5wQtO,59YO1lQdO,59bO1lQdO,59bO1lQdO,59bO8gQdO,59bO8lQdO,59bO8sQdO,59jO8zQdO'#HTO:QQdO'#HSOOQS'#HS'#HSOOQS'#D['#D[O:iQdO,59aO'vQdO,59aO:wQdO,59aOOQS,59y,59yO:|QdO,5:RO'vQdO,5:ROOQS,5:Q,5:QO;[QdO,5:QO;aQdO,5:XO'vQdO,5:XO'vQdO,5:VOOQS,5:U,5:UO;rQdO,5:UO;wQdO,5:WOOOW'#Fy'#FyO;|OWO,5:aOOQS,5:a,5:aO<XQdO'#HwOOOW'#Dw'#DwOOOW'#Fz'#FzO<iOWO,5:bOOQS,5:b,5:bOOQS'#F}'#F}O<wQtO,5:iO?iQtO,5=`O@SQ#xO,5=`O@sQtO,5=`OOQS,5:},5:}OA[QeO'#GWOBnQdO,5;^OOQV,5=^,5=^OByQtO'#IPOChQdO,5;tOOQS-E:[-E:[OOQV,5;s,5;sO4dQdO'#FQOOQV-E9o-E9oOCpQtO,59]OEwQtO,59iOFbQdO'#HVOFmQdO'#HVO1XQdO'#HVOFxQdO'#DTOGQQdO,59mOGVQdO'#HZO'vQdO'#HZO0rQdO,5=tOOQS,5=t,5=tO0rQdO'#EROOQS'#ES'#ESOGtQdO'#GPOHUQdO,58|OHUQdO,58|O*xQdO,5:oOHdQtO'#H]OOQS,5:r,5:rOOQS,5:z,5:zOHwQdO,5;OOIYQdO'#IOO1XQdO'#H}OOQS,5;Q,5;QOOQS'#GT'#GTOInQtO,5;QOI|QdO,5;QOJRQdO'#IQOOQS,5;T,5;TOJaQdO'#H|OOQS,5;W,5;WOJrQdO,5;YO4iQdO,5;`O4iQdO,5;cOJzQtO'#ITO'vQdO'#ITOKUQdO,5;eO4VQdO,5;eO0rQdO,5;jO1XQdO,5;lOKZQeO'#EuOLgQgO,5;fO!!hQdO'#IUO4iQdO,5;jO!!sQdO,5;lO!!{QdO,5;qO!#WQtO,5;vO'vQdO,5;vPOOO,5=[,5=[P!#_OSO,5=[P!#dOdO,5=[O!&XQtO1G.jO!&`QtO1G.jO!)PQtO1G.jO!)ZQtO1G.jO!+tQtO1G.jO!,XQtO1G.jO!,lQdO'#HcO!,zQtO'#GuO0rQdO'#HcO!-UQdO'#HbOOQS,5:Z,5:ZO!-^QdO,5:ZO!-cQdO'#HeO!-nQdO'#HeO!.RQdO,5>OOOQS'#Ds'#DsOOQS1G/w1G/wOOQS1G.|1G.|O!/RQtO1G.|O!/YQtO1G.|O1lQdO1G.|O!/uQdO1G/UOOQS'#DZ'#DZO0rQdO,59tOOQS1G.{1G.{O!/|QdO1G/eO!0^QdO1G/eO!0fQdO1G/fO'vQdO'#H[O!0kQdO'#H[O!0pQtO1G.{O!1QQdO,59iO!2WQdO,5=zO!2hQdO,5=zO!2pQdO1G/mO!2uQtO1G/mOOQS1G/l1G/lO!3VQdO,5=uO!3|QdO,5=uO0rQdO1G/qO!4kQdO1G/sO!4pQtO1G/sO!5QQtO1G/qOOQS1G/p1G/pOOQS1G/r1G/rOOOW-E9w-E9wOOQS1G/{1G/{O!5bQdO'#HxO0rQdO'#HxO!5sQdO,5>cOOOW-E9x-E9xOOQS1G/|1G/|OOQS-E9{-E9{O!6RQ#xO1G2zO!6rQtO1G2zO'vQdO,5<jOOQS,5<j,5<jOOQS-E9|-E9|OOQS,5<r,5<rOOQS-E:U-E:UOOQV1G0x1G0xO1XQdO'#GRO!7ZQtO,5>kOOQS1G1`1G1`O!7xQdO1G1`OOQS'#DV'#DVO0rQdO,5=qOOQS,5=q,5=qO!7}QdO'#FrO!8YQdO,59oO!8bQdO1G/XO!8lQtO,5=uOOQS1G3`1G3`OOQS,5:m,5:mO!9]QdO'#GtOOQS,5<k,5<kOOQS-E9}-E9}O!9nQdO1G.hOOQS1G0Z1G0ZO!9|QdO,5=wO!:^QdO,5=wO0rQdO1G0jO0rQdO1G0jO!:oQdO,5>jO!;QQdO,5>jO1XQdO,5>jO!;cQdO,5>iOOQS-E:R-E:RO!;hQdO1G0lO!;sQdO1G0lO!;xQdO,5>lO!<WQdO,5>lO!<fQdO,5>hO!<|QdO,5>hO!=_QdO'#EpO0rQdO1G0tO!=jQdO1G0tO!=oQgO1G0zO!AmQgO1G0}O!EhQdO,5>oO!ErQdO,5>oO!EzQtO,5>oO0rQdO1G1PO!FUQdO1G1PO4iQdO1G1UO!!sQdO1G1WOOQV,5;a,5;aO!FZQfO,5;aO!F`QgO1G1QO!JaQdO'#GZO4iQdO1G1QO4iQdO1G1QO!JqQdO,5>pO!KOQdO,5>pO1XQdO,5>pOOQV1G1U1G1UO!KWQdO'#FSO!KiQ!fO1G1WO!KqQdO1G1WOOQV1G1]1G1]O4iQdO1G1]O!KvQdO1G1]O!LOQdO'#F^OOQV1G1b1G1bO!#WQtO1G1bPOOO1G2v1G2vP!LTOSO1G2vOOQS,5=},5=}OOQS'#Dp'#DpO0rQdO,5=}O!LYQdO,5=|O!LmQdO,5=|OOQS1G/u1G/uO!LuQdO,5>PO!MVQdO,5>PO!M_QdO,5>PO!MrQdO,5>PO!NSQdO,5>POOQS1G3j1G3jOOQS7+$h7+$hO!8bQdO7+$pO# uQdO1G.|O# |QdO1G.|OOQS1G/`1G/`OOQS,5<`,5<`O'vQdO,5<`OOQS7+%P7+%PO#!TQdO7+%POOQS-E9r-E9rOOQS7+%Q7+%QO#!eQdO,5=vO'vQdO,5=vOOQS7+$g7+$gO#!jQdO7+%PO#!rQdO7+%QO#!wQdO1G3fOOQS7+%X7+%XO##XQdO1G3fO##aQdO7+%XOOQS,5<_,5<_O'vQdO,5<_O##fQdO1G3aOOQS-E9q-E9qO#$]QdO7+%]OOQS7+%_7+%_O#$kQdO1G3aO#%YQdO7+%_O#%_QdO1G3gO#%oQdO1G3gO#%wQdO7+%]O#%|QdO,5>dO#&gQdO,5>dO#&gQdO,5>dOOQS'#Dx'#DxO#&xO&jO'#DzO#'TO`O'#HyOOOW1G3}1G3}O#'YQdO1G3}O#'bQdO1G3}O#'mQ#xO7+(fO#(^QtO1G2UP#(wQdO'#GOOOQS,5<m,5<mOOQS-E:P-E:POOQS7+&z7+&zOOQS1G3]1G3]OOQS,5<^,5<^OOQS-E9p-E9pOOQS7+$s7+$sO#)UQdO,5=`O#)oQdO,5=`O#*QQtO,5<aO#*eQdO1G3cOOQS-E9s-E9sOOQS7+&U7+&UO#*uQdO7+&UO#+TQdO,5<nO#+iQdO1G4UOOQS-E:Q-E:QO#+zQdO1G4UOOQS1G4T1G4TOOQS7+&W7+&WO#,]QdO7+&WOOQS,5<p,5<pO#,hQdO1G4WOOQS-E:S-E:SOOQS,5<l,5<lO#,vQdO1G4SOOQS-E:O-E:OO1XQdO'#EqO#-^QdO'#EqO#-iQdO'#IRO#-qQdO,5;[OOQS7+&`7+&`O0rQdO7+&`O#-vQgO7+&fO!JdQdO'#GXO4iQdO7+&fO4iQdO7+&iO#1tQtO,5<tO'vQdO,5<tO#2OQdO1G4ZOOQS-E:W-E:WO#2YQdO1G4ZO4iQdO7+&kO0rQdO7+&kOOQV7+&p7+&pO!KiQ!fO7+&rO!KqQdO7+&rO`QeO1G0{OOQV-E:X-E:XO4iQdO7+&lO4iQdO7+&lOOQV,5<u,5<uO#2bQdO,5<uO!JdQdO,5<uOOQV7+&l7+&lO#2mQgO7+&lO#6hQdO,5<vO#6sQdO1G4[OOQS-E:Y-E:YO#7QQdO1G4[O#7YQdO'#IWO#7hQdO'#IWO1XQdO'#IWOOQS'#IW'#IWO#7sQdO'#IVOOQS,5;n,5;nO#7{QdO,5;nO0rQdO'#FUOOQV7+&r7+&rO4iQdO7+&rOOQV7+&w7+&wO4iQdO7+&wO#8QQfO,5;xOOQV7+&|7+&|POOO7+(b7+(bO#8VQdO1G3iOOQS,5<c,5<cO#8eQdO1G3hOOQS-E9u-E9uO#8xQdO,5<dO#9TQdO,5<dO#9hQdO1G3kOOQS-E9v-E9vO#9xQdO1G3kO#:QQdO1G3kO#:bQdO1G3kO#9xQdO1G3kOOQS<<H[<<H[O#:mQtO1G1zOOQS<<Hk<<HkP#:zQdO'#FtO8sQdO1G3bO#;XQdO1G3bO#;^QdO<<HkOOQS<<Hl<<HlO#;nQdO7+)QOOQS<<Hs<<HsO#<OQtO1G1yP#<oQdO'#FsO#<|QdO7+)RO#=^QdO7+)RO#=fQdO<<HwO#=kQdO7+({OOQS<<Hy<<HyO#>bQdO,5<bO'vQdO,5<bOOQS-E9t-E9tOOQS<<Hw<<HwOOQS,5<g,5<gO0rQdO,5<gO#>gQdO1G4OOOQS-E9y-E9yO#?QQdO1G4OO<XQdO'#H{OOOO'#D{'#D{OOOO'#F|'#F|O#?cO&jO,5:fOOOW,5>e,5>eOOOW7+)i7+)iO#?nQdO7+)iO#?vQdO1G2zO#@aQdO1G2zP'vQdO'#FuO0rQdO<<IpO1XQdO1G2YP1XQdO'#GSO#@rQdO7+)pO#ATQdO7+)pOOQS<<Ir<<IrP1XQdO'#GUP0rQdO'#GQOOQS,5;],5;]O#AfQdO,5>mO#AtQdO,5>mOOQS1G0v1G0vOOQS<<Iz<<IzOOQV-E:V-E:VO4iQdO<<JQOOQV,5<s,5<sO4iQdO,5<sOOQV<<JQ<<JQOOQV<<JT<<JTO#A|QtO1G2`P#BWQdO'#GYO#B_QdO7+)uO#BiQgO<<JVO4iQdO<<JVOOQV<<J^<<J^O4iQdO<<J^O!KiQ!fO<<J^O#FdQgO7+&gOOQV<<JW<<JWO#FnQgO<<JWOOQV1G2a1G2aO1XQdO1G2aO#JiQdO1G2aO4iQdO<<JWO1XQdO1G2bP0rQdO'#G[O#JtQdO7+)vO#KRQdO7+)vOOQS'#FT'#FTO0rQdO,5>rO#KZQdO,5>rOOQS,5>r,5>rO#KfQdO,5>qO#KwQdO,5>qOOQS1G1Y1G1YOOQS,5;p,5;pOOQV<<Jc<<JcO#LPQdO1G1dOOQS7+)T7+)TP#LUQdO'#FwO#LfQdO1G2OO#LyQdO1G2OO#MZQdO1G2OP#MfQdO'#FxO#MsQdO7+)VO#NTQdO7+)VO#NTQdO7+)VO#N]QdO7+)VO#NmQdO7+(|O8sQdO7+(|OOQSAN>VAN>VO$ WQdO<<LmOOQSAN>cAN>cO0rQdO1G1|O$ hQtO1G1|P$ rQdO'#FvOOQS1G2R1G2RP$!PQdO'#F{O$!^QdO7+)jO$!wQdO,5>gOOOO-E9z-E9zOOOW<<MT<<MTO$#VQdO7+(fOOQSAN?[AN?[OOQS7+'t7+'tO$#pQdO<<M[OOQS,5<q,5<qO$$RQdO1G4XOOQS-E:T-E:TOOQVAN?lAN?lOOQV1G2_1G2_O4iQdOAN?qO$$aQgOAN?qOOQVAN?xAN?xO4iQdOAN?xOOQV<<JR<<JRO4iQdOAN?rO4iQdO7+'{OOQV7+'{7+'{O1XQdO7+'{OOQVAN?rAN?rOOQS7+'|7+'|O$([QdO<<MbOOQS1G4^1G4^O0rQdO1G4^OOQS,5<w,5<wO$(iQdO1G4]OOQS-E:Z-E:ZOOQU'#G_'#G_O$(zQfO7+'OO$)VQdO'#F_O$*^QdO7+'jO$*nQdO7+'jOOQS7+'j7+'jO$*yQdO<<LqO$+ZQdO<<LqO$+ZQdO<<LqO$+cQdO'#H^OOQS<<Lh<<LhO$+mQdO<<LhOOQS7+'h7+'hOOQS'#D|'#D|OOOO1G4R1G4RO$,WQdO1G4RO$,`QdO1G4RP!=_QdO'#GVOOQVG25]G25]O4iQdOG25]OOQVG25dG25dOOQVG25^G25^OOQV<<Kg<<KgO4iQdO<<KgOOQS7+)x7+)xP$,kQdO'#G]OOQU-E:]-E:]OOQV<<Jj<<JjO$-_QtO'#FaOOQS'#Fc'#FcO$-oQdO'#FbO$.aQdO'#FbOOQS'#Fb'#FbO$.fQdO'#IYO$)VQdO'#FiO$)VQdO'#FiO$.}QdO'#FjO$)VQdO'#FkO$/UQdO'#IZOOQS'#IZ'#IZO$/sQdO,5;yOOQS<<KU<<KUO$/{QdO<<KUO$0]QdOANB]O$0mQdOANB]O$0uQdO'#H_OOQS'#H_'#H_O1sQdO'#DcO$1`QdO,5=xOOQSANBSANBSOOOO7+)m7+)mO$1wQdO7+)mOOQVLD*wLD*wOOQVANARANARO5rQ!fO'#GaO$2PQtO,5<SO$)VQdO'#FmOOQS,5<W,5<WOOQS'#Fd'#FdO$2qQdO,5;|O$2vQdO,5;|OOQS'#Fg'#FgO$)VQdO'#G`O$3hQdO,5<QO$4SQdO,5>tO$4dQdO,5>tO1XQdO,5<PO$4uQdO,5<TO$4zQdO,5<TO$)VQdO'#I[O$5PQdO'#I[O$5UQdO,5<UOOQS,5<V,5<VO'vQdO'#FpOOQU1G1e1G1eO4iQdO1G1eOOQSAN@pAN@pO$5ZQdOG27wO$5kQdO,59}OOQS1G3d1G3dOOOO<<MX<<MXOOQS,5<{,5<{OOQS-E:_-E:_O$5pQtO'#FaO$5wQdO'#I]O$6VQdO'#I]O$6_QdO,5<XOOQS1G1h1G1hO$6dQdO1G1hO$6iQdO,5<zOOQS-E:^-E:^O$7TQdO,5=OO$7lQdO1G4`OOQS-E:b-E:bOOQS1G1k1G1kOOQS1G1o1G1oO$7|QdO,5>vO$)VQdO,5>vOOQS1G1p1G1pO$8[QtO,5<[OOQU7+'P7+'PO$+cQdO1G/iO$)VQdO,5<YO$8cQdO,5>wO$8jQdO,5>wOOQS1G1s1G1sOOQS7+'S7+'SP$)VQdO'#GdO$8rQdO1G4bO$8|QdO1G4bO$9UQdO1G4bOOQS7+%T7+%TO$9dQdO1G1tO$9rQtO'#FaO$9yQdO,5<}OOQS,5<},5<}O$:XQdO1G4cOOQS-E:a-E:aO$)VQdO,5<|O$:`QdO,5<|O$:eQdO7+)|OOQS-E:`-E:`O$:oQdO7+)|O$)VQdO,5<ZP$)VQdO'#GcO$:wQdO1G2hO$)VQdO1G2hP$;VQdO'#GbO$;^QdO<<MhO$;hQdO1G1uO$;vQdO7+(SO8sQdO'#C}O8sQdO,59bO8sQdO,59bO8sQdO,59bO$<UQtO,5=`O8sQdO1G.|O0rQdO1G/XO0rQdO7+$pP$<iQdO'#GOO'vQdO'#GtO$<vQdO,59bO$<{QdO,59bO$=SQdO,59mO$=XQdO1G/UO1sQdO'#DRO8sQdO,59j",stateData:"$=r~O%cOS%^OSSOS%]PQ~OPdOVaOfoOhYOopOs!POvqO!PrO!Q{O!T!SO!U!RO!XZO!][O!h`O!r`O!s`O!t`O!{tO!}uO#PvO#RwO#TxO#XyO#ZzO#^|O#_|O#a}O#c!OO#l!QO#o!TO#s!UO#u!VO#z!WO#}hO$P!XO%oRO%pRO%tSO%uWO&Z]O&[]O&]]O&^]O&_]O&`]O&a]O&b]O&c^O&d^O&e^O&f^O&g^O&h^O&i^O&j^O~O%]!YO~OV!aO_!aOa!bOh!iO!X!kO!f!mO%j![O%k!]O%l!^O%m!_O%n!_O%o!`O%p!`O%q!aO%r!aO%s!aO~Ok%xXl%xXm%xXn%xXo%xXp%xXs%xXz%xX{%xX!x%xX#g%xX%[%xX%_%xX%z%xXg%xX!T%xX!U%xX%{%xX!W%xX![%xX!Q%xX#[%xXt%xX!m%xX~P%SOfoOhYO!XZO!][O!h`O!r`O!s`O!t`O%oRO%pRO%tSO%uWO&Z]O&[]O&]]O&^]O&_]O&`]O&a]O&b]O&c^O&d^O&e^O&f^O&g^O&h^O&i^O&j^O~Oz%wX{%wX#g%wX%[%wX%_%wX%z%wX~Ok!pOl!qOm!oOn!oOo!rOp!sOs!tO!x%wX~P)pOV!zOg!|Oo0cOv0qO!PrO~P'vOV#OOo0cOv0qO!W#PO~P'vOV#SOa#TOo0cOv0qO![#UO~P'vOQ#XO%`#XO%a#ZO~OQ#^OR#[O%`#^O%a#`O~OV%iX_%iXa%iXh%iXk%iXl%iXm%iXn%iXo%iXp%iXs%iXz%iX!X%iX!f%iX%j%iX%k%iX%l%iX%m%iX%n%iX%o%iX%p%iX%q%iX%r%iX%s%iXg%iX!T%iX!U%iX~O&Z]O&[]O&]]O&^]O&_]O&`]O&a]O&b]O&c^O&d^O&e^O&f^O&g^O&h^O&i^O&j^O{%iX!x%iX#g%iX%[%iX%_%iX%z%iX%{%iX!W%iX![%iX!Q%iX#[%iXt%iX!m%iX~P,eOz#dO{%hX!x%hX#g%hX%[%hX%_%hX%z%hX~Oo0cOv0qO~P'vO#g#gO%[#iO%_#iO~O%uWO~O!T#nO#u!VO#z!WO#}hO~OopO~P'vOV#sOa#tO%uWO{wP~OV#xOo0cOv0qO!Q#yO~P'vO{#{O!x$QO%z#|O#g!yX%[!yX%_!yX~OV#xOo0cOv0qO#g#SX%[#SX%_#SX~P'vOo0cOv0qO#g#WX%[#WX%_#WX~P'vOh$WO%uWO~O!f$YO!r$YO%uWO~OV$eO~P'vO!U$gO#s$hO#u$iO~O{$jO~OV$qO~P'vOS$sO%[$rO%c$tO~OV$}Oa$}Og%POo0cOv0qO~P'vOo0cOv0qO{%SO~P'vO&Y%UO~Oa!bOh!iO!X!kO!f!mOVba_bakbalbambanbaobapbasbazba{ba!xba#gba%[ba%_ba%jba%kba%lba%mba%nba%oba%pba%qba%rba%sba%zbagba!Tba!Uba%{ba!Wba![ba!Qba#[batba!mba~On%ZO~Oo%ZO~P'vOo0cO~P'vOk0eOl0fOm0dOn0dOo0mOp0nOs0rOg%wX!T%wX!U%wX%{%wX!W%wX![%wX!Q%wX#[%wX!m%wX~P)pO%{%]Og%vXz%vX!T%vX!U%vX!W%vX{%vX~Og%_Oz%`O!T%dO!U%cO~Og%_O~Oz%gO!T%dO!U%cO!W&SX~O!W%kO~Oz%lO{%nO!T%dO!U%cO![%}X~O![%rO~O![%sO~OQ#XO%`#XO%a%uO~OV%wOo0cOv0qO!PrO~P'vOQ#^OR#[O%`#^O%a%zO~OV!qa_!qaa!qah!qak!qal!qam!qan!qao!qap!qas!qaz!qa{!qa!X!qa!f!qa!x!qa#g!qa%[!qa%_!qa%j!qa%k!qa%l!qa%m!qa%n!qa%o!qa%p!qa%q!qa%r!qa%s!qa%z!qag!qa!T!qa!U!qa%{!qa!W!qa![!qa!Q!qa#[!qat!qa!m!qa~P#yOz%|O{%ha!x%ha#g%ha%[%ha%_%ha%z%ha~P%SOV&OOopOvqO{%ha!x%ha#g%ha%[%ha%_%ha%z%ha~P'vOz%|O{%ha!x%ha#g%ha%[%ha%_%ha%z%ha~OPdOVaOopOvqO!PrO!Q{O!{tO!}uO#PvO#RwO#TxO#XyO#ZzO#^|O#_|O#a}O#c!OO#g$zX%[$zX%_$zX~P'vO#g#gO%[&TO%_&TO~O!f&UOh&sX%[&sXz&sX#[&sX#g&sX%_&sX#Z&sXg&sX~Oh!iO%[&WO~Okealeameaneaoeapeaseazea{ea!xea#gea%[ea%_ea%zeagea!Tea!Uea%{ea!Wea![ea!Qea#[eatea!mea~P%SOsqazqa{qa#gqa%[qa%_qa%zqa~Ok!pOl!qOm!oOn!oOo!rOp!sO!xqa~PE`O%z&YOz%yX{%yX~O%uWOz%yX{%yX~Oz&]O{wX~O{&_O~Oz%lO#g%}X%[%}X%_%}Xg%}X{%}X![%}X!m%}X%z%}X~OV0lOo0cOv0qO!PrO~P'vO%z#|O#gUa%[Ua%_Ua~Oz&hO#g&PX%[&PX%_&PXn&PX~P%SOz&kO!Q&jO#g#Wa%[#Wa%_#Wa~Oz&lO#[&nO#g&rX%[&rX%_&rXg&rX~O!f$YO!r$YO#Z&qO%uWO~O#Z&qO~Oz&sO#g&tX%[&tX%_&tX~Oz&uO#g&pX%[&pX%_&pX{&pX~O!X&wO%z&xO~Oz&|On&wX~P%SOn'PO~OPdOVaOopOvqO!PrO!Q{O!{tO!}uO#PvO#RwO#TxO#XyO#ZzO#^|O#_|O#a}O#c!OO%['UO~P'vOt'YO#p'WO#q'XOP#naV#naf#nah#nao#nas#nav#na!P#na!Q#na!T#na!U#na!X#na!]#na!h#na!r#na!s#na!t#na!{#na!}#na#P#na#R#na#T#na#X#na#Z#na#^#na#_#na#a#na#c#na#l#na#o#na#s#na#u#na#z#na#}#na$P#na%X#na%o#na%p#na%t#na%u#na&Z#na&[#na&]#na&^#na&_#na&`#na&a#na&b#na&c#na&d#na&e#na&f#na&g#na&h#na&i#na&j#na%Z#na%_#na~Oz'ZO#[']O{&xX~Oh'_O!X&wO~Oh!iO{$jO!X&wO~O{'eO~P%SO%['hO~OS'iO%['hO~OV!aO_!aOa!bOh!iO!X!kO!f!mO%l!^O%m!_O%n!_O%o!`O%p!`O%q!aO%r!aO%s!aOkWilWimWinWioWipWisWizWi{Wi!xWi#gWi%[Wi%_Wi%jWi%zWigWi!TWi!UWi%{Wi!WWi![Wi!QWi#[WitWi!mWi~O%k!]O~P!#lO%kWi~P!#lOV!aO_!aOa!bOh!iO!X!kO!f!mO%o!`O%p!`O%q!aO%r!aO%s!aOkWilWimWinWioWipWisWizWi{Wi!xWi#gWi%[Wi%_Wi%jWi%kWi%lWi%zWigWi!TWi!UWi%{Wi!WWi![Wi!QWi#[WitWi!mWi~O%m!_O%n!_O~P!&gO%mWi%nWi~P!&gOa!bOh!iO!X!kO!f!mOkWilWimWinWioWipWisWizWi{Wi!xWi#gWi%[Wi%_Wi%jWi%kWi%lWi%mWi%nWi%oWi%pWi%zWigWi!TWi!UWi%{Wi!WWi![Wi!QWi#[WitWi!mWi~OV!aO_!aO%q!aO%r!aO%s!aO~P!)eOVWi_Wi%qWi%rWi%sWi~P!)eO!T%dO!U%cOg&VXz&VX~O%z'kO%{'kO~P,eOz'mOg&UX~Og'oO~Oz'pO{'rO!W&XX~Oo0cOv0qOz'pO{'sO!W&XX~P'vO!W'uO~Om!oOn!oOo!rOp!sOkjisjizji{ji!xji#gji%[ji%_ji%zji~Ol!qO~P!.WOlji~P!.WOk0eOl0fOm0dOn0dOo0mOp0nO~Ot'wO~P!/aOV'|Og'}Oo0cOv0qO~P'vOg'}Oz(OO~Og(QO~O!U(SO~Og(TOz(OO!T%dO!U%cO~P%SOk0eOl0fOm0dOn0dOo0mOp0nOgqa!Tqa!Uqa%{qa!Wqa![qa!Qqa#[qatqa!mqa~PE`OV'|Oo0cOv0qO!W&Sa~P'vOz(WO!W&Sa~O!W(XO~Oz(WO!T%dO!U%cO!W&Sa~P%SOV(]Oo0cOv0qO![%}a#g%}a%[%}a%_%}ag%}a{%}a!m%}a%z%}a~P'vOz(^O![%}a#g%}a%[%}a%_%}ag%}a{%}a!m%}a%z%}a~O![(aO~Oz(^O!T%dO!U%cO![%}a~P%SOz(dO!T%dO!U%cO![&Ta~P%SOz(gO{&lX![&lX!m&lX%z&lX~O{(kO![(mO!m(nO%z(jO~OV&OOopOvqO{%hi!x%hi#g%hi%[%hi%_%hi%z%hi~P'vOz(pO{%hi!x%hi#g%hi%[%hi%_%hi%z%hi~O!f&UOh&sa%[&saz&sa#[&sa#g&sa%_&sa#Z&sag&sa~O%[(uO~OV#sOa#tO%uWO~Oz&]O{wa~OopOvqO~P'vOz(^O#g%}a%[%}a%_%}ag%}a{%}a![%}a!m%}a%z%}a~P%SOz(zO#g%hX%[%hX%_%hX%z%hX~O%z#|O#gUi%[Ui%_Ui~O#g&Pa%[&Pa%_&Pan&Pa~P'vOz(}O#g&Pa%[&Pa%_&Pan&Pa~O%uWO#g&ra%[&ra%_&rag&ra~Oz)SO#g&ra%[&ra%_&rag&ra~Og)VO~OV)WOh$WO%uWO~O#Z)XO~O%uWO#g&ta%[&ta%_&ta~Oz)ZO#g&ta%[&ta%_&ta~Oo0cOv0qO#g&pa%[&pa%_&pa{&pa~P'vOz)^O#g&pa%[&pa%_&pa{&pa~OV)`Oa)`O%uWO~O%z)eO~Ot)hO#j)gOP#hiV#hif#hih#hio#his#hiv#hi!P#hi!Q#hi!T#hi!U#hi!X#hi!]#hi!h#hi!r#hi!s#hi!t#hi!{#hi!}#hi#P#hi#R#hi#T#hi#X#hi#Z#hi#^#hi#_#hi#a#hi#c#hi#l#hi#o#hi#s#hi#u#hi#z#hi#}#hi$P#hi%X#hi%o#hi%p#hi%t#hi%u#hi&Z#hi&[#hi&]#hi&^#hi&_#hi&`#hi&a#hi&b#hi&c#hi&d#hi&e#hi&f#hi&g#hi&h#hi&i#hi&j#hi%Z#hi%_#hi~Ot)iOP#kiV#kif#kih#kio#kis#kiv#ki!P#ki!Q#ki!T#ki!U#ki!X#ki!]#ki!h#ki!r#ki!s#ki!t#ki!{#ki!}#ki#P#ki#R#ki#T#ki#X#ki#Z#ki#^#ki#_#ki#a#ki#c#ki#l#ki#o#ki#s#ki#u#ki#z#ki#}#ki$P#ki%X#ki%o#ki%p#ki%t#ki%u#ki&Z#ki&[#ki&]#ki&^#ki&_#ki&`#ki&a#ki&b#ki&c#ki&d#ki&e#ki&f#ki&g#ki&h#ki&i#ki&j#ki%Z#ki%_#ki~OV)kOn&wa~P'vOz)lOn&wa~Oz)lOn&wa~P%SOn)pO~O%Y)tO~Ot)wO#p'WO#q)vOP#niV#nif#nih#nio#nis#niv#ni!P#ni!Q#ni!T#ni!U#ni!X#ni!]#ni!h#ni!r#ni!s#ni!t#ni!{#ni!}#ni#P#ni#R#ni#T#ni#X#ni#Z#ni#^#ni#_#ni#a#ni#c#ni#l#ni#o#ni#s#ni#u#ni#z#ni#}#ni$P#ni%X#ni%o#ni%p#ni%t#ni%u#ni&Z#ni&[#ni&]#ni&^#ni&_#ni&`#ni&a#ni&b#ni&c#ni&d#ni&e#ni&f#ni&g#ni&h#ni&i#ni&j#ni%Z#ni%_#ni~OV)zOo0cOv0qO{$jO~P'vOo0cOv0qO{&xa~P'vOz*OO{&xa~OV*SOa*TOg*WO%q*UO%uWO~O{$jO&{*YO~Oh'_O~Oh!iO{$jO~O%[*_O~O%[*aO~OV$}Oa$}Oo0cOv0qOg&Ua~P'vOz*dOg&Ua~Oo0cOv0qO{*gO!W&Xa~P'vOz*hO!W&Xa~Oo0cOv0qOz*hO{*kO!W&Xa~P'vOo0cOv0qOz*hO!W&Xa~P'vOz*hO{*kO!W&Xa~Om0dOn0dOo0mOp0nOgjikjisjizji!Tji!Uji%{ji!Wji{ji![ji#gji%[ji%_ji!Qji#[jitji!mji%zji~Ol0fO~P!N_Olji~P!N_OV'|Og*pOo0cOv0qO~P'vOn*rO~Og*pOz*tO~Og*uO~OV'|Oo0cOv0qO!W&Si~P'vOz*vO!W&Si~O!W*wO~OV(]Oo0cOv0qO![%}i#g%}i%[%}i%_%}ig%}i{%}i!m%}i%z%}i~P'vOz*zO!T%dO!U%cO![&Ti~Oz*}O![%}i#g%}i%[%}i%_%}ig%}i{%}i!m%}i%z%}i~O![+OO~Oa+QOo0cOv0qO![&Ti~P'vOz*zO![&Ti~O![+SO~OV+UOo0cOv0qO{&la![&la!m&la%z&la~P'vOz+VO{&la![&la!m&la%z&la~O!]+YO&n+[O![!nX~O![+^O~O{(kO![+_O~O{(kO![+_O!m+`O~OV&OOopOvqO{%hq!x%hq#g%hq%[%hq%_%hq%z%hq~P'vOz$ri{$ri!x$ri#g$ri%[$ri%_$ri%z$ri~P%SOV&OOopOvqO~P'vOV&OOo0cOv0qO#g%ha%[%ha%_%ha%z%ha~P'vOz+aO#g%ha%[%ha%_%ha%z%ha~Oz$ia#g$ia%[$ia%_$ian$ia~P%SO#g&Pi%[&Pi%_&Pin&Pi~P'vOz+dO#g#Wq%[#Wq%_#Wq~O#[+eOz$va#g$va%[$va%_$vag$va~O%uWO#g&ri%[&ri%_&rig&ri~Oz+gO#g&ri%[&ri%_&rig&ri~OV+iOh$WO%uWO~O%uWO#g&ti%[&ti%_&ti~Oo0cOv0qO#g&pi%[&pi%_&pi{&pi~P'vO{#{Oz#eX!W#eX~Oz+mO!W&uX~O!W+oO~Ot+rO#j)gOP#hqV#hqf#hqh#hqo#hqs#hqv#hq!P#hq!Q#hq!T#hq!U#hq!X#hq!]#hq!h#hq!r#hq!s#hq!t#hq!{#hq!}#hq#P#hq#R#hq#T#hq#X#hq#Z#hq#^#hq#_#hq#a#hq#c#hq#l#hq#o#hq#s#hq#u#hq#z#hq#}#hq$P#hq%X#hq%o#hq%p#hq%t#hq%u#hq&Z#hq&[#hq&]#hq&^#hq&_#hq&`#hq&a#hq&b#hq&c#hq&d#hq&e#hq&f#hq&g#hq&h#hq&i#hq&j#hq%Z#hq%_#hq~On$|az$|a~P%SOV)kOn&wi~P'vOz+yOn&wi~Oz,TO{$jO#[,TO~O#q,VOP#nqV#nqf#nqh#nqo#nqs#nqv#nq!P#nq!Q#nq!T#nq!U#nq!X#nq!]#nq!h#nq!r#nq!s#nq!t#nq!{#nq!}#nq#P#nq#R#nq#T#nq#X#nq#Z#nq#^#nq#_#nq#a#nq#c#nq#l#nq#o#nq#s#nq#u#nq#z#nq#}#nq$P#nq%X#nq%o#nq%p#nq%t#nq%u#nq&Z#nq&[#nq&]#nq&^#nq&_#nq&`#nq&a#nq&b#nq&c#nq&d#nq&e#nq&f#nq&g#nq&h#nq&i#nq&j#nq%Z#nq%_#nq~O#[,WOz%Oa{%Oa~Oo0cOv0qO{&xi~P'vOz,YO{&xi~O{#{O%z,[Og&zXz&zX~O%uWOg&zXz&zX~Oz,`Og&yX~Og,bO~O%Y,eO~O!T%dO!U%cOg&Viz&Vi~OV$}Oa$}Oo0cOv0qOg&Ui~P'vO{,hOz$la!W$la~Oo0cOv0qO{,iOz$la!W$la~P'vOo0cOv0qO{*gO!W&Xi~P'vOz,lO!W&Xi~Oo0cOv0qOz,lO!W&Xi~P'vOz,lO{,oO!W&Xi~Og$hiz$hi!W$hi~P%SOV'|Oo0cOv0qO~P'vOn,qO~OV'|Og,rOo0cOv0qO~P'vOV'|Oo0cOv0qO!W&Sq~P'vOz$gi![$gi#g$gi%[$gi%_$gig$gi{$gi!m$gi%z$gi~P%SOV(]Oo0cOv0qO~P'vOa+QOo0cOv0qO![&Tq~P'vOz,sO![&Tq~O![,tO~OV(]Oo0cOv0qO![%}q#g%}q%[%}q%_%}qg%}q{%}q!m%}q%z%}q~P'vO{,uO~OV+UOo0cOv0qO{&li![&li!m&li%z&li~P'vOz,zO{&li![&li!m&li%z&li~O!]+YO&n+[O![!na~O{(kO![,}O~OV&OOo0cOv0qO#g%hi%[%hi%_%hi%z%hi~P'vOz-OO#g%hi%[%hi%_%hi%z%hi~O%uWO#g&rq%[&rq%_&rqg&rq~Oz-RO#g&rq%[&rq%_&rqg&rq~OV)`Oa)`O%uWO!W&ua~Oz-TO!W&ua~On$|iz$|i~P%SOV)kO~P'vOV)kOn&wq~P'vOt-XOP#myV#myf#myh#myo#mys#myv#my!P#my!Q#my!T#my!U#my!X#my!]#my!h#my!r#my!s#my!t#my!{#my!}#my#P#my#R#my#T#my#X#my#Z#my#^#my#_#my#a#my#c#my#l#my#o#my#s#my#u#my#z#my#}#my$P#my%X#my%o#my%p#my%t#my%u#my&Z#my&[#my&]#my&^#my&_#my&`#my&a#my&b#my&c#my&d#my&e#my&f#my&g#my&h#my&i#my&j#my%Z#my%_#my~O%Z-]O%_-]O~P`O#q-^OP#nyV#nyf#nyh#nyo#nys#nyv#ny!P#ny!Q#ny!T#ny!U#ny!X#ny!]#ny!h#ny!r#ny!s#ny!t#ny!{#ny!}#ny#P#ny#R#ny#T#ny#X#ny#Z#ny#^#ny#_#ny#a#ny#c#ny#l#ny#o#ny#s#ny#u#ny#z#ny#}#ny$P#ny%X#ny%o#ny%p#ny%t#ny%u#ny&Z#ny&[#ny&]#ny&^#ny&_#ny&`#ny&a#ny&b#ny&c#ny&d#ny&e#ny&f#ny&g#ny&h#ny&i#ny&j#ny%Z#ny%_#ny~Oz-aO{$jO#[-aO~Oo0cOv0qO{&xq~P'vOz-dO{&xq~O%z,[Og&zaz&za~OV*SOa*TO%q*UO%uWOg&ya~Oz-hOg&ya~O$S-lO~OV$}Oa$}Oo0cOv0qO~P'vOo0cOv0qO{-mOz$li!W$li~P'vOo0cOv0qOz$li!W$li~P'vO{-mOz$li!W$li~Oo0cOv0qO{*gO~P'vOo0cOv0qO{*gO!W&Xq~P'vOz-pO!W&Xq~Oo0cOv0qOz-pO!W&Xq~P'vOs-sO!T%dO!U%cOg&Oq!W&Oq![&Oqz&Oq~P!/aOa+QOo0cOv0qO![&Ty~P'vOz$ji![$ji~P%SOa+QOo0cOv0qO~P'vOV+UOo0cOv0qO~P'vOV+UOo0cOv0qO{&lq![&lq!m&lq%z&lq~P'vO{(kO![-xO!m-yO%z-wO~OV&OOo0cOv0qO#g%hq%[%hq%_%hq%z%hq~P'vO%uWO#g&ry%[&ry%_&ryg&ry~OV)`Oa)`O%uWO!W&ui~Ot-}OP#m!RV#m!Rf#m!Rh#m!Ro#m!Rs#m!Rv#m!R!P#m!R!Q#m!R!T#m!R!U#m!R!X#m!R!]#m!R!h#m!R!r#m!R!s#m!R!t#m!R!{#m!R!}#m!R#P#m!R#R#m!R#T#m!R#X#m!R#Z#m!R#^#m!R#_#m!R#a#m!R#c#m!R#l#m!R#o#m!R#s#m!R#u#m!R#z#m!R#}#m!R$P#m!R%X#m!R%o#m!R%p#m!R%t#m!R%u#m!R&Z#m!R&[#m!R&]#m!R&^#m!R&_#m!R&`#m!R&a#m!R&b#m!R&c#m!R&d#m!R&e#m!R&f#m!R&g#m!R&h#m!R&i#m!R&j#m!R%Z#m!R%_#m!R~Oo0cOv0qO{&xy~P'vOV*SOa*TO%q*UO%uWOg&yi~O$S-lO%Z.VO%_.VO~OV.aOh._O!X.^O!].`O!h.YO!s.[O!t.[O%p.XO%uWO&Z]O&[]O&]]O&^]O&_]O&`]O&a]O&b]O~Oo0cOv0qOz$lq!W$lq~P'vO{.fOz$lq!W$lq~Oo0cOv0qO{*gO!W&Xy~P'vOz.gO!W&Xy~Oo0cOv.kO~P'vOs-sO!T%dO!U%cOg&Oy!W&Oy![&Oyz&Oy~P!/aO{(kO![.nO~O{(kO![.nO!m.oO~OV*SOa*TO%q*UO%uWO~Oh.tO!f.rOz$TX#[$TX%j$TXg$TX~Os$TX{$TX!W$TX![$TX~P$,yO%o.vO%p.vOs$UXz$UX{$UX#[$UX%j$UX!W$UXg$UX![$UX~O!h.xO~Oz.|O#[/OO%j.yOs&|X{&|X!W&|Xg&|X~Oa/RO~P$)cOh.tOs&}Xz&}X{&}X#[&}X%j&}X!W&}Xg&}X![&}X~Os/VO{$jO~Oo0cOv0qOz$ly!W$ly~P'vOo0cOv0qO{*gO!W&X!R~P'vOz/ZO!W&X!R~Og&RXs&RX!T&RX!U&RX!W&RX![&RXz&RX~P!/aOs-sO!T%dO!U%cOg&Qa!W&Qa![&Qaz&Qa~O{(kO![/^O~O!f.rOh$[as$[az$[a{$[a#[$[a%j$[a!W$[ag$[a![$[a~O!h/eO~O%o.vO%p.vOs$Uaz$Ua{$Ua#[$Ua%j$Ua!W$Uag$Ua![$Ua~O%j.yOs$Yaz$Ya{$Ya#[$Ya!W$Yag$Ya![$Ya~Os&|a{&|a!W&|ag&|a~P$)VOz/jOs&|a{&|a!W&|ag&|a~O!W/mO~Og/mO~O{/oO~O![/pO~Oo0cOv0qO{*gO!W&X!Z~P'vO{/sO~O%z/tO~P$,yOz/uO#[/OO%j.yOg'PX~Oz/uOg'PX~Og/wO~O!h/xO~O#[/OOs%Saz%Sa{%Sa%j%Sa!W%Sag%Sa![%Sa~O#[/OO%j.yOs%Waz%Wa{%Wa!W%Wag%Wa~Os&|i{&|i!W&|ig&|i~P$)VOz/zO#[/OO%j.yO!['Oa~O{$da~P%SOg'Pa~P$)VOz0SOg'Pa~Oa0UO!['Oi~P$)cOz0WO!['Oi~Oz0WO#[/OO%j.yO!['Oi~O#[/OO%j.yOg$biz$bi~O%z0ZO~P$,yO#[/OO%j.yOg%Vaz%Va~Og'Pi~P$)VO{0^O~Oa0UO!['Oq~P$)cOz0`O!['Oq~O#[/OO%j.yOz%Ui![%Ui~Oa0UO~P$)cOa0UO!['Oy~P$)cO#[/OO%j.yOg$ciz$ci~O#[/OO%j.yOz%Uq![%Uq~Oz+aO#g%ha%[%ha%_%ha%z%ha~P%SOV&OOo0cOv0qO~P'vOn0hO~Oo0hO~P'vO{0iO~Ot0jO~P!/aO&]&Z&j&h&i&g&f&d&e&c&b&`&a&_&^&[%u~",goto:"!=l'QPPPPPP'RP'Z*s+]+v,b,}-kP.YP'Z.y.y'ZPPP'Z2cPPPPPP2c5VPP5VP7g7p=xPP={>m>pPP'Z'ZPP?PPP'Z'ZPP'Z'Z'Z'Z'Z?T?}'ZP@QP@WD_G{HPPHSH^Hb'ZPPPHeHn'RP'R'RP'RP'RP'RP'RP'R'R'RP'RPP'RPP'RP'RPHtIQIYPIaIgPIaPIaIaPPPIaPKuPLOLYL`KuPIaLiPIaPLpLvPLzM`M}NhLzLzNnN{LzLzLzLz! a! g! j! o! r! |!!S!!`!!r!!x!#S!#Y!#v!#|!$S!$^!$d!$j!$|!%W!%^!%d!%n!%t!%z!&Q!&W!&^!&h!&n!&x!'O!'X!'_!'n!'v!(Q!(XPPPPPPPPPPP!(_!(b!(h!(q!({!)WPPPPPPPPPPPP!-z!/`!3`!6pPP!6x!7X!7b!8Z!8Q!8d!8j!8m!8p!8s!8{!9lPPPPPPPPPPPPPPPPP!9o!9s!9yP!:_!:c!:o!:x!;U!;l!;o!;r!;x!<O!<U!<XP!<a!<j!=f!=i]eOn#g$j)t,P'}`OTYZ[adnoprtxy}!P!Q!R!U!X!c!d!e!f!g!h!i!k!o!p!q!s!t!z#O#S#T#[#d#g#x#y#{#}$Q$e$g$h$j$q$}%S%Z%^%`%c%g%l%n%w%|&O&Z&_&h&j&k&u&x&|'P'W'Z'l'm'p'r's'w'|(O(S(W(](^(d(g(p(r(z(})^)e)g)k)l)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+Q+U+V+Y+a+c+d+k+x+y,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/V/Z/s0c0d0e0f0h0i0j0k0l0n0r}!cQ#c#p$R$d$p%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!P!dQ#c#p$R$d$p$u%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!R!eQ#c#p$R$d$p$u$v%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!T!fQ#c#p$R$d$p$u$v$w%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!V!gQ#c#p$R$d$p$u$v$w$x%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!X!hQ#c#p$R$d$p$u$v$w$x$y%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g!]!hQ!n#c#p$R$d$p$u$v$w$x$y$z%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0g'}TOTYZ[adnoprtxy}!P!Q!R!U!X!c!d!e!f!g!h!i!k!o!p!q!s!t!z#O#S#T#[#d#g#x#y#{#}$Q$e$g$h$j$q$}%S%Z%^%`%c%g%l%n%w%|&O&Z&_&h&j&k&u&x&|'P'W'Z'l'm'p'r's'w'|(O(S(W(](^(d(g(p(r(z(})^)e)g)k)l)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+Q+U+V+Y+a+c+d+k+x+y,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/V/Z/s0c0d0e0f0h0i0j0k0l0n0r&cVOYZ[dnprxy}!P!Q!U!i!k!o!p!q!s!t#[#d#g#y#{#}$Q$h$j$}%S%Z%^%`%g%l%n%w%|&Z&_&j&k&u&x'P'W'Z'l'm'p'r's'w(O(W(^(d(g(p(r(z)^)e)g)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+U+V+Y+a+d+k,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/Z/s0c0d0e0f0h0i0j0k0n0r%mXOYZ[dnrxy}!P!Q!U!i!k#[#d#g#y#{#}$Q$h$j$}%S%^%`%g%l%n%w%|&Z&_&j&k&u&x'P'W'Z'l'm'p'r's'w(O(W(^(d(g(p(r(z)^)e)g)p)t)z*O*Y*d*g*h*k*q*t*v*y*z*}+U+V+Y+a+d+k,P,X,Y,],g,h,i,k,l,o,s,u,w,y,z-O-d-f-m-p.f.g/Z0i0j0kQ#vqQ/[.kR0o0q't`OTYZ[adnoprtxy}!P!Q!R!U!X!c!d!e!f!g!h!k!o!p!q!s!t!z#O#S#T#[#d#g#x#y#{#}$Q$e$g$h$j$q$}%S%Z%^%`%c%g%l%n%w%|&O&Z&_&h&j&k&u&x&|'P'W'Z'l'p'r's'w'|(O(S(W(](^(d(g(p(r(z(})^)e)g)k)l)p)t)z*O*Y*g*h*k*q*r*t*v*y*z*}+Q+U+V+Y+a+c+d+k+x+y,P,X,Y,],h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/V/Z/s0c0d0e0f0h0i0j0k0l0n0rh#jhz{$W$Z&l&q)S)X+f+g-RW#rq&].k0qQ$]|Q$a!OQ$n!VQ$o!WW$|!i'm*d,gS&[#s#tQ'S$iQ(s&UQ)U&nU)Y&s)Z+jW)a&w+m-T-{Q*Q']W*R'_,`-h.TQ+l)`S,_*S*TQ-Q+eQ-_,TQ-c,WQ.R-al.W-l.^._.a.z.|/R/j/o/t/y0U0Z0^Q/S.`Q/a.tQ/l/OU0P/u0S0[X0V/z0W0_0`R&Z#r!_!wYZ!P!Q!k%S%`%g'p'r's(O(W)g*g*h*k*q*t*v,h,i,k,l,o-m-p.f.g/ZR%^!vQ!{YQ%x#[Q&d#}Q&g$QR,{+YT.j-s/s^)e)g)k)l)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+Q+U+V+Y+a+c+d+k+x+y,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/V/Z/s0c0d0e0f0h0i0j0k0l0n0rS#a_#b!P.[-l.^._.`.a.t.z.|/R/j/o/t/u/y/z0S0U0W0Z0[0^0_0`'|_OTYZ[adnoprtxy}!P!Q!R!U!X!c!d!e!f!g!h!i!k!o!p!q!s!t!z#O#S#T#[#d#g#x#y#{#}$Q$e$g$h$j$q$}%S%Z%^%`%c%g%l%n%w%|&O&Z&_&h&j&k&u&x&|'P'W'Z'l'm'p'r's'w'|(O(S(W(](^(d(g(p(r(z(})^)e)g)k)l)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+Q+U+V+Y+a+c+d+k+x+y,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/V/Z/s0c0d0e0f0h0i0j0k0l0n0rT#a_#bT#^^#_R(o%xa(l%x(n(o+`,{-y-z.oT+[(k+]R-z,{Q$PsQ+l)aR,^*RX#}s$O$P&fQ&y$aQ'a$nQ'd$oR)s'SQ)b&wV-S+m-T-{ZgOn$j)t,PXkOn)t,PQ$k!TQ&z$bQ&{$cQ'^$mQ'b$oQ)q'RQ)x'WQ){'XQ)|'YQ*Z'`S*]'c'dQ+s)gQ+u)hQ+v)iQ+z)oS+|)r*[Q,Q)vQ,R)wS,S)y)zQ,d*^Q-V+rQ-W+tQ-Y+{S-Z+},OQ-`,UQ-b,VQ-|-XQ.O-[Q.P-^Q.Q-_Q.p-}Q.q.RQ/W.dR/r/XWkOn)t,PR#mjQ'`$nS)r'S'aR,O)sQ,]*RR-f,^Q*['`Q+})rR-[,OZiOjn)t,PQ'f$pR*`'gT-j,e-ku.c-l.^._.a.t.z.|/R/j/o/t/u/y0S0U0Z0[0^t.c-l.^._.a.t.z.|/R/j/o/t/u/y0S0U0Z0[0^Q/S.`X0V/z0W0_0`!P.Z-l.^._.`.a.t.z.|/R/j/o/t/u/y/z0S0U0W0Z0[0^0_0`Q.w.YR/f.xg.z.].{/b/i/n/|0O0Q0]0a0bu.b-l.^._.a.t.z.|/R/j/o/t/u/y0S0U0Z0[0^X.u.W.b/a0PR/c.tV0R/u0S0[R/X.dQnOS#on,PR,P)tQ&^#uR(x&^S%m#R#wS(_%m(bT(b%p&`Q%a!yQ%h!}W(P%a%h(U(YQ(U%eR(Y%jQ&i$RR)O&iQ(e%qQ*{(`T+R(e*{Q'n%OR*e'nS'q%R%SY*i'q*j,m-q.hU*j'r's'tU,m*k*l*mS-q,n,oR.h-rQ#Y]R%t#YQ#_^R%y#_Q(h%vS+W(h+XR+X(iQ+](kR,|+]Q#b_R%{#bQ#ebQ%}#cW&Q#e%}({+bQ({&cR+b0gQ$OsS&e$O&fR&f$PQ&v$_R)_&vQ&V#jR(t&VQ&m$VS)T&m+hR+h)UQ$Z{R&p$ZQ&t$]R)[&tQ+n)bR-U+nQ#hfR&S#hQ)f&zR+q)fQ&}$dS)m&})nR)n'OQ'V$kR)u'VQ'[$lS*P'[,ZR,Z*QQ,a*VR-i,aWjOn)t,PR#ljQ-k,eR.U-kd.{.]/b/i/n/|0O0Q0]0a0bR/h.{U.s.W/a0PR/`.sQ/{/nS0X/{0YR0Y/|S/v/b/cR0T/vQ.}.]R/k.}R!ZPXmOn)t,PWlOn)t,PR'T$jYfOn$j)t,PR&R#g[sOn#g$j)t,PR&d#}&bQOYZ[dnprxy}!P!Q!U!i!k!o!p!q!s!t#[#d#g#y#{#}$Q$h$j$}%S%Z%^%`%g%l%n%w%|&Z&_&j&k&u&x'P'W'Z'l'm'p'r's'w(O(W(^(d(g(p(r(z)^)e)g)p)t)z*O*Y*d*g*h*k*q*r*t*v*y*z*}+U+V+Y+a+d+k,P,X,Y,],g,h,i,k,l,o,q,s,u,w,y,z-O-d-f-m-p-s.f.g/Z/s0c0d0e0f0h0i0j0k0n0rQ!nTQ#caQ#poU$Rt%c(SS$d!R$gQ$p!XQ$u!cQ$v!dQ$w!eQ$x!fQ$y!gQ$z!hQ%e!zQ%j#OQ%p#SQ%q#TQ&`#xQ'O$eQ'g$qQ(q&OU(|&h(}+cW)j&|)l+x+yQ*o'|Q*x(]Q+w)kQ,v+QQ/q/VR0g0lQ!yYQ!}ZQ$b!PQ$c!QQ%R!kQ't%S^'{%`%g(O(W*q*t*v^*f'p*h,k,l-p.g/ZQ*l'rQ*m'sQ+t)gQ,j*gQ,n*kQ-n,hQ-o,iQ-r,oQ.e-mR/Y.f[bOn#g$j)t,P!^!vYZ!P!Q!k%S%`%g'p'r's(O(W)g*g*h*k*q*t*v,h,i,k,l,o-m-p.f.g/ZQ#R[Q#fdS#wrxQ$UyW$_}$Q'P)pS$l!U$hW${!i'm*d,gS%v#[+Y`&P#d%|(p(r(z+a-O0kQ&a#yQ&b#{Q&c#}Q'j$}Q'z%^W([%l(^*y*}Q(`%nQ(i%wQ(v&ZS(y&_0iQ)P&jQ)Q&kU)]&u)^+kQ)d&xQ)y'WY)}'Z*O,X,Y-dQ*b'lS*n'w0jW+P(d*z,s,wW+T(g+V,y,zQ+p)eQ,U)zQ,c*YQ,x+UQ-P+dQ-e,]Q-v,uR.S-fhUOn#d#g$j%|&_'w(p(r)t,P%S!uYZ[drxy}!P!Q!U!i!k#[#y#{#}$Q$h$}%S%^%`%g%l%n%w&Z&j&k&u&x'P'W'Z'l'm'p'r's(O(W(^(d(g(z)^)e)g)p)z*O*Y*d*g*h*k*q*t*v*y*z*}+U+V+Y+a+d+k,X,Y,],g,h,i,k,l,o,s,u,w,y,z-O-d-f-m-p.f.g/Z0i0j0kQ#qpW%W!o!s0d0nQ%X!pQ%Y!qQ%[!tQ%f0cS'v%Z0hQ'x0eQ'y0fQ,p*rQ-u,qS.i-s/sR0p0rU#uq.k0qR(w&][cOn#g$j)t,PZ!xY#[#}$Q+YQ#W[Q#zrR$TxQ%b!yQ%i!}Q%o#RQ'j${Q(V%eQ(Z%jQ(c%pQ(f%qQ*|(`Q,f*bQ-t,pQ.m-uR/].lQ$StQ(R%cR*s(SQ.l-sR/}/sR#QZR#V[R%Q!iQ%O!iV*c'm*d,g!]!lQ!n#c#p$R$d$p$u$v$w$x$y$z%e%j%p%q&`'O'g(q(|)j*o*x+w,v/q0gR%T!kT#]^#_Q%x#[R,{+YQ(m%xS+_(n(oQ,}+`Q-x,{S.n-y-zR/^.oT+Z(k+]Q$`}Q&g$QQ)o'PR+{)pQ$XzQ)W&qR+i)XQ$XzQ&o$WQ)W&qR+i)XQ#khW$Vz$W&q)XQ$[{Q&r$ZZ)R&l)S+f+g-RR$^|R)c&wXlOn)t,PQ$f!RR'Q$gQ$m!UR'R$hR*X'_Q*V'_V-g,`-h.TQ.d-lQ/P.^R/Q._U.]-l.^._Q/U.aQ/b.tQ/g.zU/i.|/j/yQ/n/RQ/|/oQ0O/tU0Q/u0S0[Q0]0UQ0a0ZR0b0^R/T.`R/d.t",nodeNames:"⚠ print Escape { Comment Script AssignStatement * BinaryExpression BitOp BitOp BitOp BitOp ArithOp ArithOp @ ArithOp ** UnaryExpression ArithOp BitOp AwaitExpression await ) ( ParenthesizedExpression BinaryExpression or and CompareOp in not is UnaryExpression ConditionalExpression if else LambdaExpression lambda ParamList VariableName AssignOp , : NamedExpression AssignOp YieldExpression yield from TupleExpression ComprehensionExpression async for LambdaExpression ] [ ArrayExpression ArrayComprehensionExpression } { DictionaryExpression DictionaryComprehensionExpression SetExpression SetComprehensionExpression CallExpression ArgList AssignOp MemberExpression . PropertyName Number String FormatString FormatReplacement FormatSelfDoc FormatConversion FormatSpec FormatReplacement FormatSelfDoc ContinuedString Ellipsis None Boolean TypeDef AssignOp UpdateStatement UpdateOp ExpressionStatement DeleteStatement del PassStatement pass BreakStatement break ContinueStatement continue ReturnStatement return YieldStatement PrintStatement RaiseStatement raise ImportStatement import as ScopeStatement global nonlocal AssertStatement assert TypeDefinition type TypeParamList TypeParam StatementGroup ; IfStatement Body elif WhileStatement while ForStatement TryStatement try except finally WithStatement with FunctionDefinition def ParamList AssignOp TypeDef ClassDefinition class DecoratedStatement Decorator At MatchStatement match MatchBody MatchClause case CapturePattern LiteralPattern ArithOp ArithOp AsPattern OrPattern LogicOp AttributePattern SequencePattern MappingPattern StarPattern ClassPattern PatternArgList KeywordPattern KeywordPattern Guard",maxTerm:277,context:NUe,nodeProps:[["isolate",-5,4,71,72,73,77,""],["group",-15,6,85,87,88,90,92,94,96,98,99,100,102,105,108,110,"Statement Statement",-22,8,18,21,25,40,49,50,56,57,60,61,62,63,64,67,70,71,72,79,80,81,82,"Expression",-10,114,116,119,121,122,126,128,133,135,138,"Statement",-9,143,144,147,148,150,151,152,153,154,"Pattern"],["openedBy",23,"(",54,"[",58,"{"],["closedBy",24,")",55,"]",59,"}"]],propSources:[VUe],skippedNodes:[0,4],repeatNodeCount:34,tokenData:"!2|~R!`OX%TXY%oY[%T[]%o]p%Tpq%oqr'ars)Yst*xtu%Tuv,dvw-hwx.Uxy/tyz0[z{0r{|2S|}2p}!O3W!O!P4_!P!Q:Z!Q!R;k!R![>_![!]Do!]!^Es!^!_FZ!_!`Gk!`!aHX!a!b%T!b!cIf!c!dJU!d!eK^!e!hJU!h!i!#f!i!tJU!t!u!,|!u!wJU!w!x!.t!x!}JU!}#O!0S#O#P&o#P#Q!0j#Q#R!1Q#R#SJU#S#T%T#T#UJU#U#VK^#V#YJU#Y#Z!#f#Z#fJU#f#g!,|#g#iJU#i#j!.t#j#oJU#o#p!1n#p#q!1s#q#r!2a#r#s!2f#s$g%T$g;'SJU;'S;=`KW<%lOJU`%YT&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%T`%lP;=`<%l%To%v]&n`%c_OX%TXY%oY[%T[]%o]p%Tpq%oq#O%T#O#P&o#P#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To&tX&n`OY%TYZ%oZ]%T]^%o^#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc'f[&n`O!_%T!_!`([!`#T%T#T#U(r#U#f%T#f#g(r#g#h(r#h#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc(cTmR&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc(yT!mR&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk)aV&n`&[ZOr%Trs)vs#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk){V&n`Or%Trs*bs#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk*iT&n`&^ZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To+PZS_&n`OY*xYZ%TZ]*x]^%T^#o*x#o#p+r#p#q*x#q#r+r#r;'S*x;'S;=`,^<%lO*x_+wTS_OY+rZ]+r^;'S+r;'S;=`,W<%lO+r_,ZP;=`<%l+ro,aP;=`<%l*xj,kV%rQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tj-XT!xY&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tj-oV%lQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk.]V&n`&ZZOw%Twx.rx#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk.wV&n`Ow%Twx/^x#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk/eT&n`&]ZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk/{ThZ&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc0cTgR&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk0yXVZ&n`Oz%Tz{1f{!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk1mVaR&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk2ZV%oZ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc2wTzR&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To3_W%pZ&n`O!_%T!_!`-Q!`!a3w!a#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Td4OT&{S&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk4fX!fQ&n`O!O%T!O!P5R!P!Q%T!Q![6T![#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk5WV&n`O!O%T!O!P5m!P#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk5tT!rZ&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti6[a!hX&n`O!Q%T!Q![6T![!g%T!g!h7a!h!l%T!l!m9s!m#R%T#R#S6T#S#X%T#X#Y7a#Y#^%T#^#_9s#_#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti7fZ&n`O{%T{|8X|}%T}!O8X!O!Q%T!Q![8s![#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti8^V&n`O!Q%T!Q![8s![#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti8z]!hX&n`O!Q%T!Q![8s![!l%T!l!m9s!m#R%T#R#S8s#S#^%T#^#_9s#_#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti9zT!hX&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk:bX%qR&n`O!P%T!P!Q:}!Q!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tj;UV%sQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti;ro!hX&n`O!O%T!O!P=s!P!Q%T!Q![>_![!d%T!d!e?q!e!g%T!g!h7a!h!l%T!l!m9s!m!q%T!q!rA]!r!z%T!z!{Bq!{#R%T#R#S>_#S#U%T#U#V?q#V#X%T#X#Y7a#Y#^%T#^#_9s#_#c%T#c#dA]#d#l%T#l#mBq#m#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti=xV&n`O!Q%T!Q![6T![#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti>fc!hX&n`O!O%T!O!P=s!P!Q%T!Q![>_![!g%T!g!h7a!h!l%T!l!m9s!m#R%T#R#S>_#S#X%T#X#Y7a#Y#^%T#^#_9s#_#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti?vY&n`O!Q%T!Q!R@f!R!S@f!S#R%T#R#S@f#S#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Ti@mY!hX&n`O!Q%T!Q!R@f!R!S@f!S#R%T#R#S@f#S#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TiAbX&n`O!Q%T!Q!YA}!Y#R%T#R#SA}#S#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TiBUX!hX&n`O!Q%T!Q!YA}!Y#R%T#R#SA}#S#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TiBv]&n`O!Q%T!Q![Co![!c%T!c!iCo!i#R%T#R#SCo#S#T%T#T#ZCo#Z#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TiCv]!hX&n`O!Q%T!Q![Co![!c%T!c!iCo!i#R%T#R#SCo#S#T%T#T#ZCo#Z#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%ToDvV{_&n`O!_%T!_!`E]!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TcEdT%{R&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkEzT#gZ&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkFbXmR&n`O!^%T!^!_F}!_!`([!`!a([!a#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TjGUV%mQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkGrV%zZ&n`O!_%T!_!`([!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkH`WmR&n`O!_%T!_!`([!`!aHx!a#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TjIPV%nQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkIoV_Q#}P&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%ToJ_]&n`&YS%uZO!Q%T!Q![JU![!c%T!c!}JU!}#R%T#R#SJU#S#T%T#T#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUoKZP;=`<%lJUoKge&n`&YS%uZOr%Trs)Ysw%Twx.Ux!Q%T!Q![JU![!c%T!c!tJU!t!uLx!u!}JU!}#R%T#R#SJU#S#T%T#T#fJU#f#gLx#g#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUoMRa&n`&YS%uZOr%TrsNWsw%Twx! vx!Q%T!Q![JU![!c%T!c!}JU!}#R%T#R#SJU#S#T%T#T#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUkN_V&n`&`ZOr%TrsNts#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%TkNyV&n`Or%Trs! `s#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk! gT&n`&bZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk! }V&n`&_ZOw%Twx!!dx#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!!iV&n`Ow%Twx!#Ox#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!#VT&n`&aZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To!#oe&n`&YS%uZOr%Trs!%Qsw%Twx!&px!Q%T!Q![JU![!c%T!c!tJU!t!u!(`!u!}JU!}#R%T#R#SJU#S#T%T#T#fJU#f#g!(`#g#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUk!%XV&n`&dZOr%Trs!%ns#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!%sV&n`Or%Trs!&Ys#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!&aT&n`&fZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!&wV&n`&cZOw%Twx!'^x#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!'cV&n`Ow%Twx!'xx#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!(PT&n`&eZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To!(ia&n`&YS%uZOr%Trs!)nsw%Twx!+^x!Q%T!Q![JU![!c%T!c!}JU!}#R%T#R#SJU#S#T%T#T#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUk!)uV&n`&hZOr%Trs!*[s#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!*aV&n`Or%Trs!*vs#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!*}T&n`&jZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!+eV&n`&gZOw%Twx!+zx#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!,PV&n`Ow%Twx!,fx#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tk!,mT&n`&iZO#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%To!-Vi&n`&YS%uZOr%TrsNWsw%Twx! vx!Q%T!Q![JU![!c%T!c!dJU!d!eLx!e!hJU!h!i!(`!i!}JU!}#R%T#R#SJU#S#T%T#T#UJU#U#VLx#V#YJU#Y#Z!(`#Z#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUo!.}a&n`&YS%uZOr%Trs)Ysw%Twx.Ux!Q%T!Q![JU![!c%T!c!}JU!}#R%T#R#SJU#S#T%T#T#oJU#p#q%T#r$g%T$g;'SJU;'S;=`KW<%lOJUk!0ZT!XZ&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tc!0qT!WR&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%Tj!1XV%kQ&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%T~!1sO!]~k!1zV%jR&n`O!_%T!_!`-Q!`#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%T~!2fO![~i!2mT%tX&n`O#o%T#p#q%T#r;'S%T;'S;=`%i<%lO%T",tokenizers:[zUe,MUe,DUe,QUe,0,1,2,3,4],topRules:{Script:[0,5]},specialized:[{term:221,get:e=>jUe[e]||-1}],tokenPrec:7652}),dP="ͼ",v4=typeof Symbol>"u"?"__"+dP:Symbol.for(dP),hP=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),m4=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class IKe{constructor(t,n){this.rules=[];let{finish:r}=n||{};function i(o){return/^@/.test(o)?[o]:o.split(/,\s*/)}function a(o,l,s,u){let c=[],f=/^@(\w+)\b/.exec(o[0]),p=f&&f[1]=="keyframes";if(f&&l==null)return s.push(o[0]+";");for(let g in l){let v=l[g];if(/&/.test(g))a(g.split(/,\s*/).map(m=>o.map(S=>m.replace(/&/,S))).reduce((m,S)=>m.concat(S)),v,s);else if(v&&typeof v=="object"){if(!f)throw new RangeError("The value of a property ("+g+") should be a primitive value.");a(i(g),v,c,p)}else v!=null&&c.push(g.replace(/_.*/,"").replace(/[A-Z]/g,m=>"-"+m.toLowerCase())+": "+v+";")}(c.length||p)&&s.push((r&&!f&&!u?o.map(r):o).join(", ")+" {"+c.join(" ")+"}")}for(let o in t)a(i(o),t[o],this.rules)}getRules(){return this.rules.join(`
|
|
613
613
|
`)}static newName(){let t=m4[v4]||1;return m4[v4]=t+1,dP+t.toString(36)}static mount(t,n,r){let i=t[hP],a=r&&r.nonce;i?a&&i.setNonce(a):i=new qUe(t,a),i.mount(Array.isArray(n)?n:[n],t)}}let y4=new Map;class qUe{constructor(t,n){let r=t.ownerDocument||t,i=r.defaultView;if(!t.head&&t.adoptedStyleSheets&&i.CSSStyleSheet){let a=y4.get(r);if(a)return t[hP]=a;this.sheet=new i.CSSStyleSheet,y4.set(r,this)}else this.styleTag=r.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],t[hP]=this}mount(t,n){let r=this.sheet,i=0,a=0;for(let o=0;o<t.length;o++){let l=t[o],s=this.modules.indexOf(l);if(s<a&&s>-1&&(this.modules.splice(s,1),a--,s=-1),s==-1){if(this.modules.splice(a++,0,l),r)for(let u=0;u<l.rules.length;u++)r.insertRule(l.rules[u],i++)}else{for(;a<s;)i+=this.modules[a++].rules.length;i+=l.rules.length,a++}}if(r)n.adoptedStyleSheets.indexOf(this.sheet)<0&&(n.adoptedStyleSheets=[this.sheet,...n.adoptedStyleSheets]);else{let o="";for(let s=0;s<this.modules.length;s++)o+=this.modules[s].getRules()+`
|
|
614
|
-
`;this.styleTag.textContent=o;let l=n.head||n;this.styleTag.parentNode!=l&&l.insertBefore(this.styleTag,l.firstChild)}}setNonce(t){this.styleTag&&this.styleTag.getAttribute("nonce")!=t&&this.styleTag.setAttribute("nonce",t)}}var hc={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},$_={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},BUe=typeof navigator<"u"&&/Mac/.test(navigator.platform),HUe=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var hr=0;hr<10;hr++)hc[48+hr]=hc[96+hr]=String(hr);for(var hr=1;hr<=24;hr++)hc[hr+111]="F"+hr;for(var hr=65;hr<=90;hr++)hc[hr]=String.fromCharCode(hr+32),$_[hr]=String.fromCharCode(hr);for(var Pw in hc)$_.hasOwnProperty(Pw)||($_[Pw]=hc[Pw]);function AKe(e){var t=BUe&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||HUe&&e.shiftKey&&e.key&&e.key.length==1||e.key=="Unidentified",n=!t&&e.key||(e.shiftKey?$_:hc)[e.keyCode]||e.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}function DKe(){var e=arguments[0];typeof e=="string"&&(e=document.createElement(e));var t=1,n=arguments[1];if(n&&typeof n=="object"&&n.nodeType==null&&!Array.isArray(n)){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)){var i=n[r];typeof i=="string"?e.setAttribute(r,i):i!=null&&(e[r]=i)}t++}for(;t<arguments.length;t++)JH(e,arguments[t]);return e}function JH(e,t){if(typeof t=="string")e.appendChild(document.createTextNode(t));else if(t!=null)if(t.nodeType!=null)e.appendChild(t);else if(Array.isArray(t))for(var n=0;n<t.length;n++)JH(e,t[n]);else throw new RangeError("Unsupported child node: "+t)}const WUe=qH({String:Ee.string,Number:Ee.number,"True False":Ee.bool,PropertyName:Ee.propertyName,Null:Ee.null,",":Ee.separator,"[ ]":Ee.squareBracket,"{ }":Ee.brace}),MKe=Pg.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",stateData:"#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",goto:"!kjPPPPPPkPPkqwPPk{!RPPP!XP!ePP!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"⚠ JsonText True False Null Number String } { Object Property PropertyName ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",12,"["],["closedBy",8,"}",13,"]"]],propSources:[WUe],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oc~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Oe~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zOh~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yOg~~'OO]~~'TO[~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0});var FKe={model_name:"model_name",token_count:"token_count",input_messages:"input_messages",output_messages:"output_messages",invocation_parameters:"invocation_parameters",prompts:"prompts",prompt_template:"prompt_template",function_call:"function_call"},LKe={documents:"documents"},NKe={input_documents:"input_documents",output_documents:"output_documents",query:"query",model_name:"model_name",top_k:"top_k"},zKe={embeddings:"embeddings",text:"text",model_name:"model_name",vector:"vector"},QKe={name:"name",description:"description",parameters:"parameters"},UKe={role:"role",content:"content",contents:"contents",name:"name",function_call_name:"function_call_name",function_call_arguments_json:"function_call_arguments_json",tool_calls:"tool_calls"},_4;(function(e){e.LLM="llm",e.CHAIN="chain",e.TOOL="tool",e.RETRIEVER="retriever",e.RERANKER="reranker",e.EMBEDDING="embedding",e.AGENT="agent",e.GUARDRAIL="guardrail"})(_4||(_4={}));var S4;(function(e){e.TEXT="text/plain",e.JSON="application/json"})(S4||(S4={}));const VKe={input:"input",output:"output",llm:"llm",retrieval:"retrieval",reranker:"reranker",messages:"messages",message:"message",document:"document",embedding:"embedding",tool:"tool",tool_call:"tool_call",metadata:"metadata",tag:"tag",session:"session",user:"user",openinference:"openinference",message_content:"message_content",image:"image"},jKe={id:"id",content:"content",score:"score",metadata:"metadata"};function KUe(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const GUe=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,YUe=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,XUe={};function b4(e,t){return(XUe.jsx?YUe:GUe).test(e)}const ZUe=/[ \t\n\f\r]/g;function JUe(e){return typeof e=="object"?e.type==="text"?O4(e.value):!1:O4(e)}function O4(e){return e.replace(ZUe,"")===""}class ov{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}ov.prototype.property={};ov.prototype.normal={};ov.prototype.space=null;function eW(e,t){const n={},r={};let i=-1;for(;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new ov(n,r,t)}function pP(e){return e.toLowerCase()}class $a{constructor(t,n){this.property=t,this.attribute=n}}$a.prototype.space=null;$a.prototype.boolean=!1;$a.prototype.booleanish=!1;$a.prototype.overloadedBoolean=!1;$a.prototype.number=!1;$a.prototype.commaSeparated=!1;$a.prototype.spaceSeparated=!1;$a.prototype.commaOrSpaceSeparated=!1;$a.prototype.mustUseProperty=!1;$a.prototype.defined=!1;let e8e=0;const ct=kc(),An=kc(),tW=kc(),Se=kc(),Wt=kc(),Jf=kc(),Ii=kc();function kc(){return 2**++e8e}const gP=Object.freeze(Object.defineProperty({__proto__:null,boolean:ct,booleanish:An,commaOrSpaceSeparated:Ii,commaSeparated:Jf,number:Se,overloadedBoolean:tW,spaceSeparated:Wt},Symbol.toStringTag,{value:"Module"})),$w=Object.keys(gP);class uk extends $a{constructor(t,n,r,i){let a=-1;if(super(t,n),E4(this,"space",i),typeof r=="number")for(;++a<$w.length;){const o=$w[a];E4(this,$w[a],(r&gP[o])===gP[o])}}}uk.prototype.defined=!0;function E4(e,t,n){n&&(e[t]=n)}const t8e={}.hasOwnProperty;function Kd(e){const t={},n={};let r;for(r in e.properties)if(t8e.call(e.properties,r)){const i=e.properties[r],a=new uk(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[pP(r)]=r,n[pP(a.attribute)]=r}return new ov(t,n,e.space)}const nW=Kd({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),rW=Kd({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function iW(e,t){return t in e?e[t]:t}function aW(e,t){return iW(e,t.toLowerCase())}const oW=Kd({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:aW,properties:{xmlns:null,xmlnsXLink:null}}),lW=Kd({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:An,ariaAutoComplete:null,ariaBusy:An,ariaChecked:An,ariaColCount:Se,ariaColIndex:Se,ariaColSpan:Se,ariaControls:Wt,ariaCurrent:null,ariaDescribedBy:Wt,ariaDetails:null,ariaDisabled:An,ariaDropEffect:Wt,ariaErrorMessage:null,ariaExpanded:An,ariaFlowTo:Wt,ariaGrabbed:An,ariaHasPopup:null,ariaHidden:An,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Wt,ariaLevel:Se,ariaLive:null,ariaModal:An,ariaMultiLine:An,ariaMultiSelectable:An,ariaOrientation:null,ariaOwns:Wt,ariaPlaceholder:null,ariaPosInSet:Se,ariaPressed:An,ariaReadOnly:An,ariaRelevant:null,ariaRequired:An,ariaRoleDescription:Wt,ariaRowCount:Se,ariaRowIndex:Se,ariaRowSpan:Se,ariaSelected:An,ariaSetSize:Se,ariaSort:null,ariaValueMax:Se,ariaValueMin:Se,ariaValueNow:Se,ariaValueText:null,role:null}}),n8e=Kd({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:aW,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Jf,acceptCharset:Wt,accessKey:Wt,action:null,allow:null,allowFullScreen:ct,allowPaymentRequest:ct,allowUserMedia:ct,alt:null,as:null,async:ct,autoCapitalize:null,autoComplete:Wt,autoFocus:ct,autoPlay:ct,blocking:Wt,capture:null,charSet:null,checked:ct,cite:null,className:Wt,cols:Se,colSpan:null,content:null,contentEditable:An,controls:ct,controlsList:Wt,coords:Se|Jf,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ct,defer:ct,dir:null,dirName:null,disabled:ct,download:tW,draggable:An,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ct,formTarget:null,headers:Wt,height:Se,hidden:ct,high:Se,href:null,hrefLang:null,htmlFor:Wt,httpEquiv:Wt,id:null,imageSizes:null,imageSrcSet:null,inert:ct,inputMode:null,integrity:null,is:null,isMap:ct,itemId:null,itemProp:Wt,itemRef:Wt,itemScope:ct,itemType:Wt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ct,low:Se,manifest:null,max:null,maxLength:Se,media:null,method:null,min:null,minLength:Se,multiple:ct,muted:ct,name:null,nonce:null,noModule:ct,noValidate:ct,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:ct,optimum:Se,pattern:null,ping:Wt,placeholder:null,playsInline:ct,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ct,referrerPolicy:null,rel:Wt,required:ct,reversed:ct,rows:Se,rowSpan:Se,sandbox:Wt,scope:null,scoped:ct,seamless:ct,selected:ct,shadowRootClonable:ct,shadowRootDelegatesFocus:ct,shadowRootMode:null,shape:null,size:Se,sizes:null,slot:null,span:Se,spellCheck:An,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Se,step:null,style:null,tabIndex:Se,target:null,title:null,translate:null,type:null,typeMustMatch:ct,useMap:null,value:An,width:Se,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Wt,axis:null,background:null,bgColor:null,border:Se,borderColor:null,bottomMargin:Se,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ct,declare:ct,event:null,face:null,frame:null,frameBorder:null,hSpace:Se,leftMargin:Se,link:null,longDesc:null,lowSrc:null,marginHeight:Se,marginWidth:Se,noResize:ct,noHref:ct,noShade:ct,noWrap:ct,object:null,profile:null,prompt:null,rev:null,rightMargin:Se,rules:null,scheme:null,scrolling:An,standby:null,summary:null,text:null,topMargin:Se,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Se,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ct,disableRemotePlayback:ct,prefix:null,property:null,results:Se,security:null,unselectable:null}}),r8e=Kd({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:iW,properties:{about:Ii,accentHeight:Se,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Se,amplitude:Se,arabicForm:null,ascent:Se,attributeName:null,attributeType:null,azimuth:Se,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Se,by:null,calcMode:null,capHeight:Se,className:Wt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Se,diffuseConstant:Se,direction:null,display:null,dur:null,divisor:Se,dominantBaseline:null,download:ct,dx:null,dy:null,edgeMode:null,editable:null,elevation:Se,enableBackground:null,end:null,event:null,exponent:Se,externalResourcesRequired:null,fill:null,fillOpacity:Se,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Jf,g2:Jf,glyphName:Jf,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Se,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Se,horizOriginX:Se,horizOriginY:Se,id:null,ideographic:Se,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Se,k:Se,k1:Se,k2:Se,k3:Se,k4:Se,kernelMatrix:Ii,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Se,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Se,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Se,overlineThickness:Se,paintOrder:null,panose1:null,path:null,pathLength:Se,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Wt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Se,pointsAtY:Se,pointsAtZ:Se,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ii,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ii,rev:Ii,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ii,requiredFeatures:Ii,requiredFonts:Ii,requiredFormats:Ii,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Se,specularExponent:Se,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Se,strikethroughThickness:Se,string:null,stroke:null,strokeDashArray:Ii,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Se,strokeOpacity:Se,strokeWidth:null,style:null,surfaceScale:Se,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ii,tabIndex:Se,tableValues:null,target:null,targetX:Se,targetY:Se,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ii,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Se,underlineThickness:Se,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Se,values:null,vAlphabetic:Se,vMathematical:Se,vectorEffect:null,vHanging:Se,vIdeographic:Se,version:null,vertAdvY:Se,vertOriginX:Se,vertOriginY:Se,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Se,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),i8e=/^data[-\w.:]+$/i,w4=/-[a-z]/g,a8e=/[A-Z]/g;function o8e(e,t){const n=pP(t);let r=t,i=$a;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&i8e.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(w4,s8e);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!w4.test(a)){let o=a.replace(a8e,l8e);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}i=uk}return new i(r,t)}function l8e(e){return"-"+e.toLowerCase()}function s8e(e){return e.charAt(1).toUpperCase()}const u8e={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},c8e=eW([rW,nW,oW,lW,n8e],"html"),ck=eW([rW,nW,oW,lW,r8e],"svg");function f8e(e){return e.join(" ").trim()}var sW={},x4=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,d8e=/\n/g,h8e=/^\s*/,p8e=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,g8e=/^:\s*/,v8e=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,m8e=/^[;\s]*/,y8e=/^\s+|\s+$/g,_8e=`
|
|
614
|
+
`;this.styleTag.textContent=o;let l=n.head||n;this.styleTag.parentNode!=l&&l.insertBefore(this.styleTag,l.firstChild)}}setNonce(t){this.styleTag&&this.styleTag.getAttribute("nonce")!=t&&this.styleTag.setAttribute("nonce",t)}}var hc={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},$_={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},BUe=typeof navigator<"u"&&/Mac/.test(navigator.platform),HUe=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var hr=0;hr<10;hr++)hc[48+hr]=hc[96+hr]=String(hr);for(var hr=1;hr<=24;hr++)hc[hr+111]="F"+hr;for(var hr=65;hr<=90;hr++)hc[hr]=String.fromCharCode(hr+32),$_[hr]=String.fromCharCode(hr);for(var Pw in hc)$_.hasOwnProperty(Pw)||($_[Pw]=hc[Pw]);function AKe(e){var t=BUe&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||HUe&&e.shiftKey&&e.key&&e.key.length==1||e.key=="Unidentified",n=!t&&e.key||(e.shiftKey?$_:hc)[e.keyCode]||e.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}function DKe(){var e=arguments[0];typeof e=="string"&&(e=document.createElement(e));var t=1,n=arguments[1];if(n&&typeof n=="object"&&n.nodeType==null&&!Array.isArray(n)){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)){var i=n[r];typeof i=="string"?e.setAttribute(r,i):i!=null&&(e[r]=i)}t++}for(;t<arguments.length;t++)JH(e,arguments[t]);return e}function JH(e,t){if(typeof t=="string")e.appendChild(document.createTextNode(t));else if(t!=null)if(t.nodeType!=null)e.appendChild(t);else if(Array.isArray(t))for(var n=0;n<t.length;n++)JH(e,t[n]);else throw new RangeError("Unsupported child node: "+t)}const WUe=qH({String:Ee.string,Number:Ee.number,"True False":Ee.bool,PropertyName:Ee.propertyName,Null:Ee.null,",":Ee.separator,"[ ]":Ee.squareBracket,"{ }":Ee.brace}),MKe=Pg.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",stateData:"#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",goto:"!kjPPPPPPkPPkqwPPk{!RPPP!XP!ePP!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"⚠ JsonText True False Null Number String } { Object Property PropertyName ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",12,"["],["closedBy",8,"}",13,"]"]],propSources:[WUe],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oc~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Oe~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zOh~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yOg~~'OO]~~'TO[~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0});var FKe={input:"input",output:"output",llm:"llm",retrieval:"retrieval",reranker:"reranker",messages:"messages",message:"message",document:"document",embedding:"embedding",tool:"tool",tool_call:"tool_call",metadata:"metadata",tag:"tag",session:"session",user:"user",openinference:"openinference",message_content:"message_content",image:"image"},LKe={model_name:"model_name",token_count:"token_count",input_messages:"input_messages",output_messages:"output_messages",invocation_parameters:"invocation_parameters",prompts:"prompts",prompt_template:"prompt_template",function_call:"function_call"},NKe={documents:"documents"},zKe={input_documents:"input_documents",output_documents:"output_documents",query:"query",model_name:"model_name",top_k:"top_k"},QKe={embeddings:"embeddings",text:"text",model_name:"model_name",vector:"vector"},UKe={name:"name",description:"description",parameters:"parameters"},VKe={role:"role",content:"content",contents:"contents",name:"name",function_call_name:"function_call_name",function_call_arguments_json:"function_call_arguments_json",tool_calls:"tool_calls"},jKe={id:"id",content:"content",score:"score",metadata:"metadata"},_4;(function(e){e.LLM="llm",e.CHAIN="chain",e.TOOL="tool",e.RETRIEVER="retriever",e.RERANKER="reranker",e.EMBEDDING="embedding",e.AGENT="agent",e.GUARDRAIL="guardrail"})(_4||(_4={}));var S4;(function(e){e.TEXT="text/plain",e.JSON="application/json"})(S4||(S4={}));function KUe(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const GUe=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,YUe=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,XUe={};function b4(e,t){return(XUe.jsx?YUe:GUe).test(e)}const ZUe=/[ \t\n\f\r]/g;function JUe(e){return typeof e=="object"?e.type==="text"?O4(e.value):!1:O4(e)}function O4(e){return e.replace(ZUe,"")===""}class ov{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}ov.prototype.property={};ov.prototype.normal={};ov.prototype.space=null;function eW(e,t){const n={},r={};let i=-1;for(;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new ov(n,r,t)}function pP(e){return e.toLowerCase()}class $a{constructor(t,n){this.property=t,this.attribute=n}}$a.prototype.space=null;$a.prototype.boolean=!1;$a.prototype.booleanish=!1;$a.prototype.overloadedBoolean=!1;$a.prototype.number=!1;$a.prototype.commaSeparated=!1;$a.prototype.spaceSeparated=!1;$a.prototype.commaOrSpaceSeparated=!1;$a.prototype.mustUseProperty=!1;$a.prototype.defined=!1;let e8e=0;const ct=kc(),An=kc(),tW=kc(),Se=kc(),Wt=kc(),Jf=kc(),Ii=kc();function kc(){return 2**++e8e}const gP=Object.freeze(Object.defineProperty({__proto__:null,boolean:ct,booleanish:An,commaOrSpaceSeparated:Ii,commaSeparated:Jf,number:Se,overloadedBoolean:tW,spaceSeparated:Wt},Symbol.toStringTag,{value:"Module"})),$w=Object.keys(gP);class uk extends $a{constructor(t,n,r,i){let a=-1;if(super(t,n),E4(this,"space",i),typeof r=="number")for(;++a<$w.length;){const o=$w[a];E4(this,$w[a],(r&gP[o])===gP[o])}}}uk.prototype.defined=!0;function E4(e,t,n){n&&(e[t]=n)}const t8e={}.hasOwnProperty;function Kd(e){const t={},n={};let r;for(r in e.properties)if(t8e.call(e.properties,r)){const i=e.properties[r],a=new uk(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[pP(r)]=r,n[pP(a.attribute)]=r}return new ov(t,n,e.space)}const nW=Kd({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),rW=Kd({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function iW(e,t){return t in e?e[t]:t}function aW(e,t){return iW(e,t.toLowerCase())}const oW=Kd({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:aW,properties:{xmlns:null,xmlnsXLink:null}}),lW=Kd({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:An,ariaAutoComplete:null,ariaBusy:An,ariaChecked:An,ariaColCount:Se,ariaColIndex:Se,ariaColSpan:Se,ariaControls:Wt,ariaCurrent:null,ariaDescribedBy:Wt,ariaDetails:null,ariaDisabled:An,ariaDropEffect:Wt,ariaErrorMessage:null,ariaExpanded:An,ariaFlowTo:Wt,ariaGrabbed:An,ariaHasPopup:null,ariaHidden:An,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Wt,ariaLevel:Se,ariaLive:null,ariaModal:An,ariaMultiLine:An,ariaMultiSelectable:An,ariaOrientation:null,ariaOwns:Wt,ariaPlaceholder:null,ariaPosInSet:Se,ariaPressed:An,ariaReadOnly:An,ariaRelevant:null,ariaRequired:An,ariaRoleDescription:Wt,ariaRowCount:Se,ariaRowIndex:Se,ariaRowSpan:Se,ariaSelected:An,ariaSetSize:Se,ariaSort:null,ariaValueMax:Se,ariaValueMin:Se,ariaValueNow:Se,ariaValueText:null,role:null}}),n8e=Kd({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:aW,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Jf,acceptCharset:Wt,accessKey:Wt,action:null,allow:null,allowFullScreen:ct,allowPaymentRequest:ct,allowUserMedia:ct,alt:null,as:null,async:ct,autoCapitalize:null,autoComplete:Wt,autoFocus:ct,autoPlay:ct,blocking:Wt,capture:null,charSet:null,checked:ct,cite:null,className:Wt,cols:Se,colSpan:null,content:null,contentEditable:An,controls:ct,controlsList:Wt,coords:Se|Jf,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ct,defer:ct,dir:null,dirName:null,disabled:ct,download:tW,draggable:An,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ct,formTarget:null,headers:Wt,height:Se,hidden:ct,high:Se,href:null,hrefLang:null,htmlFor:Wt,httpEquiv:Wt,id:null,imageSizes:null,imageSrcSet:null,inert:ct,inputMode:null,integrity:null,is:null,isMap:ct,itemId:null,itemProp:Wt,itemRef:Wt,itemScope:ct,itemType:Wt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ct,low:Se,manifest:null,max:null,maxLength:Se,media:null,method:null,min:null,minLength:Se,multiple:ct,muted:ct,name:null,nonce:null,noModule:ct,noValidate:ct,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:ct,optimum:Se,pattern:null,ping:Wt,placeholder:null,playsInline:ct,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ct,referrerPolicy:null,rel:Wt,required:ct,reversed:ct,rows:Se,rowSpan:Se,sandbox:Wt,scope:null,scoped:ct,seamless:ct,selected:ct,shadowRootClonable:ct,shadowRootDelegatesFocus:ct,shadowRootMode:null,shape:null,size:Se,sizes:null,slot:null,span:Se,spellCheck:An,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Se,step:null,style:null,tabIndex:Se,target:null,title:null,translate:null,type:null,typeMustMatch:ct,useMap:null,value:An,width:Se,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Wt,axis:null,background:null,bgColor:null,border:Se,borderColor:null,bottomMargin:Se,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ct,declare:ct,event:null,face:null,frame:null,frameBorder:null,hSpace:Se,leftMargin:Se,link:null,longDesc:null,lowSrc:null,marginHeight:Se,marginWidth:Se,noResize:ct,noHref:ct,noShade:ct,noWrap:ct,object:null,profile:null,prompt:null,rev:null,rightMargin:Se,rules:null,scheme:null,scrolling:An,standby:null,summary:null,text:null,topMargin:Se,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Se,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ct,disableRemotePlayback:ct,prefix:null,property:null,results:Se,security:null,unselectable:null}}),r8e=Kd({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:iW,properties:{about:Ii,accentHeight:Se,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Se,amplitude:Se,arabicForm:null,ascent:Se,attributeName:null,attributeType:null,azimuth:Se,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Se,by:null,calcMode:null,capHeight:Se,className:Wt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Se,diffuseConstant:Se,direction:null,display:null,dur:null,divisor:Se,dominantBaseline:null,download:ct,dx:null,dy:null,edgeMode:null,editable:null,elevation:Se,enableBackground:null,end:null,event:null,exponent:Se,externalResourcesRequired:null,fill:null,fillOpacity:Se,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Jf,g2:Jf,glyphName:Jf,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Se,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Se,horizOriginX:Se,horizOriginY:Se,id:null,ideographic:Se,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Se,k:Se,k1:Se,k2:Se,k3:Se,k4:Se,kernelMatrix:Ii,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Se,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Se,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Se,overlineThickness:Se,paintOrder:null,panose1:null,path:null,pathLength:Se,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Wt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Se,pointsAtY:Se,pointsAtZ:Se,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ii,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ii,rev:Ii,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ii,requiredFeatures:Ii,requiredFonts:Ii,requiredFormats:Ii,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Se,specularExponent:Se,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Se,strikethroughThickness:Se,string:null,stroke:null,strokeDashArray:Ii,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Se,strokeOpacity:Se,strokeWidth:null,style:null,surfaceScale:Se,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ii,tabIndex:Se,tableValues:null,target:null,targetX:Se,targetY:Se,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ii,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Se,underlineThickness:Se,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Se,values:null,vAlphabetic:Se,vMathematical:Se,vectorEffect:null,vHanging:Se,vIdeographic:Se,version:null,vertAdvY:Se,vertOriginX:Se,vertOriginY:Se,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Se,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),i8e=/^data[-\w.:]+$/i,w4=/-[a-z]/g,a8e=/[A-Z]/g;function o8e(e,t){const n=pP(t);let r=t,i=$a;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&i8e.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(w4,s8e);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!w4.test(a)){let o=a.replace(a8e,l8e);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}i=uk}return new i(r,t)}function l8e(e){return"-"+e.toLowerCase()}function s8e(e){return e.charAt(1).toUpperCase()}const u8e={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},c8e=eW([rW,nW,oW,lW,n8e],"html"),ck=eW([rW,nW,oW,lW,r8e],"svg");function f8e(e){return e.join(" ").trim()}var sW={},x4=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,d8e=/\n/g,h8e=/^\s*/,p8e=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,g8e=/^:\s*/,v8e=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,m8e=/^[;\s]*/,y8e=/^\s+|\s+$/g,_8e=`
|
|
615
615
|
`,R4="/",P4="*",$u="",S8e="comment",b8e="declaration",O8e=function(e,t){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];t=t||{};var n=1,r=1;function i(v){var m=v.match(d8e);m&&(n+=m.length);var S=v.lastIndexOf(_8e);r=~S?v.length-S:r+v.length}function a(){var v={line:n,column:r};return function(m){return m.position=new o(v),u(),m}}function o(v){this.start=v,this.end={line:n,column:r},this.source=t.source}o.prototype.content=e;function l(v){var m=new Error(t.source+":"+n+":"+r+": "+v);if(m.reason=v,m.filename=t.source,m.line=n,m.column=r,m.source=e,!t.silent)throw m}function s(v){var m=v.exec(e);if(m){var S=m[0];return i(S),e=e.slice(S.length),m}}function u(){s(h8e)}function c(v){var m;for(v=v||[];m=f();)m!==!1&&v.push(m);return v}function f(){var v=a();if(!(R4!=e.charAt(0)||P4!=e.charAt(1))){for(var m=2;$u!=e.charAt(m)&&(P4!=e.charAt(m)||R4!=e.charAt(m+1));)++m;if(m+=2,$u===e.charAt(m-1))return l("End of comment missing");var S=e.slice(2,m-2);return r+=2,i(S),e=e.slice(m),r+=2,v({type:S8e,comment:S})}}function p(){var v=a(),m=s(p8e);if(m){if(f(),!s(g8e))return l("property missing ':'");var S=s(v8e),y=v({type:b8e,property:$4(m[0].replace(x4,$u)),value:S?$4(S[0].replace(x4,$u)):$u});return s(m8e),y}}function g(){var v=[];c(v);for(var m;m=p();)m!==!1&&(v.push(m),c(v));return v}return u(),g()};function $4(e){return e?e.replace(y8e,$u):$u}var E8e=Ro&&Ro.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(sW,"__esModule",{value:!0});var w8e=E8e(O8e);function x8e(e,t){var n=null;if(!e||typeof e!="string")return n;var r=(0,w8e.default)(e),i=typeof t=="function";return r.forEach(function(a){if(a.type==="declaration"){var o=a.property,l=a.value;i?t(o,l,a):l&&(n=n||{},n[o]=l)}}),n}var T4=sW.default=x8e;const R8e=T4.default||T4,uW=cW("end"),fk=cW("start");function cW(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function P8e(e){const t=fk(e),n=uW(e);if(t&&n)return{start:t,end:n}}function Dp(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?C4(e.position):"start"in e||"end"in e?C4(e):"line"in e||"column"in e?vP(e):""}function vP(e){return k4(e&&e.line)+":"+k4(e&&e.column)}function C4(e){return vP(e&&e.start)+"-"+vP(e&&e.end)}function k4(e){return e&&typeof e=="number"?e:1}class zr extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let i="",a={},o=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a={...n}),typeof t=="string"?i=t:!a.cause&&t&&(o=!0,i=t.message,a.cause=t),!a.ruleId&&!a.source&&typeof r=="string"){const s=r.indexOf(":");s===-1?a.ruleId=r:(a.source=r.slice(0,s),a.ruleId=r.slice(s+1))}if(!a.place&&a.ancestors&&a.ancestors){const s=a.ancestors[a.ancestors.length-1];s&&(a.place=s.position)}const l=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file,this.message=i,this.line=l?l.line:void 0,this.name=Dp(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=o&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}}zr.prototype.file="";zr.prototype.name="";zr.prototype.reason="";zr.prototype.message="";zr.prototype.stack="";zr.prototype.column=void 0;zr.prototype.line=void 0;zr.prototype.ancestors=void 0;zr.prototype.cause=void 0;zr.prototype.fatal=void 0;zr.prototype.place=void 0;zr.prototype.ruleId=void 0;zr.prototype.source=void 0;const dk={}.hasOwnProperty,$8e=new Map,T8e=/[A-Z]/g,C8e=/-([a-z])/g,k8e=new Set(["table","tbody","thead","tfoot","tr"]),I8e=new Set(["td","th"]),fW="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function A8e(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=U8e(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=Q8e(n,t.jsx,t.jsxs)}const i={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?ck:c8e,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=dW(i,e,void 0);return a&&typeof a!="string"?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function dW(e,t,n){if(t.type==="element")return D8e(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return M8e(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return L8e(e,t,n);if(t.type==="mdxjsEsm")return F8e(e,t);if(t.type==="root")return N8e(e,t,n);if(t.type==="text")return z8e(e,t)}function D8e(e,t,n){const r=e.schema;let i=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(i=ck,e.schema=i),e.ancestors.push(t);const a=pW(e,t.tagName,!1),o=V8e(e,t);let l=pk(e,t);return k8e.has(t.tagName)&&(l=l.filter(function(s){return typeof s=="string"?!JUe(s):!0})),hW(e,o,a,t),hk(o,l),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function M8e(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Tg(e,t.position)}function F8e(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Tg(e,t.position)}function L8e(e,t,n){const r=e.schema;let i=r;t.name==="svg"&&r.space==="html"&&(i=ck,e.schema=i),e.ancestors.push(t);const a=t.name===null?e.Fragment:pW(e,t.name,!0),o=j8e(e,t),l=pk(e,t);return hW(e,o,a,t),hk(o,l),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function N8e(e,t,n){const r={};return hk(r,pk(e,t)),e.create(t,e.Fragment,r,n)}function z8e(e,t){return t.value}function hW(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function hk(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function Q8e(e,t,n){return r;function r(i,a,o,l){const u=Array.isArray(o.children)?n:t;return l?u(a,o,l):u(a,o)}}function U8e(e,t){return n;function n(r,i,a,o){const l=Array.isArray(a.children),s=fk(r);return t(i,a,o,l,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}function V8e(e,t){const n={};let r,i;for(i in t.properties)if(i!=="children"&&dk.call(t.properties,i)){const a=q8e(e,i,t.properties[i]);if(a){const[o,l]=a;e.tableCellAlignToStyle&&o==="align"&&typeof l=="string"&&I8e.has(t.tagName)?r=l:n[o]=l}}if(r){const a=n.style||(n.style={});a[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function j8e(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const a=r.data.estree.body[0];a.type;const o=a.expression;o.type;const l=o.properties[0];l.type,Object.assign(n,e.evaluater.evaluateExpression(l.argument))}else Tg(e,t.position);else{const i=r.name;let a;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const l=r.value.data.estree.body[0];l.type,a=e.evaluater.evaluateExpression(l.expression)}else Tg(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function pk(e,t){const n=[];let r=-1;const i=e.passKeys?new Map:$8e;for(;++r<t.children.length;){const a=t.children[r];let o;if(e.passKeys){const s=a.type==="element"?a.tagName:a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement"?a.name:void 0;if(s){const u=i.get(s)||0;o=s+"-"+u,i.set(s,u+1)}}const l=dW(e,a,o);l!==void 0&&n.push(l)}return n}function q8e(e,t,n){const r=o8e(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?KUe(n):f8e(n)),r.property==="style"){let i=typeof n=="object"?n:B8e(e,String(n));return e.stylePropertyNameCase==="css"&&(i=H8e(i)),["style",i]}return[e.elementAttributeNameCase==="react"&&r.space?u8e[r.property]||r.property:r.attribute,n]}}function B8e(e,t){const n={};try{R8e(t,r)}catch(i){if(!e.ignoreInvalidStyle){const a=i,o=new zr("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=fW+"#cannot-parse-style-attribute",o}}return n;function r(i,a){let o=i;o.slice(0,2)!=="--"&&(o.slice(0,4)==="-ms-"&&(o="ms-"+o.slice(4)),o=o.replace(C8e,K8e)),n[o]=a}}function pW(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const i=t.split(".");let a=-1,o;for(;++a<i.length;){const l=b4(i[a])?{type:"Identifier",name:i[a]}:{type:"Literal",value:i[a]};o=o?{type:"MemberExpression",object:o,property:l,computed:!!(a&&l.type==="Literal"),optional:!1}:l}r=o}else r=b4(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const i=r.value;return dk.call(e.components,i)?e.components[i]:i}if(e.evaluater)return e.evaluater.evaluateExpression(r);Tg(e)}function Tg(e,t){const n=new zr("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=fW+"#cannot-handle-mdx-estrees-without-createevaluater",n}function H8e(e){const t={};let n;for(n in e)dk.call(e,n)&&(t[W8e(n)]=e[n]);return t}function W8e(e){let t=e.replace(T8e,G8e);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function K8e(e,t){return t.toUpperCase()}function G8e(e){return"-"+e.toLowerCase()}const Tw={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},Y8e={};function gk(e,t){const n=Y8e,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,i=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return gW(e,r,i)}function gW(e,t,n){if(X8e(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return I4(e.children,t,n)}return Array.isArray(e)?I4(e,t,n):""}function I4(e,t,n){const r=[];let i=-1;for(;++i<e.length;)r[i]=gW(e[i],t,n);return r.join("")}function X8e(e){return!!(e&&typeof e=="object")}const A4=document.createElement("i");function vk(e){const t="&"+e+";";A4.innerHTML=t;const n=A4.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function ba(e,t,n,r){const i=e.length;let a=0,o;if(t<0?t=-t>i?0:i+t:t=t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function va(e,t){return e.length>0?(ba(e,e.length,0,t),e):t}const D4={}.hasOwnProperty;function vW(e){const t={};let n=-1;for(;++n<e.length;)Z8e(t,e[n]);return t}function Z8e(e,t){let n;for(n in t){const i=(D4.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n];let o;if(a)for(o in a){D4.call(i,o)||(i[o]=[]);const l=a[o];J8e(i[o],Array.isArray(l)?l:l?[l]:[])}}}function J8e(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);ba(e,0,0,r)}function mW(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function Wa(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Gr=Zs(/[A-Za-z]/),Fr=Zs(/[\dA-Za-z]/),eVe=Zs(/[#-'*+\--9=?A-Z^-~]/);function T_(e){return e!==null&&(e<32||e===127)}const mP=Zs(/\d/),tVe=Zs(/[\dA-Fa-f]/),nVe=Zs(/[!-/:-@[-`{-~]/);function We(e){return e!==null&&e<-2}function qt(e){return e!==null&&(e<0||e===32)}function yt(e){return e===-2||e===-1||e===32}const gS=Zs(new RegExp("\\p{P}|\\p{S}","u")),pc=Zs(/\s/);function Zs(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function Gd(e){const t=[];let n=-1,r=0,i=0;for(;++n<e.length;){const a=e.charCodeAt(n);let o="";if(a===37&&Fr(e.charCodeAt(n+1))&&Fr(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){const l=e.charCodeAt(n+1);a<56320&&l>56319&&l<57344?(o=String.fromCharCode(a,l),i=1):o="�"}else o=String.fromCharCode(a);o&&(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,o=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function wt(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let a=0;return o;function o(s){return yt(s)?(e.enter(n),l(s)):t(s)}function l(s){return yt(s)&&a++<i?(e.consume(s),l):(e.exit(n),t(s))}}const rVe={tokenize:iVe};function iVe(e){const t=e.attempt(this.parser.constructs.contentInitial,r,i);let n;return t;function r(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),wt(e,t,"linePrefix")}function i(l){return e.enter("paragraph"),a(l)}function a(l){const s=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=s),n=s,o(l)}function o(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return We(l)?(e.consume(l),e.exit("chunkText"),a):(e.consume(l),o)}}const aVe={tokenize:oVe},M4={tokenize:lVe};function oVe(e){const t=this,n=[];let r=0,i,a,o;return l;function l(O){if(r<n.length){const R=n[r];return t.containerState=R[1],e.attempt(R[0].continuation,s,u)(O)}return u(O)}function s(O){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&b();const R=t.events.length;let P=R,w;for(;P--;)if(t.events[P][0]==="exit"&&t.events[P][1].type==="chunkFlow"){w=t.events[P][1].end;break}y(r);let I=R;for(;I<t.events.length;)t.events[I][1].end=Object.assign({},w),I++;return ba(t.events,P+1,0,t.events.slice(R)),t.events.length=I,u(O)}return l(O)}function u(O){if(r===n.length){if(!i)return p(O);if(i.currentConstruct&&i.currentConstruct.concrete)return v(O);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(M4,c,f)(O)}function c(O){return i&&b(),y(r),p(O)}function f(O){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,v(O)}function p(O){return t.containerState={},e.attempt(M4,g,v)(O)}function g(O){return r++,n.push([t.currentConstruct,t.containerState]),p(O)}function v(O){if(O===null){i&&b(),y(0),e.consume(O);return}return i=i||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:a,_tokenizer:i}),m(O)}function m(O){if(O===null){S(e.exit("chunkFlow"),!0),y(0),e.consume(O);return}return We(O)?(e.consume(O),S(e.exit("chunkFlow")),r=0,t.interrupt=void 0,l):(e.consume(O),m)}function S(O,R){const P=t.sliceStream(O);if(R&&P.push(null),O.previous=a,a&&(a.next=O),a=O,i.defineSkip(O.start),i.write(P),t.parser.lazy[O.start.line]){let w=i.events.length;for(;w--;)if(i.events[w][1].start.offset<o&&(!i.events[w][1].end||i.events[w][1].end.offset>o))return;const I=t.events.length;let $=I,M,C;for(;$--;)if(t.events[$][0]==="exit"&&t.events[$][1].type==="chunkFlow"){if(M){C=t.events[$][1].end;break}M=!0}for(y(r),w=I;w<t.events.length;)t.events[w][1].end=Object.assign({},C),w++;ba(t.events,$+1,0,t.events.slice(I)),t.events.length=w}}function y(O){let R=n.length;for(;R-- >O;){const P=n[R];t.containerState=P[1],P[0].exit.call(t,e)}n.length=O}function b(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function lVe(e,t,n){return wt(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function C_(e){if(e===null||qt(e)||pc(e))return 1;if(gS(e))return 2}function vS(e,t,n){const r=[];let i=-1;for(;++i<e.length;){const a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const yP={name:"attention",tokenize:uVe,resolveAll:sVe};function sVe(e,t){let n=-1,r,i,a,o,l,s,u,c;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;s=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f=Object.assign({},e[r][1].end),p=Object.assign({},e[n][1].start);F4(f,-s),F4(p,s),o={type:s>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},l={type:s>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:p},a={type:s>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},i={type:s>1?"strong":"emphasis",start:Object.assign({},o.start),end:Object.assign({},l.end)},e[r][1].end=Object.assign({},o.start),e[n][1].start=Object.assign({},l.end),u=[],e[r][1].end.offset-e[r][1].start.offset&&(u=va(u,[["enter",e[r][1],t],["exit",e[r][1],t]])),u=va(u,[["enter",i,t],["enter",o,t],["exit",o,t],["enter",a,t]]),u=va(u,vS(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),u=va(u,[["exit",a,t],["enter",l,t],["exit",l,t],["exit",i,t]]),e[n][1].end.offset-e[n][1].start.offset?(c=2,u=va(u,[["enter",e[n][1],t],["exit",e[n][1],t]])):c=0,ba(e,r-1,n-r+3,u),n=r+u.length-c-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function uVe(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=C_(r);let a;return o;function o(s){return a=s,e.enter("attentionSequence"),l(s)}function l(s){if(s===a)return e.consume(s),l;const u=e.exit("attentionSequence"),c=C_(s),f=!c||c===2&&i||n.includes(s),p=!i||i===2&&c||n.includes(r);return u._open=!!(a===42?f:f&&(i||!p)),u._close=!!(a===42?p:p&&(c||!f)),t(s)}}function F4(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const cVe={name:"autolink",tokenize:fVe};function fVe(e,t,n){let r=0;return i;function i(g){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(g){return Gr(g)?(e.consume(g),o):g===64?n(g):u(g)}function o(g){return g===43||g===45||g===46||Fr(g)?(r=1,l(g)):u(g)}function l(g){return g===58?(e.consume(g),r=0,s):(g===43||g===45||g===46||Fr(g))&&r++<32?(e.consume(g),l):(r=0,u(g))}function s(g){return g===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),t):g===null||g===32||g===60||T_(g)?n(g):(e.consume(g),s)}function u(g){return g===64?(e.consume(g),c):eVe(g)?(e.consume(g),u):n(g)}function c(g){return Fr(g)?f(g):n(g)}function f(g){return g===46?(e.consume(g),r=0,c):g===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),t):p(g)}function p(g){if((g===45||Fr(g))&&r++<63){const v=g===45?p:f;return e.consume(g),v}return n(g)}}const lv={tokenize:dVe,partial:!0};function dVe(e,t,n){return r;function r(a){return yt(a)?wt(e,i,"linePrefix")(a):i(a)}function i(a){return a===null||We(a)?t(a):n(a)}}const yW={name:"blockQuote",tokenize:hVe,continuation:{tokenize:pVe},exit:gVe};function hVe(e,t,n){const r=this;return i;function i(o){if(o===62){const l=r.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),a}return n(o)}function a(o){return yt(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(o))}}function pVe(e,t,n){const r=this;return i;function i(o){return yt(o)?wt(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):a(o)}function a(o){return e.attempt(yW,t,n)(o)}}function gVe(e){e.exit("blockQuote")}const _W={name:"characterEscape",tokenize:vVe};function vVe(e,t,n){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),i}function i(a){return nVe(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}const SW={name:"characterReference",tokenize:mVe};function mVe(e,t,n){const r=this;let i=0,a,o;return l;function l(f){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),s}function s(f){return f===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(f),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),a=31,o=Fr,c(f))}function u(f){return f===88||f===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(f),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,o=tVe,c):(e.enter("characterReferenceValue"),a=7,o=mP,c(f))}function c(f){if(f===59&&i){const p=e.exit("characterReferenceValue");return o===Fr&&!vk(r.sliceSerialize(p))?n(f):(e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return o(f)&&i++<a?(e.consume(f),c):n(f)}}const L4={tokenize:_Ve,partial:!0},N4={name:"codeFenced",tokenize:yVe,concrete:!0};function yVe(e,t,n){const r=this,i={tokenize:P,partial:!0};let a=0,o=0,l;return s;function s(w){return u(w)}function u(w){const I=r.events[r.events.length-1];return a=I&&I[1].type==="linePrefix"?I[2].sliceSerialize(I[1],!0).length:0,l=w,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),c(w)}function c(w){return w===l?(o++,e.consume(w),c):o<3?n(w):(e.exit("codeFencedFenceSequence"),yt(w)?wt(e,f,"whitespace")(w):f(w))}function f(w){return w===null||We(w)?(e.exit("codeFencedFence"),r.interrupt?t(w):e.check(L4,m,R)(w)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(w))}function p(w){return w===null||We(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(w)):yt(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),wt(e,g,"whitespace")(w)):w===96&&w===l?n(w):(e.consume(w),p)}function g(w){return w===null||We(w)?f(w):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),v(w))}function v(w){return w===null||We(w)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(w)):w===96&&w===l?n(w):(e.consume(w),v)}function m(w){return e.attempt(i,R,S)(w)}function S(w){return e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),y}function y(w){return a>0&&yt(w)?wt(e,b,"linePrefix",a+1)(w):b(w)}function b(w){return w===null||We(w)?e.check(L4,m,R)(w):(e.enter("codeFlowValue"),O(w))}function O(w){return w===null||We(w)?(e.exit("codeFlowValue"),b(w)):(e.consume(w),O)}function R(w){return e.exit("codeFenced"),t(w)}function P(w,I,$){let M=0;return C;function C(j){return w.enter("lineEnding"),w.consume(j),w.exit("lineEnding"),A}function A(j){return w.enter("codeFencedFence"),yt(j)?wt(w,F,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(j):F(j)}function F(j){return j===l?(w.enter("codeFencedFenceSequence"),L(j)):$(j)}function L(j){return j===l?(M++,w.consume(j),L):M>=o?(w.exit("codeFencedFenceSequence"),yt(j)?wt(w,z,"whitespace")(j):z(j)):$(j)}function z(j){return j===null||We(j)?(w.exit("codeFencedFence"),I(j)):$(j)}}}function _Ve(e,t,n){const r=this;return i;function i(o){return o===null?n(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a)}function a(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}const Cw={name:"codeIndented",tokenize:bVe},SVe={tokenize:OVe,partial:!0};function bVe(e,t,n){const r=this;return i;function i(u){return e.enter("codeIndented"),wt(e,a,"linePrefix",5)(u)}function a(u){const c=r.events[r.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?o(u):n(u)}function o(u){return u===null?s(u):We(u)?e.attempt(SVe,o,s)(u):(e.enter("codeFlowValue"),l(u))}function l(u){return u===null||We(u)?(e.exit("codeFlowValue"),o(u)):(e.consume(u),l)}function s(u){return e.exit("codeIndented"),t(u)}}function OVe(e,t,n){const r=this;return i;function i(o){return r.parser.lazy[r.now().line]?n(o):We(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),i):wt(e,a,"linePrefix",5)(o)}function a(o){const l=r.events[r.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(o):We(o)?i(o):n(o)}}const EVe={name:"codeText",tokenize:RVe,resolve:wVe,previous:xVe};function wVe(e){let t=e.length-4,n=3,r,i;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(i=r):(r===t||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function xVe(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function RVe(e,t,n){let r=0,i,a;return o;function o(f){return e.enter("codeText"),e.enter("codeTextSequence"),l(f)}function l(f){return f===96?(e.consume(f),r++,l):(e.exit("codeTextSequence"),s(f))}function s(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),s):f===96?(a=e.enter("codeTextSequence"),i=0,c(f)):We(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),s):(e.enter("codeTextData"),u(f))}function u(f){return f===null||f===32||f===96||We(f)?(e.exit("codeTextData"),s(f)):(e.consume(f),u)}function c(f){return f===96?(e.consume(f),i++,c):i===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(a.type="codeTextData",u(f))}}class PVe{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){const r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const i=n||0;this.setCursor(Math.trunc(t));const a=this.right.splice(this.right.length-i,Number.POSITIVE_INFINITY);return r&&tp(this.left,r),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),tp(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),tp(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const n=this.left.splice(t,Number.POSITIVE_INFINITY);tp(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);tp(this.left,n.reverse())}}}function tp(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function bW(e){const t={};let n=-1,r,i,a,o,l,s,u;const c=new PVe(e);for(;++n<c.length;){for(;n in t;)n=t[n];if(r=c.get(n),n&&r[1].type==="chunkFlow"&&c.get(n-1)[1].type==="listItemPrefix"&&(s=r[1]._tokenizer.events,a=0,a<s.length&&s[a][1].type==="lineEndingBlank"&&(a+=2),a<s.length&&s[a][1].type==="content"))for(;++a<s.length&&s[a][1].type!=="content";)s[a][1].type==="chunkText"&&(s[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,$Ve(c,n)),n=t[n],u=!0);else if(r[1]._container){for(a=n,i=void 0;a--&&(o=c.get(a),o[1].type==="lineEnding"||o[1].type==="lineEndingBlank");)o[0]==="enter"&&(i&&(c.get(i)[1].type="lineEndingBlank"),o[1].type="lineEnding",i=a);i&&(r[1].end=Object.assign({},c.get(i)[1].start),l=c.slice(i,n),l.unshift(r),c.splice(i,n-i+1,l))}}return ba(e,0,Number.POSITIVE_INFINITY,c.slice(0)),!u}function $Ve(e,t){const n=e.get(t)[1],r=e.get(t)[2];let i=t-1;const a=[],o=n._tokenizer||r.parser[n.contentType](n.start),l=o.events,s=[],u={};let c,f,p=-1,g=n,v=0,m=0;const S=[m];for(;g;){for(;e.get(++i)[1]!==g;);a.push(i),g._tokenizer||(c=r.sliceStream(g),g.next||c.push(null),f&&o.defineSkip(g.start),g._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(c),g._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),f=g,g=g.next}for(g=n;++p<l.length;)l[p][0]==="exit"&&l[p-1][0]==="enter"&&l[p][1].type===l[p-1][1].type&&l[p][1].start.line!==l[p][1].end.line&&(m=p+1,S.push(m),g._tokenizer=void 0,g.previous=void 0,g=g.next);for(o.events=[],g?(g._tokenizer=void 0,g.previous=void 0):S.pop(),p=S.length;p--;){const y=l.slice(S[p],S[p+1]),b=a.pop();s.push([b,b+y.length-1]),e.splice(b,2,y)}for(s.reverse(),p=-1;++p<s.length;)u[v+s[p][0]]=v+s[p][1],v+=s[p][1]-s[p][0]-1;return u}const TVe={tokenize:IVe,resolve:kVe},CVe={tokenize:AVe,partial:!0};function kVe(e){return bW(e),e}function IVe(e,t){let n;return r;function r(l){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),i(l)}function i(l){return l===null?a(l):We(l)?e.check(CVe,o,a)(l):(e.consume(l),i)}function a(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function o(l){return e.consume(l),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,i}}function AVe(e,t,n){const r=this;return i;function i(o){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),wt(e,a,"linePrefix")}function a(o){if(o===null||We(o))return n(o);const l=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}function OW(e,t,n,r,i,a,o,l,s){const u=s||Number.POSITIVE_INFINITY;let c=0;return f;function f(y){return y===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(y),e.exit(a),p):y===null||y===32||y===41||T_(y)?n(y):(e.enter(r),e.enter(o),e.enter(l),e.enter("chunkString",{contentType:"string"}),m(y))}function p(y){return y===62?(e.enter(a),e.consume(y),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),g(y))}function g(y){return y===62?(e.exit("chunkString"),e.exit(l),p(y)):y===null||y===60||We(y)?n(y):(e.consume(y),y===92?v:g)}function v(y){return y===60||y===62||y===92?(e.consume(y),g):g(y)}function m(y){return!c&&(y===null||y===41||qt(y))?(e.exit("chunkString"),e.exit(l),e.exit(o),e.exit(r),t(y)):c<u&&y===40?(e.consume(y),c++,m):y===41?(e.consume(y),c--,m):y===null||y===32||y===40||T_(y)?n(y):(e.consume(y),y===92?S:m)}function S(y){return y===40||y===41||y===92?(e.consume(y),m):m(y)}}function EW(e,t,n,r,i,a){const o=this;let l=0,s;return u;function u(g){return e.enter(r),e.enter(i),e.consume(g),e.exit(i),e.enter(a),c}function c(g){return l>999||g===null||g===91||g===93&&!s||g===94&&!l&&"_hiddenFootnoteSupport"in o.parser.constructs?n(g):g===93?(e.exit(a),e.enter(i),e.consume(g),e.exit(i),e.exit(r),t):We(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),f(g))}function f(g){return g===null||g===91||g===93||We(g)||l++>999?(e.exit("chunkString"),c(g)):(e.consume(g),s||(s=!yt(g)),g===92?p:f)}function p(g){return g===91||g===92||g===93?(e.consume(g),l++,f):f(g)}}function wW(e,t,n,r,i,a){let o;return l;function l(p){return p===34||p===39||p===40?(e.enter(r),e.enter(i),e.consume(p),e.exit(i),o=p===40?41:p,s):n(p)}function s(p){return p===o?(e.enter(i),e.consume(p),e.exit(i),e.exit(r),t):(e.enter(a),u(p))}function u(p){return p===o?(e.exit(a),s(o)):p===null?n(p):We(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),wt(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(p))}function c(p){return p===o||p===null||We(p)?(e.exit("chunkString"),u(p)):(e.consume(p),p===92?f:c)}function f(p){return p===o||p===92?(e.consume(p),c):c(p)}}function Mp(e,t){let n;return r;function r(i){return We(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r):yt(i)?wt(e,r,n?"linePrefix":"lineSuffix")(i):t(i)}}const DVe={name:"definition",tokenize:FVe},MVe={tokenize:LVe,partial:!0};function FVe(e,t,n){const r=this;let i;return a;function a(g){return e.enter("definition"),o(g)}function o(g){return EW.call(r,e,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(g)}function l(g){return i=Wa(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),g===58?(e.enter("definitionMarker"),e.consume(g),e.exit("definitionMarker"),s):n(g)}function s(g){return qt(g)?Mp(e,u)(g):u(g)}function u(g){return OW(e,c,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(g)}function c(g){return e.attempt(MVe,f,f)(g)}function f(g){return yt(g)?wt(e,p,"whitespace")(g):p(g)}function p(g){return g===null||We(g)?(e.exit("definition"),r.parser.defined.push(i),t(g)):n(g)}}function LVe(e,t,n){return r;function r(l){return qt(l)?Mp(e,i)(l):n(l)}function i(l){return wW(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function a(l){return yt(l)?wt(e,o,"whitespace")(l):o(l)}function o(l){return l===null||We(l)?t(l):n(l)}}const NVe={name:"hardBreakEscape",tokenize:zVe};function zVe(e,t,n){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),i}function i(a){return We(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}const QVe={name:"headingAtx",tokenize:VVe,resolve:UVe};function UVe(e,t){let n=e.length-2,r=3,i,a;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},a={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},ba(e,r,n-r+1,[["enter",i,t],["enter",a,t],["exit",a,t],["exit",i,t]])),e}function VVe(e,t,n){let r=0;return i;function i(c){return e.enter("atxHeading"),a(c)}function a(c){return e.enter("atxHeadingSequence"),o(c)}function o(c){return c===35&&r++<6?(e.consume(c),o):c===null||qt(c)?(e.exit("atxHeadingSequence"),l(c)):n(c)}function l(c){return c===35?(e.enter("atxHeadingSequence"),s(c)):c===null||We(c)?(e.exit("atxHeading"),t(c)):yt(c)?wt(e,l,"whitespace")(c):(e.enter("atxHeadingText"),u(c))}function s(c){return c===35?(e.consume(c),s):(e.exit("atxHeadingSequence"),l(c))}function u(c){return c===null||c===35||qt(c)?(e.exit("atxHeadingText"),l(c)):(e.consume(c),u)}}const jVe=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],z4=["pre","script","style","textarea"],qVe={name:"htmlFlow",tokenize:KVe,resolveTo:WVe,concrete:!0},BVe={tokenize:YVe,partial:!0},HVe={tokenize:GVe,partial:!0};function WVe(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function KVe(e,t,n){const r=this;let i,a,o,l,s;return u;function u(N){return c(N)}function c(N){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(N),f}function f(N){return N===33?(e.consume(N),p):N===47?(e.consume(N),a=!0,m):N===63?(e.consume(N),i=3,r.interrupt?t:D):Gr(N)?(e.consume(N),o=String.fromCharCode(N),S):n(N)}function p(N){return N===45?(e.consume(N),i=2,g):N===91?(e.consume(N),i=5,l=0,v):Gr(N)?(e.consume(N),i=4,r.interrupt?t:D):n(N)}function g(N){return N===45?(e.consume(N),r.interrupt?t:D):n(N)}function v(N){const se="CDATA[";return N===se.charCodeAt(l++)?(e.consume(N),l===se.length?r.interrupt?t:F:v):n(N)}function m(N){return Gr(N)?(e.consume(N),o=String.fromCharCode(N),S):n(N)}function S(N){if(N===null||N===47||N===62||qt(N)){const se=N===47,pe=o.toLowerCase();return!se&&!a&&z4.includes(pe)?(i=1,r.interrupt?t(N):F(N)):jVe.includes(o.toLowerCase())?(i=6,se?(e.consume(N),y):r.interrupt?t(N):F(N)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(N):a?b(N):O(N))}return N===45||Fr(N)?(e.consume(N),o+=String.fromCharCode(N),S):n(N)}function y(N){return N===62?(e.consume(N),r.interrupt?t:F):n(N)}function b(N){return yt(N)?(e.consume(N),b):C(N)}function O(N){return N===47?(e.consume(N),C):N===58||N===95||Gr(N)?(e.consume(N),R):yt(N)?(e.consume(N),O):C(N)}function R(N){return N===45||N===46||N===58||N===95||Fr(N)?(e.consume(N),R):P(N)}function P(N){return N===61?(e.consume(N),w):yt(N)?(e.consume(N),P):O(N)}function w(N){return N===null||N===60||N===61||N===62||N===96?n(N):N===34||N===39?(e.consume(N),s=N,I):yt(N)?(e.consume(N),w):$(N)}function I(N){return N===s?(e.consume(N),s=null,M):N===null||We(N)?n(N):(e.consume(N),I)}function $(N){return N===null||N===34||N===39||N===47||N===60||N===61||N===62||N===96||qt(N)?P(N):(e.consume(N),$)}function M(N){return N===47||N===62||yt(N)?O(N):n(N)}function C(N){return N===62?(e.consume(N),A):n(N)}function A(N){return N===null||We(N)?F(N):yt(N)?(e.consume(N),A):n(N)}function F(N){return N===45&&i===2?(e.consume(N),Y):N===60&&i===1?(e.consume(N),q):N===62&&i===4?(e.consume(N),W):N===63&&i===3?(e.consume(N),D):N===93&&i===5?(e.consume(N),G):We(N)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(BVe,B,L)(N)):N===null||We(N)?(e.exit("htmlFlowData"),L(N)):(e.consume(N),F)}function L(N){return e.check(HVe,z,B)(N)}function z(N){return e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),j}function j(N){return N===null||We(N)?L(N):(e.enter("htmlFlowData"),F(N))}function Y(N){return N===45?(e.consume(N),D):F(N)}function q(N){return N===47?(e.consume(N),o="",U):F(N)}function U(N){if(N===62){const se=o.toLowerCase();return z4.includes(se)?(e.consume(N),W):F(N)}return Gr(N)&&o.length<8?(e.consume(N),o+=String.fromCharCode(N),U):F(N)}function G(N){return N===93?(e.consume(N),D):F(N)}function D(N){return N===62?(e.consume(N),W):N===45&&i===2?(e.consume(N),D):F(N)}function W(N){return N===null||We(N)?(e.exit("htmlFlowData"),B(N)):(e.consume(N),W)}function B(N){return e.exit("htmlFlow"),t(N)}}function GVe(e,t,n){const r=this;return i;function i(o){return We(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a):n(o)}function a(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}function YVe(e,t,n){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt(lv,t,n)}}const XVe={name:"htmlText",tokenize:ZVe};function ZVe(e,t,n){const r=this;let i,a,o;return l;function l(D){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(D),s}function s(D){return D===33?(e.consume(D),u):D===47?(e.consume(D),P):D===63?(e.consume(D),O):Gr(D)?(e.consume(D),$):n(D)}function u(D){return D===45?(e.consume(D),c):D===91?(e.consume(D),a=0,v):Gr(D)?(e.consume(D),b):n(D)}function c(D){return D===45?(e.consume(D),g):n(D)}function f(D){return D===null?n(D):D===45?(e.consume(D),p):We(D)?(o=f,q(D)):(e.consume(D),f)}function p(D){return D===45?(e.consume(D),g):f(D)}function g(D){return D===62?Y(D):D===45?p(D):f(D)}function v(D){const W="CDATA[";return D===W.charCodeAt(a++)?(e.consume(D),a===W.length?m:v):n(D)}function m(D){return D===null?n(D):D===93?(e.consume(D),S):We(D)?(o=m,q(D)):(e.consume(D),m)}function S(D){return D===93?(e.consume(D),y):m(D)}function y(D){return D===62?Y(D):D===93?(e.consume(D),y):m(D)}function b(D){return D===null||D===62?Y(D):We(D)?(o=b,q(D)):(e.consume(D),b)}function O(D){return D===null?n(D):D===63?(e.consume(D),R):We(D)?(o=O,q(D)):(e.consume(D),O)}function R(D){return D===62?Y(D):O(D)}function P(D){return Gr(D)?(e.consume(D),w):n(D)}function w(D){return D===45||Fr(D)?(e.consume(D),w):I(D)}function I(D){return We(D)?(o=I,q(D)):yt(D)?(e.consume(D),I):Y(D)}function $(D){return D===45||Fr(D)?(e.consume(D),$):D===47||D===62||qt(D)?M(D):n(D)}function M(D){return D===47?(e.consume(D),Y):D===58||D===95||Gr(D)?(e.consume(D),C):We(D)?(o=M,q(D)):yt(D)?(e.consume(D),M):Y(D)}function C(D){return D===45||D===46||D===58||D===95||Fr(D)?(e.consume(D),C):A(D)}function A(D){return D===61?(e.consume(D),F):We(D)?(o=A,q(D)):yt(D)?(e.consume(D),A):M(D)}function F(D){return D===null||D===60||D===61||D===62||D===96?n(D):D===34||D===39?(e.consume(D),i=D,L):We(D)?(o=F,q(D)):yt(D)?(e.consume(D),F):(e.consume(D),z)}function L(D){return D===i?(e.consume(D),i=void 0,j):D===null?n(D):We(D)?(o=L,q(D)):(e.consume(D),L)}function z(D){return D===null||D===34||D===39||D===60||D===61||D===96?n(D):D===47||D===62||qt(D)?M(D):(e.consume(D),z)}function j(D){return D===47||D===62||qt(D)?M(D):n(D)}function Y(D){return D===62?(e.consume(D),e.exit("htmlTextData"),e.exit("htmlText"),t):n(D)}function q(D){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(D),e.exit("lineEnding"),U}function U(D){return yt(D)?wt(e,G,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(D):G(D)}function G(D){return e.enter("htmlTextData"),o(D)}}const mk={name:"labelEnd",tokenize:i7e,resolveTo:r7e,resolveAll:n7e},JVe={tokenize:a7e},e7e={tokenize:o7e},t7e={tokenize:l7e};function n7e(e){let t=-1;for(;++t<e.length;){const n=e[t][1];(n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd")&&(e.splice(t+1,n.type==="labelImage"?4:2),n.type="data",t++)}return e}function r7e(e,t){let n=e.length,r=0,i,a,o,l;for(;n--;)if(i=e[n][1],a){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[n][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(o){if(e[n][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(a=n,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(o=n);const s={type:e[a][1].type==="labelLink"?"link":"image",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)},u={type:"label",start:Object.assign({},e[a][1].start),end:Object.assign({},e[o][1].end)},c={type:"labelText",start:Object.assign({},e[a+r+2][1].end),end:Object.assign({},e[o-2][1].start)};return l=[["enter",s,t],["enter",u,t]],l=va(l,e.slice(a+1,a+r+3)),l=va(l,[["enter",c,t]]),l=va(l,vS(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),l=va(l,[["exit",c,t],e[o-2],e[o-1],["exit",u,t]]),l=va(l,e.slice(o+1)),l=va(l,[["exit",s,t]]),ba(e,a,e.length,l),e}function i7e(e,t,n){const r=this;let i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){a=r.events[i][1];break}return l;function l(p){return a?a._inactive?f(p):(o=r.parser.defined.includes(Wa(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(p),e.exit("labelMarker"),e.exit("labelEnd"),s):n(p)}function s(p){return p===40?e.attempt(JVe,c,o?c:f)(p):p===91?e.attempt(e7e,c,o?u:f)(p):o?c(p):f(p)}function u(p){return e.attempt(t7e,c,f)(p)}function c(p){return t(p)}function f(p){return a._balanced=!0,n(p)}}function a7e(e,t,n){return r;function r(f){return e.enter("resource"),e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),i}function i(f){return qt(f)?Mp(e,a)(f):a(f)}function a(f){return f===41?c(f):OW(e,o,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function o(f){return qt(f)?Mp(e,s)(f):c(f)}function l(f){return n(f)}function s(f){return f===34||f===39||f===40?wW(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):c(f)}function u(f){return qt(f)?Mp(e,c)(f):c(f)}function c(f){return f===41?(e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),e.exit("resource"),t):n(f)}}function o7e(e,t,n){const r=this;return i;function i(l){return EW.call(r,e,a,o,"reference","referenceMarker","referenceString")(l)}function a(l){return r.parser.defined.includes(Wa(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(l):n(l)}function o(l){return n(l)}}function l7e(e,t,n){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),i}function i(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}const s7e={name:"labelStartImage",tokenize:u7e,resolveAll:mk.resolveAll};function u7e(e,t,n){const r=this;return i;function i(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),a}function a(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),o):n(l)}function o(l){return l===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(l):t(l)}}const c7e={name:"labelStartLink",tokenize:f7e,resolveAll:mk.resolveAll};function f7e(e,t,n){const r=this;return i;function i(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),a}function a(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(o):t(o)}}const kw={name:"lineEnding",tokenize:d7e};function d7e(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),wt(e,t,"linePrefix")}}const Xy={name:"thematicBreak",tokenize:h7e};function h7e(e,t,n){let r=0,i;return a;function a(u){return e.enter("thematicBreak"),o(u)}function o(u){return i=u,l(u)}function l(u){return u===i?(e.enter("thematicBreakSequence"),s(u)):r>=3&&(u===null||We(u))?(e.exit("thematicBreak"),t(u)):n(u)}function s(u){return u===i?(e.consume(u),r++,s):(e.exit("thematicBreakSequence"),yt(u)?wt(e,l,"whitespace")(u):l(u))}}const hi={name:"list",tokenize:v7e,continuation:{tokenize:m7e},exit:_7e},p7e={tokenize:S7e,partial:!0},g7e={tokenize:y7e,partial:!0};function v7e(e,t,n){const r=this,i=r.events[r.events.length-1];let a=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,o=0;return l;function l(g){const v=r.containerState.type||(g===42||g===43||g===45?"listUnordered":"listOrdered");if(v==="listUnordered"?!r.containerState.marker||g===r.containerState.marker:mP(g)){if(r.containerState.type||(r.containerState.type=v,e.enter(v,{_container:!0})),v==="listUnordered")return e.enter("listItemPrefix"),g===42||g===45?e.check(Xy,n,u)(g):u(g);if(!r.interrupt||g===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),s(g)}return n(g)}function s(g){return mP(g)&&++o<10?(e.consume(g),s):(!r.interrupt||o<2)&&(r.containerState.marker?g===r.containerState.marker:g===41||g===46)?(e.exit("listItemValue"),u(g)):n(g)}function u(g){return e.enter("listItemMarker"),e.consume(g),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||g,e.check(lv,r.interrupt?n:c,e.attempt(p7e,p,f))}function c(g){return r.containerState.initialBlankLine=!0,a++,p(g)}function f(g){return yt(g)?(e.enter("listItemPrefixWhitespace"),e.consume(g),e.exit("listItemPrefixWhitespace"),p):n(g)}function p(g){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(g)}}function m7e(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(lv,i,a);function i(l){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,wt(e,t,"listItemIndent",r.containerState.size+1)(l)}function a(l){return r.containerState.furtherBlankLines||!yt(l)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(l)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(g7e,t,o)(l))}function o(l){return r.containerState._closeFlow=!0,r.interrupt=void 0,wt(e,e.attempt(hi,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function y7e(e,t,n){const r=this;return wt(e,i,"listItemIndent",r.containerState.size+1);function i(a){const o=r.events[r.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(a):n(a)}}function _7e(e){e.exit(this.containerState.type)}function S7e(e,t,n){const r=this;return wt(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(a){const o=r.events[r.events.length-1];return!yt(a)&&o&&o[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}const Q4={name:"setextUnderline",tokenize:O7e,resolveTo:b7e};function b7e(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(i=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);const o={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",a?(e.splice(i,0,["enter",o,t]),e.splice(a+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[a][1].end)):e[r][1]=o,e.push(["exit",o,t]),e}function O7e(e,t,n){const r=this;let i;return a;function a(u){let c=r.events.length,f;for(;c--;)if(r.events[c][1].type!=="lineEnding"&&r.events[c][1].type!=="linePrefix"&&r.events[c][1].type!=="content"){f=r.events[c][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||f)?(e.enter("setextHeadingLine"),i=u,o(u)):n(u)}function o(u){return e.enter("setextHeadingLineSequence"),l(u)}function l(u){return u===i?(e.consume(u),l):(e.exit("setextHeadingLineSequence"),yt(u)?wt(e,s,"lineSuffix")(u):s(u))}function s(u){return u===null||We(u)?(e.exit("setextHeadingLine"),t(u)):n(u)}}const E7e={tokenize:w7e};function w7e(e){const t=this,n=e.attempt(lv,r,e.attempt(this.parser.constructs.flowInitial,i,wt(e,e.attempt(this.parser.constructs.flow,i,e.attempt(TVe,i)),"linePrefix")));return n;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function i(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const x7e={resolveAll:RW()},R7e=xW("string"),P7e=xW("text");function xW(e){return{tokenize:t,resolveAll:RW(e==="text"?$7e:void 0)};function t(n){const r=this,i=this.parser.constructs[e],a=n.attempt(i,o,l);return o;function o(c){return u(c)?a(c):l(c)}function l(c){if(c===null){n.consume(c);return}return n.enter("data"),n.consume(c),s}function s(c){return u(c)?(n.exit("data"),a(c)):(n.consume(c),s)}function u(c){if(c===null)return!0;const f=i[c];let p=-1;if(f)for(;++p<f.length;){const g=f[p];if(!g.previous||g.previous.call(r,r.previous))return!0}return!1}}}function RW(e){return t;function t(n,r){let i=-1,a;for(;++i<=n.length;)a===void 0?n[i]&&n[i][1].type==="data"&&(a=i,i++):(!n[i]||n[i][1].type!=="data")&&(i!==a+2&&(n[a][1].end=n[i-1][1].end,n.splice(a+2,i-a-2),i=a+2),a=void 0);return e?e(n,r):n}}function $7e(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],i=t.sliceStream(r);let a=i.length,o=-1,l=0,s;for(;a--;){const u=i[a];if(typeof u=="string"){for(o=u.length;u.charCodeAt(o-1)===32;)l++,o--;if(o)break;o=-1}else if(u===-2)s=!0,l++;else if(u!==-1){a++;break}}if(l){const u={type:n===e.length||s||l<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-l,offset:r.end.offset-l,_index:r.start._index+a,_bufferIndex:a?o:r.start._bufferIndex+o},end:Object.assign({},r.end)};r.end=Object.assign({},u.start),r.start.offset===r.end.offset?Object.assign(r,u):(e.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return e}function T7e(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const i={},a=[];let o=[],l=[];const s={consume:b,enter:O,exit:R,attempt:I(P),check:I(w),interrupt:I(w,{interrupt:!0})},u={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:g,sliceSerialize:p,now:v,defineSkip:m,write:f};let c=t.tokenize.call(u,s);return t.resolveAll&&a.push(t),u;function f(A){return o=va(o,A),S(),o[o.length-1]!==null?[]:($(t,0),u.events=vS(a,u.events,u),u.events)}function p(A,F){return k7e(g(A),F)}function g(A){return C7e(o,A)}function v(){const{line:A,column:F,offset:L,_index:z,_bufferIndex:j}=r;return{line:A,column:F,offset:L,_index:z,_bufferIndex:j}}function m(A){i[A.line]=A.column,C()}function S(){let A;for(;r._index<o.length;){const F=o[r._index];if(typeof F=="string")for(A=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===A&&r._bufferIndex<F.length;)y(F.charCodeAt(r._bufferIndex));else y(F)}}function y(A){c=c(A)}function b(A){We(A)?(r.line++,r.column=1,r.offset+=A===-3?2:1,C()):A!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),u.previous=A}function O(A,F){const L=F||{};return L.type=A,L.start=v(),u.events.push(["enter",L,u]),l.push(L),L}function R(A){const F=l.pop();return F.end=v(),u.events.push(["exit",F,u]),F}function P(A,F){$(A,F.from)}function w(A,F){F.restore()}function I(A,F){return L;function L(z,j,Y){let q,U,G,D;return Array.isArray(z)?B(z):"tokenize"in z?B([z]):W(z);function W(fe){return Ie;function Ie(Ae){const ue=Ae!==null&&fe[Ae],ge=Ae!==null&&fe.null,ve=[...Array.isArray(ue)?ue:ue?[ue]:[],...Array.isArray(ge)?ge:ge?[ge]:[]];return B(ve)(Ae)}}function B(fe){return q=fe,U=0,fe.length===0?Y:N(fe[U])}function N(fe){return Ie;function Ie(Ae){return D=M(),G=fe,fe.partial||(u.currentConstruct=fe),fe.name&&u.parser.constructs.disable.null.includes(fe.name)?pe():fe.tokenize.call(F?Object.assign(Object.create(u),F):u,s,se,pe)(Ae)}}function se(fe){return A(G,D),j}function pe(fe){return D.restore(),++U<q.length?N(q[U]):Y}}}function $(A,F){A.resolveAll&&!a.includes(A)&&a.push(A),A.resolve&&ba(u.events,F,u.events.length-F,A.resolve(u.events.slice(F),u)),A.resolveTo&&(u.events=A.resolveTo(u.events,u))}function M(){const A=v(),F=u.previous,L=u.currentConstruct,z=u.events.length,j=Array.from(l);return{restore:Y,from:z};function Y(){r=A,u.previous=F,u.currentConstruct=L,u.events.length=z,l=j,C()}}function C(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function C7e(e,t){const n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex;let o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){const l=o[0];typeof l=="string"?o[0]=l.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function k7e(e,t){let n=-1;const r=[];let i;for(;++n<e.length;){const a=e[n];let o;if(typeof a=="string")o=a;else switch(a){case-5:{o="\r";break}case-4:{o=`
|
|
616
616
|
`;break}case-3:{o=`\r
|
|
617
617
|
`;break}case-2:{o=t?" ":" ";break}case-1:{if(!t&&i)continue;o=" ";break}default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join("")}const I7e={42:hi,43:hi,45:hi,48:hi,49:hi,50:hi,51:hi,52:hi,53:hi,54:hi,55:hi,56:hi,57:hi,62:yW},A7e={91:DVe},D7e={[-2]:Cw,[-1]:Cw,32:Cw},M7e={35:QVe,42:Xy,45:[Q4,Xy],60:qVe,61:Q4,95:Xy,96:N4,126:N4},F7e={38:SW,92:_W},L7e={[-5]:kw,[-4]:kw,[-3]:kw,33:s7e,38:SW,42:yP,60:[cVe,XVe],91:c7e,92:[NVe,_W],93:mk,95:yP,96:EVe},N7e={null:[yP,x7e]},z7e={null:[42,95]},Q7e={null:[]},U7e=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:z7e,contentInitial:A7e,disable:Q7e,document:I7e,flow:M7e,flowInitial:D7e,insideSpan:N7e,string:F7e,text:L7e},Symbol.toStringTag,{value:"Module"}));function V7e(e){const n=vW([U7e,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:i(rVe),document:i(aVe),flow:i(E7e),string:i(R7e),text:i(P7e)};return r;function i(a){return o;function o(l){return T7e(r,a,l)}}}function j7e(e){for(;!bW(e););return e}const U4=/[\0\t\n\r]/g;function q7e(){let e=1,t="",n=!0,r;return i;function i(a,o,l){const s=[];let u,c,f,p,g;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(o||void 0).decode(a)),f=0,t="",n&&(a.charCodeAt(0)===65279&&f++,n=void 0);f<a.length;){if(U4.lastIndex=f,u=U4.exec(a),p=u&&u.index!==void 0?u.index:a.length,g=a.charCodeAt(p),!u){t=a.slice(f);break}if(g===10&&f===p&&r)s.push(-3),r=void 0;else switch(r&&(s.push(-5),r=void 0),f<p&&(s.push(a.slice(f,p)),e+=p-f),g){case 0:{s.push(65533),e++;break}case 9:{for(c=Math.ceil(e/4)*4,s.push(-2);e++<c;)s.push(-1);break}case 10:{s.push(-4),e=1;break}default:r=!0,e=1}f=p+1}return l&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}const B7e=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function H7e(e){return e.replace(B7e,W7e)}function W7e(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const i=n.charCodeAt(1),a=i===120||i===88;return mW(n.slice(a?2:1),a?16:10)}return vk(n)||e}const PW={}.hasOwnProperty;function K7e(e,t,n){return typeof t!="string"&&(n=t,t=void 0),G7e(n)(j7e(V7e(n).document().write(q7e()(e,t,!0))))}function G7e(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(ee),autolinkProtocol:M,autolinkEmail:M,atxHeading:a(at),blockQuote:a(ge),characterEscape:M,characterReference:M,codeFenced:a(ve),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(ve,o),codeText:a(ne,o),codeTextData:M,data:M,codeFlowValue:M,definition:a(Ne),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(Je),hardBreakEscape:a(_t),hardBreakTrailing:a(_t),htmlFlow:a(zt,o),htmlFlowData:M,htmlText:a(zt,o),htmlTextData:M,image:a(V),label:o,link:a(ee),listItem:a(we),listItemValue:p,listOrdered:a(ae,f),listUnordered:a(ae),paragraph:a(Oe),reference:N,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(at),strong:a(me),thematicBreak:a(it)},exit:{atxHeading:s(),atxHeadingSequence:P,autolink:s(),autolinkEmail:ue,autolinkProtocol:Ae,blockQuote:s(),characterEscapeValue:C,characterReferenceMarkerHexadecimal:pe,characterReferenceMarkerNumeric:pe,characterReferenceValue:fe,characterReference:Ie,codeFenced:s(S),codeFencedFence:m,codeFencedFenceInfo:g,codeFencedFenceMeta:v,codeFlowValue:C,codeIndented:s(y),codeText:s(j),codeTextData:C,data:C,definition:s(),definitionDestinationString:R,definitionLabelString:b,definitionTitleString:O,emphasis:s(),hardBreakEscape:s(F),hardBreakTrailing:s(F),htmlFlow:s(L),htmlFlowData:C,htmlText:s(z),htmlTextData:C,image:s(q),label:G,labelText:U,lineEnding:A,link:s(Y),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:se,resourceDestinationString:D,resourceTitleString:W,resource:B,setextHeading:s($),setextHeadingLineSequence:I,setextHeadingText:w,strong:s(),thematicBreak:s()}};$W(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(re){let de={type:"root",children:[]};const Le={stack:[de],tokenStack:[],config:t,enter:l,exit:u,buffer:o,resume:c,data:n},Ke=[];let gt=-1;for(;++gt<re.length;)if(re[gt][1].type==="listOrdered"||re[gt][1].type==="listUnordered")if(re[gt][0]==="enter")Ke.push(gt);else{const cn=Ke.pop();gt=i(re,cn,gt)}for(gt=-1;++gt<re.length;){const cn=t[re[gt][0]];PW.call(cn,re[gt][1].type)&&cn[re[gt][1].type].call(Object.assign({sliceSerialize:re[gt][2].sliceSerialize},Le),re[gt][1])}if(Le.tokenStack.length>0){const cn=Le.tokenStack[Le.tokenStack.length-1];(cn[1]||V4).call(Le,void 0,cn[0])}for(de.position={start:ts(re.length>0?re[0][1].start:{line:1,column:1,offset:0}),end:ts(re.length>0?re[re.length-2][1].end:{line:1,column:1,offset:0})},gt=-1;++gt<t.transforms.length;)de=t.transforms[gt](de)||de;return de}function i(re,de,Le){let Ke=de-1,gt=-1,cn=!1,Qr,Bt,br,J;for(;++Ke<=Le;){const ye=re[Ke];switch(ye[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{ye[0]==="enter"?gt++:gt--,J=void 0;break}case"lineEndingBlank":{ye[0]==="enter"&&(Qr&&!J&&!gt&&!br&&(br=Ke),J=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:J=void 0}if(!gt&&ye[0]==="enter"&&ye[1].type==="listItemPrefix"||gt===-1&&ye[0]==="exit"&&(ye[1].type==="listUnordered"||ye[1].type==="listOrdered")){if(Qr){let Qe=Ke;for(Bt=void 0;Qe--;){const rt=re[Qe];if(rt[1].type==="lineEnding"||rt[1].type==="lineEndingBlank"){if(rt[0]==="exit")continue;Bt&&(re[Bt][1].type="lineEndingBlank",cn=!0),rt[1].type="lineEnding",Bt=Qe}else if(!(rt[1].type==="linePrefix"||rt[1].type==="blockQuotePrefix"||rt[1].type==="blockQuotePrefixWhitespace"||rt[1].type==="blockQuoteMarker"||rt[1].type==="listItemIndent"))break}br&&(!Bt||br<Bt)&&(Qr._spread=!0),Qr.end=Object.assign({},Bt?re[Bt][1].start:ye[1].end),re.splice(Bt||Ke,0,["exit",Qr,ye[2]]),Ke++,Le++}if(ye[1].type==="listItemPrefix"){const Qe={type:"listItem",_spread:!1,start:Object.assign({},ye[1].start),end:void 0};Qr=Qe,re.splice(Ke,0,["enter",Qe,ye[2]]),Ke++,Le++,br=void 0,J=!0}}}return re[de][1]._spread=cn,Le}function a(re,de){return Le;function Le(Ke){l.call(this,re(Ke),Ke),de&&de.call(this,Ke)}}function o(){this.stack.push({type:"fragment",children:[]})}function l(re,de,Le){this.stack[this.stack.length-1].children.push(re),this.stack.push(re),this.tokenStack.push([de,Le]),re.position={start:ts(de.start),end:void 0}}function s(re){return de;function de(Le){re&&re.call(this,Le),u.call(this,Le)}}function u(re,de){const Le=this.stack.pop(),Ke=this.tokenStack.pop();if(Ke)Ke[0].type!==re.type&&(de?de.call(this,re,Ke[0]):(Ke[1]||V4).call(this,re,Ke[0]));else throw new Error("Cannot close `"+re.type+"` ("+Dp({start:re.start,end:re.end})+"): it’s not open");Le.position.end=ts(re.end)}function c(){return gk(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function p(re){if(this.data.expectingFirstListItemValue){const de=this.stack[this.stack.length-2];de.start=Number.parseInt(this.sliceSerialize(re),10),this.data.expectingFirstListItemValue=void 0}}function g(){const re=this.resume(),de=this.stack[this.stack.length-1];de.lang=re}function v(){const re=this.resume(),de=this.stack[this.stack.length-1];de.meta=re}function m(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function S(){const re=this.resume(),de=this.stack[this.stack.length-1];de.value=re.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function y(){const re=this.resume(),de=this.stack[this.stack.length-1];de.value=re.replace(/(\r?\n|\r)$/g,"")}function b(re){const de=this.resume(),Le=this.stack[this.stack.length-1];Le.label=de,Le.identifier=Wa(this.sliceSerialize(re)).toLowerCase()}function O(){const re=this.resume(),de=this.stack[this.stack.length-1];de.title=re}function R(){const re=this.resume(),de=this.stack[this.stack.length-1];de.url=re}function P(re){const de=this.stack[this.stack.length-1];if(!de.depth){const Le=this.sliceSerialize(re).length;de.depth=Le}}function w(){this.data.setextHeadingSlurpLineEnding=!0}function I(re){const de=this.stack[this.stack.length-1];de.depth=this.sliceSerialize(re).codePointAt(0)===61?1:2}function $(){this.data.setextHeadingSlurpLineEnding=void 0}function M(re){const Le=this.stack[this.stack.length-1].children;let Ke=Le[Le.length-1];(!Ke||Ke.type!=="text")&&(Ke=Ce(),Ke.position={start:ts(re.start),end:void 0},Le.push(Ke)),this.stack.push(Ke)}function C(re){const de=this.stack.pop();de.value+=this.sliceSerialize(re),de.position.end=ts(re.end)}function A(re){const de=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Le=de.children[de.children.length-1];Le.position.end=ts(re.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(de.type)&&(M.call(this,re),C.call(this,re))}function F(){this.data.atHardBreak=!0}function L(){const re=this.resume(),de=this.stack[this.stack.length-1];de.value=re}function z(){const re=this.resume(),de=this.stack[this.stack.length-1];de.value=re}function j(){const re=this.resume(),de=this.stack[this.stack.length-1];de.value=re}function Y(){const re=this.stack[this.stack.length-1];if(this.data.inReference){const de=this.data.referenceType||"shortcut";re.type+="Reference",re.referenceType=de,delete re.url,delete re.title}else delete re.identifier,delete re.label;this.data.referenceType=void 0}function q(){const re=this.stack[this.stack.length-1];if(this.data.inReference){const de=this.data.referenceType||"shortcut";re.type+="Reference",re.referenceType=de,delete re.url,delete re.title}else delete re.identifier,delete re.label;this.data.referenceType=void 0}function U(re){const de=this.sliceSerialize(re),Le=this.stack[this.stack.length-2];Le.label=H7e(de),Le.identifier=Wa(de).toLowerCase()}function G(){const re=this.stack[this.stack.length-1],de=this.resume(),Le=this.stack[this.stack.length-1];if(this.data.inReference=!0,Le.type==="link"){const Ke=re.children;Le.children=Ke}else Le.alt=de}function D(){const re=this.resume(),de=this.stack[this.stack.length-1];de.url=re}function W(){const re=this.resume(),de=this.stack[this.stack.length-1];de.title=re}function B(){this.data.inReference=void 0}function N(){this.data.referenceType="collapsed"}function se(re){const de=this.resume(),Le=this.stack[this.stack.length-1];Le.label=de,Le.identifier=Wa(this.sliceSerialize(re)).toLowerCase(),this.data.referenceType="full"}function pe(re){this.data.characterReferenceType=re.type}function fe(re){const de=this.sliceSerialize(re),Le=this.data.characterReferenceType;let Ke;Le?(Ke=mW(de,Le==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ke=vk(de);const gt=this.stack[this.stack.length-1];gt.value+=Ke}function Ie(re){const de=this.stack.pop();de.position.end=ts(re.end)}function Ae(re){C.call(this,re);const de=this.stack[this.stack.length-1];de.url=this.sliceSerialize(re)}function ue(re){C.call(this,re);const de=this.stack[this.stack.length-1];de.url="mailto:"+this.sliceSerialize(re)}function ge(){return{type:"blockquote",children:[]}}function ve(){return{type:"code",lang:null,meta:null,value:""}}function ne(){return{type:"inlineCode",value:""}}function Ne(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Je(){return{type:"emphasis",children:[]}}function at(){return{type:"heading",depth:0,children:[]}}function _t(){return{type:"break"}}function zt(){return{type:"html",value:""}}function V(){return{type:"image",title:null,url:"",alt:null}}function ee(){return{type:"link",title:null,url:"",children:[]}}function ae(re){return{type:"list",ordered:re.type==="listOrdered",start:null,spread:re._spread,children:[]}}function we(re){return{type:"listItem",spread:re._spread,checked:null,children:[]}}function Oe(){return{type:"paragraph",children:[]}}function me(){return{type:"strong",children:[]}}function Ce(){return{type:"text",value:""}}function it(){return{type:"thematicBreak"}}}function ts(e){return{line:e.line,column:e.column,offset:e.offset}}function $W(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?$W(e,r):Y7e(e,r)}}function Y7e(e,t){let n;for(n in t)if(PW.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function V4(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Dp({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Dp({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Dp({start:t.start,end:t.end})+") is still open")}function X7e(e){const t=this;t.parser=n;function n(r){return K7e(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function Z7e(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function J7e(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
@@ -638,4 +638,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
638
638
|
`))+1))}const o="#".repeat(i),l=n.enter("headingAtx"),s=n.enter("phrasing");a.move(o+" ");let u=n.containerPhrasing(e,{before:"# ",after:`
|
|
639
639
|
`,...a.current()});return/^[\t ]/.test(u)&&(u="&#x"+u.charCodeAt(0).toString(16).toUpperCase()+";"+u.slice(1)),u=u?o+" "+u:o,n.options.closeAtx&&(u+=" "+o),s(),l(),u}VW.peek=pqe;function VW(e){return e.value||""}function pqe(){return"<"}jW.peek=gqe;function jW(e,t,n,r){const i=wk(n),a=i==='"'?"Quote":"Apostrophe",o=n.enter("image");let l=n.enter("label");const s=n.createTracker(r);let u=s.move("![");return u+=s.move(n.safe(e.alt,{before:u,after:"]",...s.current()})),u+=s.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=s.move("<"),u+=s.move(n.safe(e.url,{before:u,after:">",...s.current()})),u+=s.move(">")):(l=n.enter("destinationRaw"),u+=s.move(n.safe(e.url,{before:u,after:e.title?" ":")",...s.current()}))),l(),e.title&&(l=n.enter(`title${a}`),u+=s.move(" "+i),u+=s.move(n.safe(e.title,{before:u,after:i,...s.current()})),u+=s.move(i),l()),u+=s.move(")"),o(),u}function gqe(){return"!"}qW.peek=vqe;function qW(e,t,n,r){const i=e.referenceType,a=n.enter("imageReference");let o=n.enter("label");const l=n.createTracker(r);let s=l.move("![");const u=n.safe(e.alt,{before:s,after:"]",...l.current()});s+=l.move(u+"]["),o();const c=n.stack;n.stack=[],o=n.enter("reference");const f=n.safe(n.associationId(e),{before:s,after:"]",...l.current()});return o(),n.stack=c,a(),i==="full"||!u||u!==f?s+=l.move(f+"]"):i==="shortcut"?s=s.slice(0,-1):s+=l.move("]"),s}function vqe(){return"!"}BW.peek=mqe;function BW(e,t,n){let r=e.value||"",i="`",a=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++a<n.unsafe.length;){const o=n.unsafe[a],l=n.compilePattern(o);let s;if(o.atBreak)for(;s=l.exec(r);){let u=s.index;r.charCodeAt(u)===10&&r.charCodeAt(u-1)===13&&u--,r=r.slice(0,u)+" "+r.slice(s.index+1)}}return i+r+i}function mqe(){return"`"}function HW(e,t){const n=gk(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}WW.peek=yqe;function WW(e,t,n,r){const i=wk(n),a=i==='"'?"Quote":"Apostrophe",o=n.createTracker(r);let l,s;if(HW(e,n)){const c=n.stack;n.stack=[],l=n.enter("autolink");let f=o.move("<");return f+=o.move(n.containerPhrasing(e,{before:f,after:">",...o.current()})),f+=o.move(">"),l(),n.stack=c,f}l=n.enter("link"),s=n.enter("label");let u=o.move("[");return u+=o.move(n.containerPhrasing(e,{before:u,after:"](",...o.current()})),u+=o.move("]("),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter("destinationLiteral"),u+=o.move("<"),u+=o.move(n.safe(e.url,{before:u,after:">",...o.current()})),u+=o.move(">")):(s=n.enter("destinationRaw"),u+=o.move(n.safe(e.url,{before:u,after:e.title?" ":")",...o.current()}))),s(),e.title&&(s=n.enter(`title${a}`),u+=o.move(" "+i),u+=o.move(n.safe(e.title,{before:u,after:i,...o.current()})),u+=o.move(i),s()),u+=o.move(")"),l(),u}function yqe(e,t,n){return HW(e,n)?"<":"["}KW.peek=_qe;function KW(e,t,n,r){const i=e.referenceType,a=n.enter("linkReference");let o=n.enter("label");const l=n.createTracker(r);let s=l.move("[");const u=n.containerPhrasing(e,{before:s,after:"]",...l.current()});s+=l.move(u+"]["),o();const c=n.stack;n.stack=[],o=n.enter("reference");const f=n.safe(n.associationId(e),{before:s,after:"]",...l.current()});return o(),n.stack=c,a(),i==="full"||!u||u!==f?s+=l.move(f+"]"):i==="shortcut"?s=s.slice(0,-1):s+=l.move("]"),s}function _qe(){return"["}function xk(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function Sqe(e){const t=xk(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function bqe(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function GW(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function Oqe(e,t,n,r){const i=n.enter("list"),a=n.bulletCurrent;let o=e.ordered?bqe(n):xk(n);const l=e.ordered?o==="."?")":".":Sqe(n);let s=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){const c=e.children?e.children[0]:void 0;if((o==="*"||o==="-")&&c&&(!c.children||!c.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(s=!0),GW(n)===o&&c){let f=-1;for(;++f<e.children.length;){const p=e.children[f];if(p&&p.type==="listItem"&&p.children&&p.children[0]&&p.children[0].type==="thematicBreak"){s=!0;break}}}}s&&(o=l),n.bulletCurrent=o;const u=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),u}function Eqe(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function wqe(e,t,n,r){const i=Eqe(n);let a=n.bulletCurrent||xk(n);t&&t.type==="list"&&t.ordered&&(a=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let o=a.length+1;(i==="tab"||i==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);const l=n.createTracker(r);l.move(a+" ".repeat(o-a.length)),l.shift(o);const s=n.enter("listItem"),u=n.indentLines(n.containerFlow(e,l.current()),c);return s(),u;function c(f,p,g){return p?(g?"":" ".repeat(o))+f:(g?a:a+" ".repeat(o-a.length))+f}}function xqe(e,t,n,r){const i=n.enter("paragraph"),a=n.enter("phrasing"),o=n.containerPhrasing(e,r);return a(),i(),o}const Rqe=yS(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function Pqe(e,t,n,r){return(e.children.some(function(o){return Rqe(o)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function $qe(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}YW.peek=Tqe;function YW(e,t,n,r){const i=$qe(n),a=n.enter("strong"),o=n.createTracker(r);let l=o.move(i+i);return l+=o.move(n.containerPhrasing(e,{before:l,after:i,...o.current()})),l+=o.move(i+i),a(),l}function Tqe(e,t,n){return n.options.strong||"*"}function Cqe(e,t,n,r){return n.safe(e.value,r)}function kqe(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function Iqe(e,t,n){const r=(GW(n)+(n.options.ruleSpaces?" ":"")).repeat(kqe(n));return n.options.ruleSpaces?r.slice(0,-1):r}const XW={blockquote:tqe,break:d5,code:lqe,definition:uqe,emphasis:UW,hardBreak:d5,heading:hqe,html:VW,image:jW,imageReference:qW,inlineCode:BW,link:WW,linkReference:KW,list:Oqe,listItem:wqe,paragraph:xqe,root:Pqe,strong:YW,text:Cqe,thematicBreak:Iqe};function Aqe(){return{enter:{table:Dqe,tableData:h5,tableHeader:h5,tableRow:Fqe},exit:{codeText:Lqe,table:Mqe,tableData:Vw,tableHeader:Vw,tableRow:Vw}}}function Dqe(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function Mqe(e){this.exit(e),this.data.inTable=void 0}function Fqe(e){this.enter({type:"tableRow",children:[]},e)}function Vw(e){this.exit(e)}function h5(e){this.enter({type:"tableCell",children:[]},e)}function Lqe(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,Nqe));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function Nqe(e,t){return t==="|"?t:e}function zqe(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
640
640
|
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:p,table:o,tableCell:s,tableRow:l}};function o(g,v,m,S){return u(c(g,m,S),g.align)}function l(g,v,m,S){const y=f(g,m,S),b=u([y]);return b.slice(0,b.indexOf(`
|
|
641
|
-
`))}function s(g,v,m,S){const y=m.enter("tableCell"),b=m.enter("phrasing"),O=m.containerPhrasing(g,{...S,before:a,after:a});return b(),y(),O}function u(g,v){return Z9e(g,{align:v,alignDelimiters:r,padding:n,stringLength:i})}function c(g,v,m){const S=g.children;let y=-1;const b=[],O=v.enter("table");for(;++y<S.length;)b[y]=f(S[y],v,m);return O(),b}function f(g,v,m){const S=g.children;let y=-1;const b=[],O=v.enter("tableRow");for(;++y<S.length;)b[y]=s(S[y],g,v,m);return O(),b}function p(g,v,m){let S=XW.inlineCode(g,v,m);return m.stack.includes("tableCell")&&(S=S.replace(/\|/g,"\\$&")),S}}function Qqe(){return{exit:{taskListCheckValueChecked:p5,taskListCheckValueUnchecked:p5,paragraph:Vqe}}}function Uqe(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:jqe}}}function p5(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function Vqe(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const i=t.children;let a=-1,o;for(;++a<i.length;){const l=i[a];if(l.type==="paragraph"){o=l;break}}o===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function jqe(e,t,n,r){const i=e.children[0],a=typeof e.checked=="boolean"&&i&&i.type==="paragraph",o="["+(e.checked?"x":" ")+"] ",l=n.createTracker(r);a&&l.move(o);let s=XW.listItem(e,t,n,{...r,...l.current()});return a&&(s=s.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,u)),s;function u(c){return c+o}}function qqe(){return[b9e(),A9e(),W9e(),Aqe(),Qqe()]}function Bqe(e){return{extensions:[O9e(),D9e(),K9e(),zqe(e),Uqe()]}}const Hqe={tokenize:Zqe,partial:!0},ZW={tokenize:Jqe,partial:!0},JW={tokenize:eBe,partial:!0},eK={tokenize:tBe,partial:!0},Wqe={tokenize:nBe,partial:!0},tK={name:"wwwAutolink",tokenize:Yqe,previous:rK},nK={name:"protocolAutolink",tokenize:Xqe,previous:iK},Vl={name:"emailAutolink",tokenize:Gqe,previous:aK},Bo={};function Kqe(){return{text:Bo}}let vu=48;for(;vu<123;)Bo[vu]=Vl,vu++,vu===58?vu=65:vu===91&&(vu=97);Bo[43]=Vl;Bo[45]=Vl;Bo[46]=Vl;Bo[95]=Vl;Bo[72]=[Vl,nK];Bo[104]=[Vl,nK];Bo[87]=[Vl,tK];Bo[119]=[Vl,tK];function Gqe(e,t,n){const r=this;let i,a;return o;function o(f){return!EP(f)||!aK.call(r,r.previous)||Rk(r.events)?n(f):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(f))}function l(f){return EP(f)?(e.consume(f),l):f===64?(e.consume(f),s):n(f)}function s(f){return f===46?e.check(Wqe,c,u)(f):f===45||f===95||Fr(f)?(a=!0,e.consume(f),s):c(f)}function u(f){return e.consume(f),i=!0,s}function c(f){return a&&i&&Gr(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(f)):n(f)}}function Yqe(e,t,n){const r=this;return i;function i(o){return o!==87&&o!==119||!rK.call(r,r.previous)||Rk(r.events)?n(o):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Hqe,e.attempt(ZW,e.attempt(JW,a),n),n)(o))}function a(o){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(o)}}function Xqe(e,t,n){const r=this;let i="",a=!1;return o;function o(f){return(f===72||f===104)&&iK.call(r,r.previous)&&!Rk(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(f),e.consume(f),l):n(f)}function l(f){if(Gr(f)&&i.length<5)return i+=String.fromCodePoint(f),e.consume(f),l;if(f===58){const p=i.toLowerCase();if(p==="http"||p==="https")return e.consume(f),s}return n(f)}function s(f){return f===47?(e.consume(f),a?u:(a=!0,s)):n(f)}function u(f){return f===null||T_(f)||qt(f)||pc(f)||gS(f)?n(f):e.attempt(ZW,e.attempt(JW,c),n)(f)}function c(f){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(f)}}function Zqe(e,t,n){let r=0;return i;function i(o){return(o===87||o===119)&&r<3?(r++,e.consume(o),i):o===46&&r===3?(e.consume(o),a):n(o)}function a(o){return o===null?n(o):t(o)}}function Jqe(e,t,n){let r,i,a;return o;function o(u){return u===46||u===95?e.check(eK,s,l)(u):u===null||qt(u)||pc(u)||u!==45&&gS(u)?s(u):(a=!0,e.consume(u),o)}function l(u){return u===95?r=!0:(i=r,r=void 0),e.consume(u),o}function s(u){return i||r||!a?n(u):t(u)}}function eBe(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(eK,t,a)(o):o===null||qt(o)||pc(o)?t(o):(e.consume(o),i)}function a(o){return o===41&&r++,e.consume(o),i}}function tBe(e,t,n){return r;function r(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),r):l===38?(e.consume(l),a):l===93?(e.consume(l),i):l===60||l===null||qt(l)||pc(l)?t(l):n(l)}function i(l){return l===null||l===40||l===91||qt(l)||pc(l)?t(l):r(l)}function a(l){return Gr(l)?o(l):n(l)}function o(l){return l===59?(e.consume(l),r):Gr(l)?(e.consume(l),o):n(l)}}function nBe(e,t,n){return r;function r(a){return e.consume(a),i}function i(a){return Fr(a)?n(a):t(a)}}function rK(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||qt(e)}function iK(e){return!Gr(e)}function aK(e){return!(e===47||EP(e))}function EP(e){return e===43||e===45||e===46||e===95||Fr(e)}function Rk(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const rBe={tokenize:fBe,partial:!0};function iBe(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:sBe,continuation:{tokenize:uBe},exit:cBe}},text:{91:{name:"gfmFootnoteCall",tokenize:lBe},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:aBe,resolveTo:oBe}}}}function aBe(e,t,n){const r=this;let i=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let o;for(;i--;){const s=r.events[i][1];if(s.type==="labelImage"){o=s;break}if(s.type==="gfmFootnoteCall"||s.type==="labelLink"||s.type==="label"||s.type==="image"||s.type==="link")break}return l;function l(s){if(!o||!o._balanced)return n(s);const u=Wa(r.sliceSerialize({start:o.end,end:r.now()}));return u.codePointAt(0)!==94||!a.includes(u.slice(1))?n(s):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(s),e.exit("gfmFootnoteCallLabelMarker"),t(s))}}function oBe(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},l=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",a,t],["enter",o,t],["exit",o,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...l),e}function lBe(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,o;return l;function l(f){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),s}function s(f){return f!==94?n(f):(e.enter("gfmFootnoteCallMarker"),e.consume(f),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",u)}function u(f){if(a>999||f===93&&!o||f===null||f===91||qt(f))return n(f);if(f===93){e.exit("chunkString");const p=e.exit("gfmFootnoteCallString");return i.includes(Wa(r.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(f)}return qt(f)||(o=!0),a++,e.consume(f),f===92?c:u}function c(f){return f===91||f===92||f===93?(e.consume(f),a++,u):u(f)}}function sBe(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,o=0,l;return s;function s(v){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),u}function u(v){return v===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",c):n(v)}function c(v){if(o>999||v===93&&!l||v===null||v===91||qt(v))return n(v);if(v===93){e.exit("chunkString");const m=e.exit("gfmFootnoteDefinitionLabelString");return a=Wa(r.sliceSerialize(m)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return qt(v)||(l=!0),o++,e.consume(v),v===92?f:c}function f(v){return v===91||v===92||v===93?(e.consume(v),o++,c):c(v)}function p(v){return v===58?(e.enter("definitionMarker"),e.consume(v),e.exit("definitionMarker"),i.includes(a)||i.push(a),wt(e,g,"gfmFootnoteDefinitionWhitespace")):n(v)}function g(v){return t(v)}}function uBe(e,t,n){return e.check(lv,t,e.attempt(rBe,t,n))}function cBe(e){e.exit("gfmFootnoteDefinition")}function fBe(e,t,n){const r=this;return wt(e,i,"gfmFootnoteDefinitionIndent",5);function i(a){const o=r.events[r.events.length-1];return o&&o[1].type==="gfmFootnoteDefinitionIndent"&&o[2].sliceSerialize(o[1],!0).length===4?t(a):n(a)}}function dBe(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:i};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(o,l){let s=-1;for(;++s<o.length;)if(o[s][0]==="enter"&&o[s][1].type==="strikethroughSequenceTemporary"&&o[s][1]._close){let u=s;for(;u--;)if(o[u][0]==="exit"&&o[u][1].type==="strikethroughSequenceTemporary"&&o[u][1]._open&&o[s][1].end.offset-o[s][1].start.offset===o[u][1].end.offset-o[u][1].start.offset){o[s][1].type="strikethroughSequence",o[u][1].type="strikethroughSequence";const c={type:"strikethrough",start:Object.assign({},o[u][1].start),end:Object.assign({},o[s][1].end)},f={type:"strikethroughText",start:Object.assign({},o[u][1].end),end:Object.assign({},o[s][1].start)},p=[["enter",c,l],["enter",o[u][1],l],["exit",o[u][1],l],["enter",f,l]],g=l.parser.constructs.insideSpan.null;g&&ba(p,p.length,0,vS(g,o.slice(u+1,s),l)),ba(p,p.length,0,[["exit",f,l],["enter",o[s][1],l],["exit",o[s][1],l],["exit",c,l]]),ba(o,u-1,s-u+3,p),s=u+p.length-2;break}}for(s=-1;++s<o.length;)o[s][1].type==="strikethroughSequenceTemporary"&&(o[s][1].type="data");return o}function a(o,l,s){const u=this.previous,c=this.events;let f=0;return p;function p(v){return u===126&&c[c.length-1][1].type!=="characterEscape"?s(v):(o.enter("strikethroughSequenceTemporary"),g(v))}function g(v){const m=C_(u);if(v===126)return f>1?s(v):(o.consume(v),f++,g);if(f<2&&!n)return s(v);const S=o.exit("strikethroughSequenceTemporary"),y=C_(v);return S._open=!y||y===2&&!!m,S._close=!m||m===2&&!!y,l(v)}}}class hBe{constructor(){this.map=[]}add(t,n,r){pBe(this,t,n,r)}consume(t){if(this.map.sort(function(a,o){return a[0]-o[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push([...t]),t.length=0;let i=r.pop();for(;i;)t.push(...i),i=r.pop();this.map.length=0}}function pBe(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function gBe(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function vBe(){return{flow:{null:{name:"table",tokenize:mBe,resolveAll:yBe}}}}function mBe(e,t,n){const r=this;let i=0,a=0,o;return l;function l(C){let A=r.events.length-1;for(;A>-1;){const z=r.events[A][1].type;if(z==="lineEnding"||z==="linePrefix")A--;else break}const F=A>-1?r.events[A][1].type:null,L=F==="tableHead"||F==="tableRow"?w:s;return L===w&&r.parser.lazy[r.now().line]?n(C):L(C)}function s(C){return e.enter("tableHead"),e.enter("tableRow"),u(C)}function u(C){return C===124||(o=!0,a+=1),c(C)}function c(C){return C===null?n(C):We(C)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(C),e.exit("lineEnding"),g):n(C):yt(C)?wt(e,c,"whitespace")(C):(a+=1,o&&(o=!1,i+=1),C===124?(e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),o=!0,c):(e.enter("data"),f(C)))}function f(C){return C===null||C===124||qt(C)?(e.exit("data"),c(C)):(e.consume(C),C===92?p:f)}function p(C){return C===92||C===124?(e.consume(C),f):f(C)}function g(C){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(C):(e.enter("tableDelimiterRow"),o=!1,yt(C)?wt(e,v,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(C):v(C))}function v(C){return C===45||C===58?S(C):C===124?(o=!0,e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),m):P(C)}function m(C){return yt(C)?wt(e,S,"whitespace")(C):S(C)}function S(C){return C===58?(a+=1,o=!0,e.enter("tableDelimiterMarker"),e.consume(C),e.exit("tableDelimiterMarker"),y):C===45?(a+=1,y(C)):C===null||We(C)?R(C):P(C)}function y(C){return C===45?(e.enter("tableDelimiterFiller"),b(C)):P(C)}function b(C){return C===45?(e.consume(C),b):C===58?(o=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(C),e.exit("tableDelimiterMarker"),O):(e.exit("tableDelimiterFiller"),O(C))}function O(C){return yt(C)?wt(e,R,"whitespace")(C):R(C)}function R(C){return C===124?v(C):C===null||We(C)?!o||i!==a?P(C):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(C)):P(C)}function P(C){return n(C)}function w(C){return e.enter("tableRow"),I(C)}function I(C){return C===124?(e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),I):C===null||We(C)?(e.exit("tableRow"),t(C)):yt(C)?wt(e,I,"whitespace")(C):(e.enter("data"),$(C))}function $(C){return C===null||C===124||qt(C)?(e.exit("data"),I(C)):(e.consume(C),C===92?M:$)}function M(C){return C===92||C===124?(e.consume(C),$):$(C)}}function yBe(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],l=!1,s=0,u,c,f;const p=new hBe;for(;++n<e.length;){const g=e[n],v=g[1];g[0]==="enter"?v.type==="tableHead"?(l=!1,s!==0&&(g5(p,t,s,u,c),c=void 0,s=0),u={type:"table",start:Object.assign({},v.start),end:Object.assign({},v.end)},p.add(n,0,[["enter",u,t]])):v.type==="tableRow"||v.type==="tableDelimiterRow"?(r=!0,f=void 0,a=[0,0,0,0],o=[0,n+1,0,0],l&&(l=!1,c={type:"tableBody",start:Object.assign({},v.start),end:Object.assign({},v.end)},p.add(n,0,[["enter",c,t]])),i=v.type==="tableDelimiterRow"?2:c?3:1):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],f=wy(p,t,a,i,void 0,f),a=[0,0,0,0]),o[2]=n)):v.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],f=wy(p,t,a,i,void 0,f)),a=o,o=[a[1],n,0,0])):v.type==="tableHead"?(l=!0,s=n):v.type==="tableRow"||v.type==="tableDelimiterRow"?(s=n,a[1]!==0?(o[0]=o[1],f=wy(p,t,a,i,n,f)):o[1]!==0&&(f=wy(p,t,o,i,n,f)),i=0):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")&&(o[3]=n)}for(s!==0&&g5(p,t,s,u,c),p.consume(t.events),n=-1;++n<t.events.length;){const g=t.events[n];g[0]==="enter"&&g[1].type==="table"&&(g[1]._align=gBe(t.events,n))}return e}function wy(e,t,n,r,i,a){const o=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(a.end=Object.assign({},yf(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const s=yf(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const u=yf(t.events,n[2]),c=yf(t.events,n[3]),f={type:l,start:Object.assign({},u),end:Object.assign({},c)};if(e.add(n[2],0,[["enter",f,t]]),r!==2){const p=t.events[n[2]],g=t.events[n[3]];if(p[1].end=Object.assign({},g[1].end),p[1].type="chunkText",p[1].contentType="text",n[3]>n[2]+1){const v=n[2]+1,m=n[3]-n[2]-1;e.add(v,m,[])}}e.add(n[3]+1,0,[["exit",f,t]])}return i!==void 0&&(a.end=Object.assign({},yf(t.events,i)),e.add(i,0,[["exit",a,t]]),a=void 0),a}function g5(e,t,n,r,i){const a=[],o=yf(t.events,n);i&&(i.end=Object.assign({},o),a.push(["exit",i,t])),r.end=Object.assign({},o),a.push(["exit",r,t]),e.add(n+1,0,a)}function yf(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const _Be={name:"tasklistCheck",tokenize:bBe};function SBe(){return{text:{91:_Be}}}function bBe(e,t,n){const r=this;return i;function i(s){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(s):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),a)}function a(s){return qt(s)?(e.enter("taskListCheckValueUnchecked"),e.consume(s),e.exit("taskListCheckValueUnchecked"),o):s===88||s===120?(e.enter("taskListCheckValueChecked"),e.consume(s),e.exit("taskListCheckValueChecked"),o):n(s)}function o(s){return s===93?(e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(s)}function l(s){return We(s)?t(s):yt(s)?e.check({tokenize:OBe},t,n)(s):n(s)}}function OBe(e,t,n){return wt(e,r,"whitespace");function r(i){return i===null?n(i):t(i)}}function EBe(e){return vW([Kqe(),iBe(),dBe(e),vBe(),SBe()])}const wBe={};function BKe(e){const t=this,n=e||wBe,r=t.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),o=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(EBe(n)),a.push(qqe()),o.push(Bqe(n))}export{rHe as $,_We as A,SWe as B,YHe as C,bWe as D,SC as E,PBe as F,EWe as G,KHe as H,MHe as I,q1 as J,PWe as K,qxe as L,KBe as M,WBe as N,GBe as O,WHe as P,zHe as Q,he as R,UHe as S,LHe as T,VHe as U,QHe as V,qHe as W,BHe as X,GHe as Y,HHe as Z,jHe as _,tn as a,gj as a$,e0 as a0,TWe as a1,$We as a2,qKe as a3,BKe as a4,gWe as a5,Z9 as a6,cWe as a7,$He as a8,sWe as a9,FT as aA,DBe as aB,E_e as aC,MBe as aD,ABe as aE,Nr as aF,BBe as aG,UBe as aH,Vo as aI,YBe as aJ,L1 as aK,mt as aL,z1e as aM,mHe as aN,IBe as aO,zBe as aP,VBe as aQ,qBe as aR,FBe as aS,wa as aT,JBe as aU,ZBe as aV,NBe as aW,sV as aX,gV as aY,sHe as aZ,vj as a_,hWe as aa,uWe as ab,iHe as ac,q$e as ad,k$e as ae,H$e as af,xWe as ag,fWe as ah,vWe as ai,VKe as aj,FKe as ak,LKe as al,NKe as am,zKe as an,QKe as ao,jKe as ap,UKe as aq,yWe as ar,Rxe as as,aWe as at,ZHe as au,nWe as av,Ld as aw,HBe as ax,js as ay,kBe as az,CBe as b,LT as b$,PHe as b0,RHe as b1,LBe as b2,oV as b3,bm as b4,XBe as b5,eHe as b6,nHe as b7,tHe as b8,S_e as b9,dSe as bA,cd as bB,dHe as bC,hHe as bD,B0 as bE,wHe as bF,U0e as bG,OHe as bH,EHe as bI,IKe as bJ,AKe as bK,hc as bL,$_ as bM,Ee as bN,Ga as bO,qH as bP,bi as bQ,Jt as bR,CQe as bS,dr as bT,uP as bU,pQe as bV,CKe as bW,kKe as bX,TKe as bY,gn as bZ,DKe as b_,C_e as ba,aHe as bb,uHe as bc,vHe as bd,pHe as be,Vt as bf,gHe as bg,Fye as bh,bHe as bi,xHe as bj,Ll as bk,QBe as bl,oHe as bm,fSe as bn,nc as bo,yHe as bp,mSe as bq,jBe as br,_He as bs,fHe as bt,$T as bu,SHe as bv,ic as bw,lHe as bx,cHe as by,uSe as bz,CHe as c,kWe as c$,ys as c0,MKe as c1,DWe as c2,MWe as c3,FWe as c4,IWe as c5,RWe as c6,CWe as c7,AWe as c8,$Y as c9,Og as cA,oKe as cB,lKe as cC,yKe as cD,NWe as cE,JIe as cF,EB as cG,GWe as cH,YWe as cI,KWe as cJ,zWe as cK,QWe as cL,XWe as cM,ZWe as cN,JWe as cO,eKe as cP,tKe as cQ,rKe as cR,nKe as cS,nk as cT,_Ke as cU,SKe as cV,bKe as cW,OKe as cX,EKe as cY,xKe as cZ,RKe as c_,nV as ca,LWe as cb,WWe as cc,eAe as cd,UWe as ce,VWe as cf,jWe as cg,qWe as ch,BWe as ci,HWe as cj,sKe as ck,uKe as cl,cKe as cm,vKe as cn,mKe as co,BC as cp,oH as cq,s4e as cr,fKe as cs,hKe as ct,dKe as cu,iKe as cv,X3 as cw,pKe as cx,gKe as cy,aKe as cz,kHe as d,PKe as d0,wKe as d1,$Ke as d2,pWe as d3,GL as d4,Cxe as d5,dWe as d6,RBe as d7,OI as d8,DHe as e,oWe as f,SEe as g,XHe as h,dEe as i,$Be as j,rWe as k,JHe as l,pEe as m,THe as n,iWe as o,IHe as p,eWe as q,T as r,AHe as s,tWe as t,lWe as u,TBe as v,Mye as w,cq as x,OWe as y,mWe as z};
|
|
641
|
+
`))}function s(g,v,m,S){const y=m.enter("tableCell"),b=m.enter("phrasing"),O=m.containerPhrasing(g,{...S,before:a,after:a});return b(),y(),O}function u(g,v){return Z9e(g,{align:v,alignDelimiters:r,padding:n,stringLength:i})}function c(g,v,m){const S=g.children;let y=-1;const b=[],O=v.enter("table");for(;++y<S.length;)b[y]=f(S[y],v,m);return O(),b}function f(g,v,m){const S=g.children;let y=-1;const b=[],O=v.enter("tableRow");for(;++y<S.length;)b[y]=s(S[y],g,v,m);return O(),b}function p(g,v,m){let S=XW.inlineCode(g,v,m);return m.stack.includes("tableCell")&&(S=S.replace(/\|/g,"\\$&")),S}}function Qqe(){return{exit:{taskListCheckValueChecked:p5,taskListCheckValueUnchecked:p5,paragraph:Vqe}}}function Uqe(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:jqe}}}function p5(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function Vqe(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const i=t.children;let a=-1,o;for(;++a<i.length;){const l=i[a];if(l.type==="paragraph"){o=l;break}}o===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function jqe(e,t,n,r){const i=e.children[0],a=typeof e.checked=="boolean"&&i&&i.type==="paragraph",o="["+(e.checked?"x":" ")+"] ",l=n.createTracker(r);a&&l.move(o);let s=XW.listItem(e,t,n,{...r,...l.current()});return a&&(s=s.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,u)),s;function u(c){return c+o}}function qqe(){return[b9e(),A9e(),W9e(),Aqe(),Qqe()]}function Bqe(e){return{extensions:[O9e(),D9e(),K9e(),zqe(e),Uqe()]}}const Hqe={tokenize:Zqe,partial:!0},ZW={tokenize:Jqe,partial:!0},JW={tokenize:eBe,partial:!0},eK={tokenize:tBe,partial:!0},Wqe={tokenize:nBe,partial:!0},tK={name:"wwwAutolink",tokenize:Yqe,previous:rK},nK={name:"protocolAutolink",tokenize:Xqe,previous:iK},Vl={name:"emailAutolink",tokenize:Gqe,previous:aK},Bo={};function Kqe(){return{text:Bo}}let vu=48;for(;vu<123;)Bo[vu]=Vl,vu++,vu===58?vu=65:vu===91&&(vu=97);Bo[43]=Vl;Bo[45]=Vl;Bo[46]=Vl;Bo[95]=Vl;Bo[72]=[Vl,nK];Bo[104]=[Vl,nK];Bo[87]=[Vl,tK];Bo[119]=[Vl,tK];function Gqe(e,t,n){const r=this;let i,a;return o;function o(f){return!EP(f)||!aK.call(r,r.previous)||Rk(r.events)?n(f):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(f))}function l(f){return EP(f)?(e.consume(f),l):f===64?(e.consume(f),s):n(f)}function s(f){return f===46?e.check(Wqe,c,u)(f):f===45||f===95||Fr(f)?(a=!0,e.consume(f),s):c(f)}function u(f){return e.consume(f),i=!0,s}function c(f){return a&&i&&Gr(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(f)):n(f)}}function Yqe(e,t,n){const r=this;return i;function i(o){return o!==87&&o!==119||!rK.call(r,r.previous)||Rk(r.events)?n(o):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Hqe,e.attempt(ZW,e.attempt(JW,a),n),n)(o))}function a(o){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(o)}}function Xqe(e,t,n){const r=this;let i="",a=!1;return o;function o(f){return(f===72||f===104)&&iK.call(r,r.previous)&&!Rk(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(f),e.consume(f),l):n(f)}function l(f){if(Gr(f)&&i.length<5)return i+=String.fromCodePoint(f),e.consume(f),l;if(f===58){const p=i.toLowerCase();if(p==="http"||p==="https")return e.consume(f),s}return n(f)}function s(f){return f===47?(e.consume(f),a?u:(a=!0,s)):n(f)}function u(f){return f===null||T_(f)||qt(f)||pc(f)||gS(f)?n(f):e.attempt(ZW,e.attempt(JW,c),n)(f)}function c(f){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(f)}}function Zqe(e,t,n){let r=0;return i;function i(o){return(o===87||o===119)&&r<3?(r++,e.consume(o),i):o===46&&r===3?(e.consume(o),a):n(o)}function a(o){return o===null?n(o):t(o)}}function Jqe(e,t,n){let r,i,a;return o;function o(u){return u===46||u===95?e.check(eK,s,l)(u):u===null||qt(u)||pc(u)||u!==45&&gS(u)?s(u):(a=!0,e.consume(u),o)}function l(u){return u===95?r=!0:(i=r,r=void 0),e.consume(u),o}function s(u){return i||r||!a?n(u):t(u)}}function eBe(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(eK,t,a)(o):o===null||qt(o)||pc(o)?t(o):(e.consume(o),i)}function a(o){return o===41&&r++,e.consume(o),i}}function tBe(e,t,n){return r;function r(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),r):l===38?(e.consume(l),a):l===93?(e.consume(l),i):l===60||l===null||qt(l)||pc(l)?t(l):n(l)}function i(l){return l===null||l===40||l===91||qt(l)||pc(l)?t(l):r(l)}function a(l){return Gr(l)?o(l):n(l)}function o(l){return l===59?(e.consume(l),r):Gr(l)?(e.consume(l),o):n(l)}}function nBe(e,t,n){return r;function r(a){return e.consume(a),i}function i(a){return Fr(a)?n(a):t(a)}}function rK(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||qt(e)}function iK(e){return!Gr(e)}function aK(e){return!(e===47||EP(e))}function EP(e){return e===43||e===45||e===46||e===95||Fr(e)}function Rk(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const rBe={tokenize:fBe,partial:!0};function iBe(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:sBe,continuation:{tokenize:uBe},exit:cBe}},text:{91:{name:"gfmFootnoteCall",tokenize:lBe},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:aBe,resolveTo:oBe}}}}function aBe(e,t,n){const r=this;let i=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let o;for(;i--;){const s=r.events[i][1];if(s.type==="labelImage"){o=s;break}if(s.type==="gfmFootnoteCall"||s.type==="labelLink"||s.type==="label"||s.type==="image"||s.type==="link")break}return l;function l(s){if(!o||!o._balanced)return n(s);const u=Wa(r.sliceSerialize({start:o.end,end:r.now()}));return u.codePointAt(0)!==94||!a.includes(u.slice(1))?n(s):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(s),e.exit("gfmFootnoteCallLabelMarker"),t(s))}}function oBe(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},l=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",a,t],["enter",o,t],["exit",o,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...l),e}function lBe(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,o;return l;function l(f){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),s}function s(f){return f!==94?n(f):(e.enter("gfmFootnoteCallMarker"),e.consume(f),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",u)}function u(f){if(a>999||f===93&&!o||f===null||f===91||qt(f))return n(f);if(f===93){e.exit("chunkString");const p=e.exit("gfmFootnoteCallString");return i.includes(Wa(r.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(f)}return qt(f)||(o=!0),a++,e.consume(f),f===92?c:u}function c(f){return f===91||f===92||f===93?(e.consume(f),a++,u):u(f)}}function sBe(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,o=0,l;return s;function s(v){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),u}function u(v){return v===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",c):n(v)}function c(v){if(o>999||v===93&&!l||v===null||v===91||qt(v))return n(v);if(v===93){e.exit("chunkString");const m=e.exit("gfmFootnoteDefinitionLabelString");return a=Wa(r.sliceSerialize(m)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return qt(v)||(l=!0),o++,e.consume(v),v===92?f:c}function f(v){return v===91||v===92||v===93?(e.consume(v),o++,c):c(v)}function p(v){return v===58?(e.enter("definitionMarker"),e.consume(v),e.exit("definitionMarker"),i.includes(a)||i.push(a),wt(e,g,"gfmFootnoteDefinitionWhitespace")):n(v)}function g(v){return t(v)}}function uBe(e,t,n){return e.check(lv,t,e.attempt(rBe,t,n))}function cBe(e){e.exit("gfmFootnoteDefinition")}function fBe(e,t,n){const r=this;return wt(e,i,"gfmFootnoteDefinitionIndent",5);function i(a){const o=r.events[r.events.length-1];return o&&o[1].type==="gfmFootnoteDefinitionIndent"&&o[2].sliceSerialize(o[1],!0).length===4?t(a):n(a)}}function dBe(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:i};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(o,l){let s=-1;for(;++s<o.length;)if(o[s][0]==="enter"&&o[s][1].type==="strikethroughSequenceTemporary"&&o[s][1]._close){let u=s;for(;u--;)if(o[u][0]==="exit"&&o[u][1].type==="strikethroughSequenceTemporary"&&o[u][1]._open&&o[s][1].end.offset-o[s][1].start.offset===o[u][1].end.offset-o[u][1].start.offset){o[s][1].type="strikethroughSequence",o[u][1].type="strikethroughSequence";const c={type:"strikethrough",start:Object.assign({},o[u][1].start),end:Object.assign({},o[s][1].end)},f={type:"strikethroughText",start:Object.assign({},o[u][1].end),end:Object.assign({},o[s][1].start)},p=[["enter",c,l],["enter",o[u][1],l],["exit",o[u][1],l],["enter",f,l]],g=l.parser.constructs.insideSpan.null;g&&ba(p,p.length,0,vS(g,o.slice(u+1,s),l)),ba(p,p.length,0,[["exit",f,l],["enter",o[s][1],l],["exit",o[s][1],l],["exit",c,l]]),ba(o,u-1,s-u+3,p),s=u+p.length-2;break}}for(s=-1;++s<o.length;)o[s][1].type==="strikethroughSequenceTemporary"&&(o[s][1].type="data");return o}function a(o,l,s){const u=this.previous,c=this.events;let f=0;return p;function p(v){return u===126&&c[c.length-1][1].type!=="characterEscape"?s(v):(o.enter("strikethroughSequenceTemporary"),g(v))}function g(v){const m=C_(u);if(v===126)return f>1?s(v):(o.consume(v),f++,g);if(f<2&&!n)return s(v);const S=o.exit("strikethroughSequenceTemporary"),y=C_(v);return S._open=!y||y===2&&!!m,S._close=!m||m===2&&!!y,l(v)}}}class hBe{constructor(){this.map=[]}add(t,n,r){pBe(this,t,n,r)}consume(t){if(this.map.sort(function(a,o){return a[0]-o[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push([...t]),t.length=0;let i=r.pop();for(;i;)t.push(...i),i=r.pop();this.map.length=0}}function pBe(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function gBe(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function vBe(){return{flow:{null:{name:"table",tokenize:mBe,resolveAll:yBe}}}}function mBe(e,t,n){const r=this;let i=0,a=0,o;return l;function l(C){let A=r.events.length-1;for(;A>-1;){const z=r.events[A][1].type;if(z==="lineEnding"||z==="linePrefix")A--;else break}const F=A>-1?r.events[A][1].type:null,L=F==="tableHead"||F==="tableRow"?w:s;return L===w&&r.parser.lazy[r.now().line]?n(C):L(C)}function s(C){return e.enter("tableHead"),e.enter("tableRow"),u(C)}function u(C){return C===124||(o=!0,a+=1),c(C)}function c(C){return C===null?n(C):We(C)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(C),e.exit("lineEnding"),g):n(C):yt(C)?wt(e,c,"whitespace")(C):(a+=1,o&&(o=!1,i+=1),C===124?(e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),o=!0,c):(e.enter("data"),f(C)))}function f(C){return C===null||C===124||qt(C)?(e.exit("data"),c(C)):(e.consume(C),C===92?p:f)}function p(C){return C===92||C===124?(e.consume(C),f):f(C)}function g(C){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(C):(e.enter("tableDelimiterRow"),o=!1,yt(C)?wt(e,v,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(C):v(C))}function v(C){return C===45||C===58?S(C):C===124?(o=!0,e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),m):P(C)}function m(C){return yt(C)?wt(e,S,"whitespace")(C):S(C)}function S(C){return C===58?(a+=1,o=!0,e.enter("tableDelimiterMarker"),e.consume(C),e.exit("tableDelimiterMarker"),y):C===45?(a+=1,y(C)):C===null||We(C)?R(C):P(C)}function y(C){return C===45?(e.enter("tableDelimiterFiller"),b(C)):P(C)}function b(C){return C===45?(e.consume(C),b):C===58?(o=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(C),e.exit("tableDelimiterMarker"),O):(e.exit("tableDelimiterFiller"),O(C))}function O(C){return yt(C)?wt(e,R,"whitespace")(C):R(C)}function R(C){return C===124?v(C):C===null||We(C)?!o||i!==a?P(C):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(C)):P(C)}function P(C){return n(C)}function w(C){return e.enter("tableRow"),I(C)}function I(C){return C===124?(e.enter("tableCellDivider"),e.consume(C),e.exit("tableCellDivider"),I):C===null||We(C)?(e.exit("tableRow"),t(C)):yt(C)?wt(e,I,"whitespace")(C):(e.enter("data"),$(C))}function $(C){return C===null||C===124||qt(C)?(e.exit("data"),I(C)):(e.consume(C),C===92?M:$)}function M(C){return C===92||C===124?(e.consume(C),$):$(C)}}function yBe(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],l=!1,s=0,u,c,f;const p=new hBe;for(;++n<e.length;){const g=e[n],v=g[1];g[0]==="enter"?v.type==="tableHead"?(l=!1,s!==0&&(g5(p,t,s,u,c),c=void 0,s=0),u={type:"table",start:Object.assign({},v.start),end:Object.assign({},v.end)},p.add(n,0,[["enter",u,t]])):v.type==="tableRow"||v.type==="tableDelimiterRow"?(r=!0,f=void 0,a=[0,0,0,0],o=[0,n+1,0,0],l&&(l=!1,c={type:"tableBody",start:Object.assign({},v.start),end:Object.assign({},v.end)},p.add(n,0,[["enter",c,t]])),i=v.type==="tableDelimiterRow"?2:c?3:1):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],f=wy(p,t,a,i,void 0,f),a=[0,0,0,0]),o[2]=n)):v.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],f=wy(p,t,a,i,void 0,f)),a=o,o=[a[1],n,0,0])):v.type==="tableHead"?(l=!0,s=n):v.type==="tableRow"||v.type==="tableDelimiterRow"?(s=n,a[1]!==0?(o[0]=o[1],f=wy(p,t,a,i,n,f)):o[1]!==0&&(f=wy(p,t,o,i,n,f)),i=0):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")&&(o[3]=n)}for(s!==0&&g5(p,t,s,u,c),p.consume(t.events),n=-1;++n<t.events.length;){const g=t.events[n];g[0]==="enter"&&g[1].type==="table"&&(g[1]._align=gBe(t.events,n))}return e}function wy(e,t,n,r,i,a){const o=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(a.end=Object.assign({},yf(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const s=yf(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const u=yf(t.events,n[2]),c=yf(t.events,n[3]),f={type:l,start:Object.assign({},u),end:Object.assign({},c)};if(e.add(n[2],0,[["enter",f,t]]),r!==2){const p=t.events[n[2]],g=t.events[n[3]];if(p[1].end=Object.assign({},g[1].end),p[1].type="chunkText",p[1].contentType="text",n[3]>n[2]+1){const v=n[2]+1,m=n[3]-n[2]-1;e.add(v,m,[])}}e.add(n[3]+1,0,[["exit",f,t]])}return i!==void 0&&(a.end=Object.assign({},yf(t.events,i)),e.add(i,0,[["exit",a,t]]),a=void 0),a}function g5(e,t,n,r,i){const a=[],o=yf(t.events,n);i&&(i.end=Object.assign({},o),a.push(["exit",i,t])),r.end=Object.assign({},o),a.push(["exit",r,t]),e.add(n+1,0,a)}function yf(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const _Be={name:"tasklistCheck",tokenize:bBe};function SBe(){return{text:{91:_Be}}}function bBe(e,t,n){const r=this;return i;function i(s){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(s):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),a)}function a(s){return qt(s)?(e.enter("taskListCheckValueUnchecked"),e.consume(s),e.exit("taskListCheckValueUnchecked"),o):s===88||s===120?(e.enter("taskListCheckValueChecked"),e.consume(s),e.exit("taskListCheckValueChecked"),o):n(s)}function o(s){return s===93?(e.enter("taskListCheckMarker"),e.consume(s),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(s)}function l(s){return We(s)?t(s):yt(s)?e.check({tokenize:OBe},t,n)(s):n(s)}}function OBe(e,t,n){return wt(e,r,"whitespace");function r(i){return i===null?n(i):t(i)}}function EBe(e){return vW([Kqe(),iBe(),dBe(e),vBe(),SBe()])}const wBe={};function BKe(e){const t=this,n=e||wBe,r=t.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),o=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(EBe(n)),a.push(qqe()),o.push(Bqe(n))}export{rHe as $,_We as A,SWe as B,YHe as C,bWe as D,SC as E,PBe as F,EWe as G,KHe as H,MHe as I,q1 as J,PWe as K,qxe as L,KBe as M,WBe as N,GBe as O,WHe as P,zHe as Q,he as R,UHe as S,LHe as T,VHe as U,QHe as V,qHe as W,BHe as X,GHe as Y,HHe as Z,jHe as _,tn as a,gj as a$,e0 as a0,TWe as a1,$We as a2,qKe as a3,BKe as a4,BBe as a5,gWe as a6,Z9 as a7,cWe as a8,$He as a9,kBe as aA,FT as aB,DBe as aC,E_e as aD,MBe as aE,ABe as aF,Nr as aG,UBe as aH,Vo as aI,YBe as aJ,L1 as aK,mt as aL,z1e as aM,mHe as aN,IBe as aO,zBe as aP,VBe as aQ,qBe as aR,FBe as aS,wa as aT,JBe as aU,ZBe as aV,NBe as aW,sV as aX,gV as aY,sHe as aZ,vj as a_,sWe as aa,hWe as ab,uWe as ac,iHe as ad,q$e as ae,k$e as af,H$e as ag,xWe as ah,fWe as ai,FKe as aj,LKe as ak,NKe as al,zKe as am,QKe as an,UKe as ao,jKe as ap,VKe as aq,vWe as ar,yWe as as,Rxe as at,aWe as au,ZHe as av,nWe as aw,Ld as ax,HBe as ay,js as az,CBe as b,LT as b$,PHe as b0,RHe as b1,LBe as b2,oV as b3,bm as b4,XBe as b5,eHe as b6,nHe as b7,tHe as b8,S_e as b9,dSe as bA,cd as bB,dHe as bC,hHe as bD,B0 as bE,wHe as bF,U0e as bG,OHe as bH,EHe as bI,IKe as bJ,AKe as bK,hc as bL,$_ as bM,Ee as bN,Ga as bO,qH as bP,bi as bQ,Jt as bR,CQe as bS,dr as bT,uP as bU,pQe as bV,CKe as bW,kKe as bX,TKe as bY,gn as bZ,DKe as b_,C_e as ba,aHe as bb,uHe as bc,vHe as bd,pHe as be,Vt as bf,gHe as bg,Fye as bh,bHe as bi,xHe as bj,Ll as bk,QBe as bl,oHe as bm,fSe as bn,nc as bo,yHe as bp,mSe as bq,jBe as br,_He as bs,fHe as bt,$T as bu,SHe as bv,ic as bw,lHe as bx,cHe as by,uSe as bz,CHe as c,kWe as c$,ys as c0,MKe as c1,DWe as c2,MWe as c3,FWe as c4,IWe as c5,RWe as c6,CWe as c7,AWe as c8,$Y as c9,Og as cA,oKe as cB,lKe as cC,yKe as cD,NWe as cE,JIe as cF,EB as cG,GWe as cH,YWe as cI,KWe as cJ,zWe as cK,QWe as cL,XWe as cM,ZWe as cN,JWe as cO,eKe as cP,tKe as cQ,rKe as cR,nKe as cS,nk as cT,_Ke as cU,SKe as cV,bKe as cW,OKe as cX,EKe as cY,xKe as cZ,RKe as c_,nV as ca,LWe as cb,WWe as cc,eAe as cd,UWe as ce,VWe as cf,jWe as cg,qWe as ch,BWe as ci,HWe as cj,sKe as ck,uKe as cl,cKe as cm,vKe as cn,mKe as co,BC as cp,oH as cq,s4e as cr,fKe as cs,hKe as ct,dKe as cu,iKe as cv,X3 as cw,pKe as cx,gKe as cy,aKe as cz,kHe as d,PKe as d0,wKe as d1,$Ke as d2,pWe as d3,GL as d4,Cxe as d5,dWe as d6,RBe as d7,OI as d8,DHe as e,oWe as f,SEe as g,XHe as h,dEe as i,$Be as j,rWe as k,JHe as l,pEe as m,THe as n,iWe as o,IHe as p,eWe as q,T as r,AHe as s,tWe as t,lWe as u,TBe as v,Mye as w,cq as x,OWe as y,mWe as z};
|