@codesandbox/sandpack-client
Version:
<img style="width:100%" src="https://user-images.githubusercontent.com/4838076/143581035-ebee5ba2-9cb1-4fe8-a05b-2f44bd69bb4b.gif" alt="Component toolkit for live running code editing experiences" />
1 lines • 2.12 MB
JavaScript
this.webpackChunk([0],{"../../node_modules/base64-js/index.js":function(e,t,r){"use strict";t.byteLength=function(e){var t=_(e),r=t[0],n=t[1];return 3*(r+n)/4-n},t.toByteArray=function(e){var t,r,n=_(e),a=n[0],o=n[1],l=new i(function(e,t,r){return 3*(t+r)/4-r}(0,a,o)),u=0,c=o>0?a-4:a;for(r=0;r<c;r+=4)t=s[e.charCodeAt(r)]<<18|s[e.charCodeAt(r+1)]<<12|s[e.charCodeAt(r+2)]<<6|s[e.charCodeAt(r+3)],l[u++]=t>>16&255,l[u++]=t>>8&255,l[u++]=255&t;2===o&&(t=s[e.charCodeAt(r)]<<2|s[e.charCodeAt(r+1)]>>4,l[u++]=255&t);1===o&&(t=s[e.charCodeAt(r)]<<10|s[e.charCodeAt(r+1)]<<4|s[e.charCodeAt(r+2)]>>2,l[u++]=t>>8&255,l[u++]=255&t);return l},t.fromByteArray=function(e){for(var t,r=e.length,s=r%3,i=[],a=0,o=r-s;a<o;a+=16383)i.push(u(e,a,a+16383>o?o:a+16383));1===s?(t=e[r-1],i.push(n[t>>2]+n[t<<4&63]+"==")):2===s&&(t=(e[r-2]<<8)+e[r-1],i.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return i.join("")};for(var n=[],s=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,l=a.length;o<l;++o)n[o]=a[o],s[a.charCodeAt(o)]=o;function _(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function u(e,t,r){for(var s,i,a=[],o=t;o<r;o+=3)s=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(255&e[o+2]),a.push(n[(i=s)>>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return a.join("")}s["-".charCodeAt(0)]=62,s["_".charCodeAt(0)]=63},"../../node_modules/buffer/index.js":function(e,t,r){"use strict";(function(e){var n=r("../../node_modules/base64-js/index.js"),s=r("../../node_modules/ieee754/index.js"),i=r("../../node_modules/isarray/index.js");function a(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function o(e,t){if(a()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(null===e&&(e=new l(t)),e.length=t),e}function l(e,t,r){if(!(l.TYPED_ARRAY_SUPPORT||this instanceof l))return new l(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return c(this,e)}return _(this,e,t,r)}function _(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);l.TYPED_ARRAY_SUPPORT?(e=t).__proto__=l.prototype:e=$(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!l.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|h(t,r),s=(e=o(e,n)).write(t,r);s!==n&&(e=e.slice(0,s));return e}(e,t,r):function(e,t){if(l.isBuffer(t)){var r=0|p(t.length);return 0===(e=o(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(n=t.length)!=n?o(e,0):$(e,t);if("Buffer"===t.type&&i(t.data))return $(e,t.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function c(e,t){if(u(t),e=o(e,t<0?0:0|p(t)),!l.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function $(e,t){var r=t.length<0?0:0|p(t.length);e=o(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function p(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function h(e,t){if(l.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return O(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return B(e).length;default:if(n)return O(e).length;t=(""+t).toLowerCase(),n=!0}}function d(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return I(this,t,r);case"utf8":case"utf-8":return E(this,t,r);case"ascii":return A(this,t,r);case"latin1":case"binary":return M(this,t,r);case"base64":return C(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return L(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function m(e,t,r,n,s){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=s?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(s)return-1;r=e.length-1}else if(r<0){if(!s)return-1;r=0}if("string"==typeof t&&(t=l.from(t,n)),l.isBuffer(t))return 0===t.length?-1:y(e,t,r,n,s);if("number"==typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?s?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):y(e,[t],r,n,s);throw new TypeError("val must be string, number or Buffer")}function y(e,t,r,n,s){var i,a=1,o=e.length,l=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,o/=2,l/=2,r/=2}function _(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(s){var u=-1;for(i=r;i<o;i++)if(_(e,i)===_(t,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===l)return u*a}else-1!==u&&(i-=i-u),u=-1}else for(r+l>o&&(r=o-l),i=r;i>=0;i--){for(var c=!0,$=0;$<l;$++)if(_(e,i+$)!==_(t,$)){c=!1;break}if(c)return i}return-1}function S(e,t,r,n){r=Number(r)||0;var s=e.length-r;n?(n=Number(n))>s&&(n=s):n=s;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var a=0;a<n;++a){var o=parseInt(t.substr(2*a,2),16);if(isNaN(o))return a;e[r+a]=o}return a}function f(e,t,r,n){return D(O(t,e.length-r),e,r,n)}function v(e,t,r,n){return D(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function b(e,t,r,n){return v(e,t,r,n)}function x(e,t,r,n){return D(B(t),e,r,n)}function w(e,t,r,n){return D(function(e,t){for(var r,n,s,i=[],a=0;a<e.length&&!((t-=2)<0);++a)r=e.charCodeAt(a),n=r>>8,s=r%256,i.push(s),i.push(n);return i}(t,e.length-r),e,r,n)}function C(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function E(e,t,r){r=Math.min(e.length,r);for(var n=[],s=t;s<r;){var i,a,o,l,_=e[s],u=null,c=_>239?4:_>223?3:_>191?2:1;if(s+c<=r)switch(c){case 1:_<128&&(u=_);break;case 2:128==(192&(i=e[s+1]))&&(l=(31&_)<<6|63&i)>127&&(u=l);break;case 3:i=e[s+1],a=e[s+2],128==(192&i)&&128==(192&a)&&(l=(15&_)<<12|(63&i)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:i=e[s+1],a=e[s+2],o=e[s+3],128==(192&i)&&128==(192&a)&&128==(192&o)&&(l=(15&_)<<18|(63&i)<<12|(63&a)<<6|63&o)>65535&&l<1114112&&(u=l)}null===u?(u=65533,c=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|1023&u),n.push(u),s+=c}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=4096));return r}(n)}t.Buffer=l,t.SlowBuffer=function(e){+e!=e&&(e=0);return l.alloc(+e)},t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=a(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,r){return _(null,e,t,r)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,r){return function(e,t,r,n){return u(t),t<=0?o(e,t):void 0!==r?"string"==typeof n?o(e,t).fill(r,n):o(e,t).fill(r):o(e,t)}(null,e,t,r)},l.allocUnsafe=function(e){return c(null,e)},l.allocUnsafeSlow=function(e){return c(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,s=0,i=Math.min(r,n);s<i;++s)if(e[s]!==t[s]){r=e[s],n=t[s];break}return r<n?-1:n<r?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!i(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=l.allocUnsafe(t),s=0;for(r=0;r<e.length;++r){var a=e[r];if(!l.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(n,s),s+=a.length}return n},l.byteLength=h,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?E(this,0,e):d.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",r=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,r,n,s){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===s&&(s=this.length),t<0||r>e.length||n<0||s>this.length)throw new RangeError("out of range index");if(n>=s&&t>=r)return 0;if(n>=s)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(s>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0),o=Math.min(i,a),_=this.slice(n,s),u=e.slice(t,r),c=0;c<o;++c)if(_[c]!==u[c]){i=_[c],a=u[c];break}return i<a?-1:a<i?1:0},l.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},l.prototype.indexOf=function(e,t,r){return m(this,e,t,r,!0)},l.prototype.lastIndexOf=function(e,t,r){return m(this,e,t,r,!1)},l.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var s=this.length-t;if((void 0===r||r>s)&&(r=s),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return S(this,e,t,r);case"utf8":case"utf-8":return f(this,e,t,r);case"ascii":return v(this,e,t,r);case"latin1":case"binary":return b(this,e,t,r);case"base64":return x(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function A(e,t,r){var n="";r=Math.min(e.length,r);for(var s=t;s<r;++s)n+=String.fromCharCode(127&e[s]);return n}function M(e,t,r){var n="";r=Math.min(e.length,r);for(var s=t;s<r;++s)n+=String.fromCharCode(e[s]);return n}function I(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var s="",i=t;i<r;++i)s+=P(e[i]);return s}function L(e,t,r){for(var n=e.slice(t,r),s="",i=0;i<n.length;i+=2)s+=String.fromCharCode(n[i]+256*n[i+1]);return s}function k(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function R(e,t,r,n,s,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function V(e,t,r,n){t<0&&(t=65535+t+1);for(var s=0,i=Math.min(e.length-r,2);s<i;++s)e[r+s]=(t&255<<8*(n?s:1-s))>>>8*(n?s:1-s)}function F(e,t,r,n){t<0&&(t=4294967295+t+1);for(var s=0,i=Math.min(e.length-r,4);s<i;++s)e[r+s]=t>>>8*(n?s:3-s)&255}function N(e,t,r,n,s,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function T(e,t,r,n,i){return i||N(e,0,r,4),s.write(e,t,r,n,23,4),r+4}function U(e,t,r,n,i){return i||N(e,0,r,8),s.write(e,t,r,n,52,8),r+8}l.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),l.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=l.prototype;else{var s=t-e;r=new l(s,void 0);for(var i=0;i<s;++i)r[i]=this[i+e]}return r},l.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||k(e,t,this.length);for(var n=this[e],s=1,i=0;++i<t&&(s*=256);)n+=this[e+i]*s;return n},l.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||k(e,t,this.length);for(var n=this[e+--t],s=1;t>0&&(s*=256);)n+=this[e+--t]*s;return n},l.prototype.readUInt8=function(e,t){return t||k(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||k(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||k(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||k(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||k(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||k(e,t,this.length);for(var n=this[e],s=1,i=0;++i<t&&(s*=256);)n+=this[e+i]*s;return n>=(s*=128)&&(n-=Math.pow(2,8*t)),n},l.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||k(e,t,this.length);for(var n=t,s=1,i=this[e+--n];n>0&&(s*=256);)i+=this[e+--n]*s;return i>=(s*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||k(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||k(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},l.prototype.readInt16BE=function(e,t){t||k(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},l.prototype.readInt32LE=function(e,t){return t||k(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||k(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||k(e,4,this.length),s.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||k(e,4,this.length),s.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||k(e,8,this.length),s.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||k(e,8,this.length),s.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var s=1,i=0;for(this[t]=255&e;++i<r&&(s*=256);)this[t+i]=e/s&255;return t+r},l.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||R(this,e,t,r,Math.pow(2,8*r)-1,0);var s=r-1,i=1;for(this[t+s]=255&e;--s>=0&&(i*=256);)this[t+s]=e/i&255;return t+r},l.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):V(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):V(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):F(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):F(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var s=Math.pow(2,8*r-1);R(this,e,t,r,s-1,-s)}var i=0,a=1,o=0;for(this[t]=255&e;++i<r&&(a*=256);)e<0&&0===o&&0!==this[t+i-1]&&(o=1),this[t+i]=(e/a>>0)-o&255;return t+r},l.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var s=Math.pow(2,8*r-1);R(this,e,t,r,s-1,-s)}var i=r-1,a=1,o=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===o&&0!==this[t+i+1]&&(o=1),this[t+i]=(e/a>>0)-o&255;return t+r},l.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):V(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):V(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):F(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||R(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):F(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,r){return T(this,e,t,!0,r)},l.prototype.writeFloatBE=function(e,t,r){return T(this,e,t,!1,r)},l.prototype.writeDoubleLE=function(e,t,r){return U(this,e,t,!0,r)},l.prototype.writeDoubleBE=function(e,t,r){return U(this,e,t,!1,r)},l.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var s,i=n-r;if(this===e&&r<t&&t<n)for(s=i-1;s>=0;--s)e[s+t]=this[s+r];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(s=0;s<i;++s)e[s+t]=this[s+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+i),t);return i},l.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var s=e.charCodeAt(0);s<256&&(e=s)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var a=l.isBuffer(e)?e:O(new l(e,n).toString()),o=a.length;for(i=0;i<r-t;++i)this[i+t]=a[i%o]}return this};var J=/[^+\/0-9A-Za-z-_]/g;function P(e){return e<16?"0"+e.toString(16):e.toString(16)}function O(e,t){var r;t=t||1/0;for(var n=e.length,s=null,i=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!s){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&i.push(239,191,189);continue}s=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),s=r;continue}r=65536+(s-55296<<10|r-56320)}else s&&(t-=3)>-1&&i.push(239,191,189);if(s=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function B(e){return n.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(J,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function D(e,t,r,n){for(var s=0;s<n&&!(s+r>=t.length||s>=e.length);++s)t[s+r]=e[s];return s}}).call(this,r("../../node_modules/webpack/buildin/global.js"))},"../../node_modules/ieee754/index.js":function(e,t){t.read=function(e,t,r,n,s){var i,a,o=8*s-n-1,l=(1<<o)-1,_=l>>1,u=-7,c=r?s-1:0,$=r?-1:1,p=e[t+c];for(c+=$,i=p&(1<<-u)-1,p>>=-u,u+=o;u>0;i=256*i+e[t+c],c+=$,u-=8);for(a=i&(1<<-u)-1,i>>=-u,u+=n;u>0;a=256*a+e[t+c],c+=$,u-=8);if(0===i)i=1-_;else{if(i===l)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,n),i-=_}return(p?-1:1)*a*Math.pow(2,i-n)},t.write=function(e,t,r,n,s,i){var a,o,l,_=8*i-s-1,u=(1<<_)-1,c=u>>1,$=23===s?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:i-1,h=n?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,a=u):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),(t+=a+c>=1?$/l:$*Math.pow(2,1-c))*l>=2&&(a++,l/=2),a+c>=u?(o=0,a=u):a+c>=1?(o=(t*l-1)*Math.pow(2,s),a+=c):(o=t*Math.pow(2,c-1)*Math.pow(2,s),a=0));s>=8;e[r+p]=255&o,p+=h,o/=256,s-=8);for(a=a<<s|o,_+=s;_>0;e[r+p]=255&a,p+=h,a/=256,_-=8);e[r+p-h]|=128*d}},"../../node_modules/isarray/index.js":function(e,t){var r={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},"../../node_modules/webpack/buildin/global.js":function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"==typeof window&&(r=window)}e.exports=r},"../browser-dart-sass/lib/index.js":function(e,t,r){(function(e,r,n,s){var i={stdout:{write:(...e)=>console.log(...e)},stderr:{write:(...e)=>console.warn(...e)},env:{}},a=(void 0!==e||window,window);a.scheduleImmediate="undefined"!=typeof setImmediate?function(e){setImmediate(e)}:function(e){setTimeout(e,0)},a.exports=t,void 0!==i&&(a.process=i),a.__dirname=r,a.__filename=n,void 0!==s&&(a.Buffer=s),function(){function e(e,t){for(var r=Object.keys(e),n=0;n<r.length;n++){var s=r[n];t[s]=e[s]}}var t=function(){var e=function(){};e.prototype={p:{}};var t=new e;if(!t.__proto__||t.__proto__.p!==e.prototype.p)return!1;try{if("undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&navigator.userAgent.indexOf("Chrome/")>=0)return!0;if("function"==typeof version&&0==version.length){var r=version();if(/^\d+\.\d+\.\d+\.\d+$/.test(r))return!0}}catch(e){}return!1}();function r(e){if("string"!=typeof function(){}.name)for(var t=0;t<e.length;t++)for(var r=e[t],n=Object.keys(r),s=0;s<n.length;s++){var i=n[s],a=r[i];"function"==typeof a&&(a.name=i)}}function n(r,n){if(r.prototype.constructor=r,r.prototype["$is"+r.name]=r,null!=n){if(t)return void(r.prototype.__proto__=n.prototype);var s=Object.create(n.prototype);e(r.prototype,s),r.prototype=s}}function s(e,t){for(var r=0;r<t.length;r++)n(t[r],e)}function o(e,t){!function(e,t){for(var r=Object.keys(e),n=0;n<r.length;n++){var s=r[n];t.hasOwnProperty(s)||(t[s]=e[s])}}(t.prototype,e.prototype),e.prototype.constructor=e}function l(e,t,r,n){var s=e;e[t]=s,e[r]=function(){var i;e[r]=function(){R.throwCyclicInit(t)};var a=n;try{e[t]===s?(i=e[t]=a,i=e[t]=n()):i=e[t]}finally{i===a&&(e[t]=null),e[r]=function(){return this[t]}}return i}}function _(e,t,r,n){var s=e;e[t]=s,e[r]=function(){return e[t]===s&&(e[t]=n()),e[r]=function(){return this[t]},e[t]}}function u(e,t,r,n){var s=e;e[t]=s,e[r]=function(){if(e[t]===s){var i=n();e[t]!==s&&R.throwLateFieldADI(t),e[t]=i}return e[r]=function(){return this[t]},e[t]}}function c(e){return e.immutable$list=Array,e.fixed$length=Array,e}function $(e){function t(){}return t.prototype=e,new t,e}var p=0;var h=0;function d(e,t,r,n,s,i,a,o,l,_){return"number"==typeof o&&(o+=h),{co:e,iS:t,iI:r,rC:n,dV:s,cs:i,fs:a,fT:o,aI:l||0,nDA:_}}function g(e,t,r,n,s,i,a,o){var l=function(e){var t=null;return function(){return null===t&&(t=R.closureFromTearOff(e).prototype),t}}(d(e,!0,!1,r,n,s,i,a,o,!1));e[t]=l}function m(e,t,r,n,s,i,a,o,l,_){var u=function(e,t){var r=t.fs[0];return e?new Function("parameters, createTearOffClass, cache","return function tearOff_"+r+p+++"(receiver) {if (cache === null) cache = createTearOffClass(parameters);return new cache(receiver, this);}")(t,R.closureFromTearOff,null):new Function("parameters, createTearOffClass, cache","return function tearOff_"+r+p+++"() {if (cache === null) cache = createTearOffClass(parameters);return new cache(this, null);}")(t,R.closureFromTearOff,null)}(r=!!r,d(e,!1,r,n,s,i,a,o,l,!!_));e[t]=u}function y(t){var r=te.interceptorsByTag;r?e(t,r):te.interceptorsByTag=t}function S(t){var r=te.leafTags;r?e(t,r):te.leafTags=t}function f(e){var t=te.types,r=t.length;return t.push.apply(t,e),r}function v(t,r){return e(r,t),t}var b,x,w=(b=function(e,t,r,n,s){return function(i,a,o,l){return m(i,a,e,t,r,n,[o],l,s,!1)}},x=function(e,t,r,n){return function(s,i,a,o){return g(s,i,e,t,r,[a],o,n)}},{inherit:n,inheritMany:s,mixin:o,installStaticTearOff:g,installInstanceTearOff:m,_instance_0u:b(0,0,null,["call$0"],0),_instance_1u:b(0,1,null,["call$1"],0),_instance_2u:b(0,2,null,["call$2"],0),_instance_0i:b(1,0,null,["call$0"],0),_instance_1i:b(1,1,null,["call$1"],0),_instance_2i:b(1,2,null,["call$2"],0),_static_0:x(0,null,["call$0"],0),_static_1:x(1,null,["call$1"],0),_static_2:x(2,null,["call$2"],0),makeConstList:c,lazy:_,lazyFinal:u,lazyOld:l,updateHolder:v,convertToFastObject:$,setFunctionNamesIfNecessary:r,updateTypes:f,setOrUpdateInterceptorsByTag:y,setOrUpdateLeafTags:S});var C={MapExpression:function(e,t){this.pairs=e,this.span=t},MapExpression_toString_closure:function(){},IncludeRule:function(e,t,r,n,s){var i=this;i.namespace=e,i.name=t,i.$arguments=r,i.content=n,i.span=s},Configuration:function(e){this._values=e},Configuration_toString_closure:function(){},ExplicitConfiguration:function(e,t){this.nodeWithSpan=e,this._values=t},MergedExtension_merge(e,t){var r,n,s,i=e.extender,a=i.selector,o=A.C_ListEquality.equals$2(0,a.components,t.extender.selector.components);if(!o||!e.target.$eq(0,t.target))throw R.wrapException(P.ArgumentError$(e.toString$0(0)+" and "+t.toString$0(0)+" aren't the same extension.",null));if(n=!(r=null==(o=e.mediaContext))&&(null!=(n=t.mediaContext)&&!A.C_ListEquality.equals$2(0,o,n)))throw R.wrapException(I.SassException$("From "+e.span.message$1(0,"")+ae.x0aYou_m,t.span));return t.isOptional&&null==t.mediaContext?e:e.isOptional&&r?t:(n=e.target,s=e.span,r&&(o=t.mediaContext),a.get$maxSpecificity(),(i=new D.Extender(a,!1,i.span))._extension=new C.MergedExtension(e,t,i,n,o,!0,s))},MergedExtension:function(e,t,r,n,s,i,a){var o=this;o.left=e,o.right=t,o.extender=r,o.target=n,o.mediaContext=s,o.isOptional=i,o.span=a},_modify(e,t,r,n){var s=V.get$iterator$ax(t);return s.moveNext$0()?new C._modify__modifyNestedMap(s,r,n).call$1(e):r.call$1(e)},_deepMergeImpl(e,t){var r={},n=t.contents;return n.get$isEmpty(n)?e:(r.mutable=!1,r.result=n,e.contents.forEach$1(0,new C._deepMergeImpl_closure(r,new C._deepMergeImpl__ensureMutable(r))),r.mutable?(n=oe.Value,r=n=new C.SassMap(R.ConstantMap_ConstantMap$from(r.result,n,n))):r=t,r)},_function2:(e,t,r)=>O.BuiltInCallable$function(e,t,r,"sass:map"),_get_closure:function(){},_set_closure:function(){},_set__closure0:function(e){this.$arguments=e},_set_closure0:function(){},_set__closure:function(e){this.args=e},_merge_closure:function(){},_merge_closure0:function(){},_merge__closure:function(e){this.map2=e},_deepMerge_closure:function(){},_deepRemove_closure:function(){},_deepRemove__closure:function(e){this.keys=e},_remove_closure:function(){},_remove_closure0:function(){},_keys_closure:function(){},_values_closure:function(){},_hasKey_closure:function(){},_modify__modifyNestedMap:function(e,t,r){this.keyIterator=e,this.modify=t,this.addNesting=r},_deepMergeImpl__ensureMutable:function(e){this._box_0=e},_deepMergeImpl_closure:function(e,t){this._box_0=e,this._ensureMutable=t},SassMap:function(e){this.contents=e},SassMap_asList_closure:function(e){this.result=e},_IterableExtension__search(e,t){var r,n;for(r=V.get$iterator$ax(e);r.moveNext$0();)if(null!=(n=t.call$1(r.get$current())))return n},StatementSearchVisitor:function(){},StatementSearchVisitor_visitIfRule_closure:function(e){this.$this=e},StatementSearchVisitor_visitIfRule__closure0:function(e){this.$this=e},StatementSearchVisitor_visitIfRule_closure0:function(e){this.$this=e},StatementSearchVisitor_visitIfRule__closure:function(e){this.$this=e},StatementSearchVisitor_visitChildren_closure:function(e){this.$this=e},Frame_Frame$parseVM:e=>C.Frame__catchFormatException(e,new C.Frame_Frame$parseVM_closure(e)),Frame_Frame$parseV8:e=>C.Frame__catchFormatException(e,new C.Frame_Frame$parseV8_closure(e)),Frame_Frame$_parseFirefoxEval:e=>C.Frame__catchFormatException(e,new C.Frame_Frame$_parseFirefoxEval_closure(e)),Frame_Frame$parseFirefox:e=>C.Frame__catchFormatException(e,new C.Frame_Frame$parseFirefox_closure(e)),Frame_Frame$parseFriendly:e=>C.Frame__catchFormatException(e,new C.Frame_Frame$parseFriendly_closure(e)),Frame__uriOrPathToUri:e=>A.JSString_methods.contains$1(e,ee.$get$Frame__uriRegExp())?P.Uri_parse(e):A.JSString_methods.contains$1(e,ee.$get$Frame__windowsRegExp())?P._Uri__Uri$file(e,!0):A.JSString_methods.startsWith$1(e,"/")?P._Uri__Uri$file(e,!1):A.JSString_methods.contains$1(e,"\\")?ee.$get$windows().toUri$1(e):P.Uri_parse(e),Frame__catchFormatException(e,t){var r;try{return t.call$0()}catch(r){if(oe.FormatException._is(R.unwrapException(r)))return new U.UnparsedFrame(P._Uri__Uri(null,"unparsed",null,null),e);throw r}},Frame:function(e,t,r,n){var s=this;s.uri=e,s.line=t,s.column=r,s.member=n},Frame_Frame$parseVM_closure:function(e){this.frame=e},Frame_Frame$parseV8_closure:function(e){this.frame=e},Frame_Frame$parseV8_closure_parseLocation:function(e){this.frame=e},Frame_Frame$_parseFirefoxEval_closure:function(e){this.frame=e},Frame_Frame$parseFirefox_closure:function(e){this.frame=e},Frame_Frame$parseFriendly_closure:function(e){this.frame=e},AsciiGlyphSet:function(){},Configuration0:function(e){this._configuration$_values=e},Configuration_toString_closure0:function(){},ExplicitConfiguration0:function(e,t){this.nodeWithSpan=e,this._configuration$_values=t},IncludeRule0:function(e,t,r,n,s){var i=this;i.namespace=e,i.name=t,i.$arguments=r,i.content=n,i.span=s},MapExpression0:function(e,t){this.pairs=e,this.span=t},MapExpression_toString_closure0:function(){},_modify0(e,t,r,n){var s=V.get$iterator$ax(t);return s.moveNext$0()?new C._modify__modifyNestedMap0(s,r,n).call$1(e):r.call$1(e)},_deepMergeImpl0(e,t){var r={},n=t.contents;return n.get$isEmpty(n)?e:(r.mutable=!1,r.result=n,e.contents.forEach$1(0,new C._deepMergeImpl_closure0(r,new C._deepMergeImpl__ensureMutable0(r))),r.mutable?(n=oe.Value_2,r=n=new C.SassMap0(R.ConstantMap_ConstantMap$from(r.result,n,n))):r=t,r)},_function9:(e,t,r)=>O.BuiltInCallable$function0(e,t,r,"sass:map"),_get_closure0:function(){},_set_closure1:function(){},_set__closure2:function(e){this.$arguments=e},_set_closure2:function(){},_set__closure1:function(e){this.args=e},_merge_closure1:function(){},_merge_closure2:function(){},_merge__closure0:function(e){this.map2=e},_deepMerge_closure0:function(){},_deepRemove_closure0:function(){},_deepRemove__closure0:function(e){this.keys=e},_remove_closure1:function(){},_remove_closure2:function(){},_keys_closure0:function(){},_values_closure0:function(){},_hasKey_closure0:function(){},_modify__modifyNestedMap0:function(e,t,r){this.keyIterator=e,this.modify=t,this.addNesting=r},_deepMergeImpl__ensureMutable0:function(e){this._box_0=e},_deepMergeImpl_closure0:function(e,t){this._box_0=e,this._ensureMutable=t},_NodeSassMap:function(){},mapConstructor_closure:function(){},mapConstructor__closure:function(){},mapConstructor__closure0:function(){},mapConstructor_closure0:function(){},mapConstructor_closure1:function(){},mapConstructor_closure2:function(){},mapConstructor_closure3:function(){},mapConstructor_closure4:function(){},mapConstructor_closure5:function(){},SassMap0:function(e){this.contents=e},SassMap_asList_closure0:function(e){this.result=e},MergedExtension_merge0(e,t){var r,n,s,i=e.extender,a=i.selector,o=A.C_ListEquality.equals$2(0,a.components,t.extender.selector.components);if(!o||!e.target.$eq(0,t.target))throw R.wrapException(P.ArgumentError$(e.toString$0(0)+" and "+t.toString$0(0)+" aren't the same extension.",null));if(n=!(r=null==(o=e.mediaContext))&&(null!=(n=t.mediaContext)&&!A.C_ListEquality.equals$2(0,o,n)))throw R.wrapException(I.SassException$0("From "+e.span.message$1(0,"")+ae.x0aYou_m,t.span));return t.isOptional&&null==t.mediaContext?e:e.isOptional&&r?t:(n=e.target,s=e.span,r&&(o=t.mediaContext),a.get$maxSpecificity(),(i=new D.Extender0(a,!1,i.span))._extension$_extension=new C.MergedExtension0(e,t,i,n,o,!0,s))},MergedExtension0:function(e,t,r,n,s,i,a){var o=this;o.left=e,o.right=t,o.extender=r,o.target=n,o.mediaContext=s,o.isOptional=i,o.span=a},_IterableExtension__search0(e,t){var r,n;for(r=V.get$iterator$ax(e);r.moveNext$0();)if(null!=(n=t.call$1(r.get$current())))return n},StatementSearchVisitor0:function(){},StatementSearchVisitor_visitIfRule_closure1:function(e){this.$this=e},StatementSearchVisitor_visitIfRule__closure2:function(e){this.$this=e},StatementSearchVisitor_visitIfRule_closure2:function(e){this.$this=e},StatementSearchVisitor_visitIfRule__closure1:function(e){this.$this=e},StatementSearchVisitor_visitChildren_closure0:function(e){this.$this=e},IterableNullableExtension_whereNotNull:(e,t)=>C.IterableNullableExtension_whereNotNull$body(e,t,t),IterableNullableExtension_whereNotNull$body:(e,t,r)=>P._makeSyncStarIterable((function(){var t,r,n,s=e,i=0;return function(e,a){for(1===e&&(t=a,i=1);;)switch(i){case 0:r=s.get$iterator(s);case 2:if(!r.moveNext$0()){i=3;break}n=r.get$current(),i=null!=n?4:5;break;case 4:return i=6,n;case 6:case 5:i=2;break;case 3:return P._IterationMarker_endOfIteration();case 1:return P._IterationMarker_uncaughtError(t)}}}),r),IterableIntegerExtension_get_sum(e){var t,r,n;for(t=new R.MappedIterator(V.get$iterator$ax(e.__internal$_iterable),e._f),r=R._instanceType(t)._rest[1],n=0;t.moveNext$0();)n+=r._as(t.__internal$_current);return n},_combine:(e,t)=>(e=(e=e+t&536870911)+((524287&e)<<10)&536870911)^e>>>6,_finish:e=>(e=e+((67108863&e)<<3)&536870911,(e^=e>>>11)+((16383&e)<<15)&536870911)},E={ReplAdapter:function(e){this.repl=e,this.rl=null},ReplAdapter_runAsync_closure:function(e,t,r,n){var s=this;s._box_0=e,s.$this=t,s.rl=r,s.runController=n},ReplAdapter_runAsync__closure:function(e){this.lineController=e},Stdin:function(){},Stdout:function(){},ReadlineModule:function(){},ReadlineOptions:function(){},ReadlineInterface:function(){},InternalStyle:function(){},ModifiableCssNode:function(){},ModifiableCssParentNode:function(){},ModifiableCssSupportsRule$(e,t){var r=R._setArrayType([],oe.JSArray_ModifiableCssNode);return new E.ModifiableCssSupportsRule(e,t,new P.UnmodifiableListView(r,oe.UnmodifiableListView_ModifiableCssNode),r)},ModifiableCssSupportsRule:function(e,t,r,n){var s=this;s.condition=e,s.span=t,s.children=r,s._children=n,s._indexInParent=s._parent=null,s.isGroupEnd=!1},CssNode:function(){},CssParentNode:function(){},AstNode:function(){},_FakeAstNode:function(e){this._callback=e},ArgumentDeclaration_ArgumentDeclaration$parse:(e,t)=>N.ScssParser$(e,null,t).parseArgumentDeclaration$0(),ArgumentDeclaration:function(e,t,r){this.$arguments=e,this.restArgument=t,this.span=r},ArgumentDeclaration_verify_closure:function(){},ArgumentDeclaration_verify_closure0:function(){},DynamicImport:function(e,t){this.urlString=e,this.span=t},ForRule$(e,t,r,n,s,i){var a=P.List_List$unmodifiable(n,oe.Statement),o=A.JSArray_methods.any$1(a,new T.ParentStatement_closure);return new E.ForRule(e,t,r,i,s,a,o)},ForRule:function(e,t,r,n,s,i,a){var o=this;o.variable=e,o.from=t,o.to=r,o.isExclusive=n,o.span=s,o.children=i,o.hasDeclarations=a},ImportRule:function(e,t){this.imports=e,this.span=t},ReturnRule:function(e,t){this.expression=e,this.span=t},SilentComment:function(e,t){this.text=e,this.span=t},SupportsRule$(e,t,r){var n=P.List_List$unmodifiable(t,oe.Statement),s=A.JSArray_methods.any$1(n,new T.ParentStatement_closure);return new E.SupportsRule(e,r,n,s)},SupportsRule:function(e,t,r,n){var s=this;s.condition=e,s.span=t,s.children=r,s.hasDeclarations=n},ExecutableOptions__separator(e){var t=ee.$get$ExecutableOptions__separatorBar(),r=A.JSString_methods.$mul(t,3)+" ";return(r=r+(V.$eq$(a.process.stdout.isTTY,!0)?"\x1b[1m":"")+e)+(V.$eq$(a.process.stdout.isTTY,!0)?"\x1b[0m":"")+" "+A.JSString_methods.$mul(t,35-e.length)},ExecutableOptions__fail:e=>R.throwExpression(E.UsageException$(e)),ExecutableOptions_ExecutableOptions$parse(e){var t,r,n,s;try{return t=new E.ExecutableOptions(k.Parser$(null,ee.$get$ExecutableOptions__parser(),P.ListQueue_ListQueue$of(e,oe.String),null,null).parse$0()),R._asBool(t._options.$index(0,"help"))&&E.ExecutableOptions__fail("Compile Sass to CSS."),t}catch(n){if(s=R.unwrapException(n),!oe.FormatException._is(s))throw n;r=s,E.ExecutableOptions__fail(V.get$message$x(r))}},UsageException$:e=>new E.UsageException(e),ExecutableOptions:function(e){var t=this;t._options=e,t.__ExecutableOptions__sourceDirectoriesToDestinations=t._sourcesToDestinations=t.__ExecutableOptions_interactive=null},ExecutableOptions__parser_closure:function(){},ExecutableOptions_interactive_closure:function(e){this.$this=e},ExecutableOptions_emitErrorCss_closure:function(){},UsageException:function(e){this.message=e},AsyncImporter:function(){},fromImport:()=>!0===R._asBoolQ(ee.Zone__current.$index(0,A.Symbol__inImportRule)),resolveImportPath(e){var t,r=W.ParsedPath_ParsedPath$parse(e,ee.$get$context().style)._splitExtension$1(1)[1];return".sass"===r||".scss"===r||".css"===r?null==(t=E.fromImport()?new E.resolveImportPath_closure(e,r).call$0():null)?E._exactlyOne(E._tryPath(e)):t:(null==(t=E.fromImport()?new E.resolveImportPath_closure0(e).call$0():null)&&(t=E._exactlyOne(E._tryPathWithExtensions(e))),null==t?E._tryPathAsDirectory(e):t)},_tryPathWithExtensions(e){var t=E._tryPath(e+".sass");return A.JSArray_methods.addAll$1(t,E._tryPath(e+".scss")),0!==t.length?t:E._tryPath(e+".css")},_tryPath(e){var t=ee.$get$context(),r=M.join(t.dirname$1(e),"_"+W.ParsedPath_ParsedPath$parse(e,t.style).get$basename(),null);return t=R._setArrayType([],oe.JSArray_String),E.fileExists(r)&&t.push(r),E.fileExists(e)&&t.push(e),t},_tryPathAsDirectory(e){var t;return E.dirExists(e)?null==(t=E.fromImport()?new E._tryPathAsDirectory_closure(e).call$0():null)?E._exactlyOne(E._tryPathWithExtensions(M.join(e,"index",null))):t:null},_exactlyOne(e){var t=e.length;if(0===t)return null;if(1===t)return A.JSArray_methods.get$first(e);throw R.wrapException(ae.It_s_n+A.JSArray_methods.map$1$1(e,new E._exactlyOne_closure,oe.String).join$1(0,"\n"))},resolveImportPath_closure:function(e,t){this.path=e,this.extension=t},resolveImportPath_closure0:function(e){this.path=e},_tryPathAsDirectory_closure:function(e){this.path=e},_exactlyOne_closure:function(){},readFile(e){var t,r,n,s=R._asString(E._readFile(e,"utf8"));if(!A.JSString_methods.contains$1(s,"\ufffd"))return s;for(t=j.SourceFile$fromString(s,ee.$get$context().toUri$1(e)),r=s.length,n=0;n<r;++n)if(65533===A.JSString_methods._codeUnitAt$1(s,n))throw R.wrapException(I.SassException$("Invalid UTF-8.",j.FileLocation$_(t,n).pointSpan$0()));return s},_readFile:(e,t)=>E._systemErrorToFileSystemException(new E._readFile_closure(e,t)),writeFile:(e,t)=>E._systemErrorToFileSystemException(new E.writeFile_closure(e,t)),deleteFile:e=>E._systemErrorToFileSystemException(new E.deleteFile_closure(e)),readStdin:()=>E.readStdin$body(),readStdin$body(){var e,t,r,n,s,i=0,o=P._makeAsyncAwaitCompleter(oe.String),l=P._wrapJsFunctionForAsync((function(l,_){if(1===l)return P._asyncRethrow(_,o);for(;;)switch(i){case 0:r={},n=new P._Future(ee.Zone__current,oe._Future_String),s=new P._AsyncCompleter(n,oe._AsyncCompleter_String),r.contents=null,t=new P._StringCallbackSink(new E.readStdin_closure(r,s),new P.StringBuffer("")).asUtf8Sink$1(!1),V.on$2$x(V.get$stdin$x(a.process),"data",P.allowInterop(new E.readStdin_closure0(t))),V.on$2$x(V.get$stdin$x(a.process),"end",P.allowInterop(new E.readStdin_closure1(t))),V.on$2$x(V.get$stdin$x(a.process),"error",P.allowInterop(new E.readStdin_closure2(s))),e=n,i=1;break;case 1:return P._asyncReturn(e,o)}}));return P._asyncStartSync(l,o)},fileExists:e=>E._systemErrorToFileSystemException(new E.fileExists_closure(e)),dirExists:e=>E._systemErrorToFileSystemException(new E.dirExists_closure(e)),ensureDir:e=>E._systemErrorToFileSystemException(new E.ensureDir_closure(e)),listDir:(e,t)=>E._systemErrorToFileSystemException(new E.listDir_closure(t,e)),modificationTime:e=>E._systemErrorToFileSystemException(new E.modificationTime_closure(e)),_systemErrorToFileSystemException(e){var t,r,n,s,i;try{return n=e.call$0()}catch(s){throw t=R.unwrapException(s),n=r=oe.JsSystemError._as(t),i=V.getInterceptor$x(n),R.wrapException(new E.FileSystemException(V.substring$2$s(i.get$message(n),(R.S(i.get$code(n))+": ").length,V.get$length$asx(i.get$message(n))-(", "+R.S(i.get$syscall(n))+" '"+R.S(i.get$path(n))+"'").length),V.get$path$x(r)))}},isWindows:()=>V.$eq$(V.get$platform$x(a.process),"win32"),FileSystemException:function(e,t){this.message=e,this.path=t},Stderr:function(e){this._stderr=e},_readFile_closure:function(e,t){this.path=e,this.encoding=t},writeFile_closure:function(e,t){this.path=e,this.contents=t},deleteFile_closure:function(e){this.path=e},readStdin_closure:function(e,t){this._box_0=e,this.completer=t},readStdin_closure0:function(e){this.sink=e},readStdin_closure1:function(e){this.sink=e},readStdin_closure2:function(e){this.completer=e},fileExists_closure:function(e){this.path=e},dirExists_closure:function(e){this.path=e},ensureDir_closure:function(e){this.path=e},listDir_closure:function(e,t){this.recursive=e,this.path=t},listDir__closure:function(e){this.path=e},listDir__closure0:function(){},listDir_closure_list:function(){},listDir__list_closure:function(e,t){this.parent=e,this.list=t},modificationTime_closure:function(e){this.path=e},ShadowedModuleView_ifNecessary:(e,t,r,n,s)=>E.ShadowedModuleView__needsBlocklist(e.get$variables(),n)||E.ShadowedModuleView__needsBlocklist(e.get$functions(e),t)||E.ShadowedModuleView__needsBlocklist(e.get$mixins(),r)?new E.ShadowedModuleView(e,E.ShadowedModuleView__shadowedMap(e.get$variables(),n,oe.Value),E.ShadowedModuleView__shadowedMap(e.get$variableNodes(),n,oe.AstNode),E.ShadowedModuleView__shadowedMap(e.get$functions(e),t,s),E.ShadowedModuleView__shadowedMap(e.get$mixins(),r,s),s._eval$1("ShadowedModuleView<0>")):null,ShadowedModuleView__shadowedMap:(e,t,r)=>E.ShadowedModuleView__needsBlocklist(e,t)?F.LimitedMapView$blocklist(e,t,oe.String,r):e,ShadowedModuleView__needsBlocklist:(e,t)=>e.get$isNotEmpty(e)&&t.any$1(0,e.get$containsKey()),ShadowedModuleView:function(e,t,r,n,s,i){var a=this;a._shadowed_view$_inner=e,a.variables=t,a.variableNodes=r,a.functions=n,a.mixins=s,a.$ti=i},_PropertyDescriptor:function(){},toSentence(e,t){var r=e.__internal$_iterable,n=V.getInterceptor$asx(r);return 1===n.get$length(r)?V.toString$0$(e._f.call$1(n.get$first(r))):R.TakeIterable_TakeIterable(e,n.get$length(r)-1,R._instanceType(e)._eval$1("Iterable.E")).join$1(0,", ")+" "+t+" "+R.S(e._f.call$1(n.get$last(r)))},indent:(e,t)=>new R.MappedListIterable(R._setArrayType(e.split("\n"),oe.JSArray_String),new E.indent_closure(t),oe.MappedListIterable_String_String).join$1(0,"\n"),pluralize:(e,t,r)=>1===t?e:null!=r?r:e+"s",trimAscii(e,t){var r,n=E._firstNonWhitespace(e);return null==n?r="":((r=E._lastNonWhitespace(e,!0)).toString,r=A.JSString_methods.substring$2(e,n,r+1)),r},trimAsciiRight(e,t){var r=E._lastNonWhitespace(e,t);return null==r?"":A.JSString_methods.substring$2(e,0,r+1)},_firstNonWhitespace(e){var t,r,n;for(t=e.length,r=0;r<t;++r)if(32!==(n=A.JSString_methods._codeUnitAt$1(e,r))&&9!==n&&10!==n&&13!==n&&12!==n)return r;return null},_lastNonWhitespace(e,t){var r,n,s;for(n=(r=e.length)-1;n>=0;--n)if(32!==(s=A.JSString_methods.codeUnitAt$1(e,n))&&9!==s&&10!==s&&13!==s&&12!==s)return t&&0!==n&&n!==r&&92===s?n+1:n;return null},isPublic(e){var t=A.JSString_methods._codeUnitAt$1(e,0);return 45!==t&&95!==t},flattenVertically(e,t){var r,n=e.$ti._eval$1("@<ListIterable.E>")._bind$1(t._eval$1("QueueList<0>"))._eval$1("MappedListIterable<1,2>"),s=P.List_List$of(new R.MappedListIterable(e,new E.flattenVertically_closure(t),n),!0,n._eval$1("ListIterable.E"));if(1===s.length)return A.JSArray_methods.get$first(s);for(r=R._setArrayType([],t._eval$1("JSArray<0>"));0!==s.length;)s.fixed$length&&R.throwExpression(P.UnsupportedError$("removeWhere")),A.JSArray_methods._removeWhere$2(s,new E.flattenVertically_closure0(r,t),!0);return r},firstOrNull(e){var t=V.get$iterator$ax(e);return t.moveNext$0()?t.get$current():null},codepointIndexToCodeUnitIndex(e,t){var r,n,s;for(r=0,n=0;n<t;++n)s=r+1,r=A.JSString_methods._codeUnitAt$1(e,r)>>>10==54?s+1:s;return r},codeUnitIndexToCodepointIndex(e,t){var r,n;for(r=0,n=0;n<t;n=(A.JSString_methods._codeUnitAt$1(e,n)>>>10==54?n+1:n)+1)++r;return r},frameForSpan(e,t,r){var n,s,i,a=null==r?e.file.url:r;return null==a&&(a=ee.$get$_noSourceUrl()),n=e.file,s=e._file$_start,i=(i=j.FileLocation$_(n,s)).file.getLine$1(i.offset),s=j.FileLocation$_(n,s),new C.Frame(a,i+1,s.file.getColumn$1(s.offset)+1,t)},declarationName(e){var t=P.String_String$fromCharCodes(A.NativeUint32List_methods.sublist$2(e.file._decodedChars,e._file$_start,e._end),0,null);return E.trimAsciiRight(A.JSString_methods.substring$2(t,0,A.JSString_methods.indexOf$1(t,":")),!1)},unvendor(e){var t,r=e.length;if(r<2)return e;if(45!==A.JSString_methods._codeUnitAt$1(e,0))return e;if(45===A.JSString_methods._codeUnitAt$1(e,1))return e;for(t=2;t<r;++t)if(45===A.JSString_methods._codeUnitAt$1(e,t))return A.JSString_methods.substring$1(e,t+1);return e},equalsIgnoreCase(e,t){var r,n;if(e===t)return!0;if(null==e)return!1;if((r=e.length)!==t.length)return!1;for(n=0;n<r;++n)if(!H.characterEqualsIgnoreCase(A.JSString_methods._codeUnitAt$1(e,n),A.JSString_methods._codeUnitAt$1(t,n)))return!1;return!0},startsWithIgnoreCase(e,t){var r,n=t.length;if(e.length<n)return!1;for(r=0;r<n;++r)if(!H.characterEqualsIgnoreCase(A.JSString_methods._codeUnitAt$1(e,r),A.JSString_methods._codeUnitAt$1(t,r)))return!1;return!0},mapInPlace(e,t){var r;for(r=0;r<e.length;++r)e[r]=t.call$1(e[r])},longestCommonSubsequence(e,t,r,n){var s,i,a,o,l,_,u,c,$,p,h,d;for(null==r&&(r=new E.longestCommonSubsequence_closure(n)),i=(s=V.getInterceptor$asx(e)).get$length(e)+1,a=V.JSArray_JSArray$allocateFixed(i,oe.List_int),o=V.getInterceptor$asx(t),l=oe.int,_=0;_<i;++_)a[_]=P.List_List$filled(o.get$length(t)+1,0,!1,l);for(i=s.get$length(e),u=V.JSArray_JSArray$allocateFixed(i,n._eval$1("List<0?>")),l=n._eval$1("0?"),_=0;_<i;++_)u[_]=P.List_List$filled(o.get$length(t),null,!1,l);for(c=0;c<s.get$length(e);c=$)for($=c+1,p=0;p<o.get$length(t);p=d)h=r.call$2(s.$index(e,c),o.$index(t,p)),u[c][p]=h,(l=a[$])[d=p+1]=null==h?Math.max(l[p],a[c][d]):a[c][p]+1;return new E.longestCommonSubsequence_backtrack(u,a,n).call$2(s.get$length(e)-1,o.get$length(t)-1)},removeFirstWhere(e,t,r){var n;for(n=0;n<e.length;++n)if(t.call$1(e[n]))return void A.JSArray_methods.removeAt$1(e,n);r.call$0()},mapAddAll2(e,t,r,n,s){t.forEach$1(0,new E.mapAddAll2_closure(e,r,n,s))},setAll(e,t,r){var n;for(n=V.get$iterator$ax(t);n.moveNext$0();)e.$indexSet(0,n.get$current(),r)},rotateSlice(e,t,r){var n,s,i=e.$index(0,r-1);for(n=t;n<r;++n,i=s)s=e.$index(0,n),e.$indexSet(0,n,i)},mapAsync:(e,t,r,n)=>E.mapAsync$body(e,t,r,n,n._eval$1("Iterable<0>")),mapAsync$body(e,t,r,n,s){var i,a,o,l,_,u=0,c=P._makeAsyncAwaitCompleter(s),$=P._wrapJsFunctionForAsync((function(r,s){if(1===r)return P._asyncRethrow(s,c);for(;;)switch(u){case 0:l=R._setArrayType([],n._eval$1("JSArray<0>")),a=e.length,o=0;case 3:if(!(o<a)){u=5;break}return _=l,u=6,P._asyncAwait(t.call$1(e[o]),$);case 6:_.push(s);case 4:++o,u=3;break;case 5:i=l,u=1;break;case 1:return P._asyncReturn(i,c)}}));return P._asyncStartSync($,c)},putIfAbsentAsync:(e,t,r,n,s)=>E.putIfAbsentAsync$body(e,t,r,n,s,s),putIfAbsentAsync$body(e,t,r,n,s,i){var a,o,l=0,_=P._makeAsyncAwaitCompleter(i),u=P._wrapJsFunctionForAsync((function(n,i){if(1===n)return P._asyncRethrow(i,_);for(;;)switch(l){case 0:if(e.containsKey$1(t)){a=s._as(e.$index(0,t)),l=1;break}return l=3,P._asyncAwait(r.call$0(),u);case 3:o=i,e.$indexSet(0,t,o),a=o,l=1;break;case 1:return P._asyncReturn(a,_)}}));return P._asyncStartSync(u,_)},copyMapOfMap(e,t,r,n){var s,i,a,o,l=P.LinkedHashMap_LinkedHashMap$_empty(t,r._eval$1("@<0>")._bind$1(n)._eval$1("Map<1,2>"));for(s=(s=e.get$entries(e)).get$iterator(s);s.moveNext$0();)a=(i=s.get$current()).key,i=i.value,(o=P.LinkedHashMap_LinkedHashMap(null,null,null,r,n)).addAll$1(0,i),l.$indexSet(0,a,o);return l},copyMapOfList(e,t,r){var n,s,i=P.LinkedHashMap_LinkedHashMap$_empty(t,r._eval$1("List