10 lines
2.4 MiB
JavaScript
10 lines
2.4 MiB
JavaScript
|
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-61a756e5"],{"00a3":function(e,t,i){i.d(t,"b",(function(){return l})),i.d(t,"a",(function(){return d}));var n=i("11f7"),r=i("e757"),o=i("5d28"),s=i("a666"),a=i("30db");function l(e,t){return t=new o.a(t),t.preventDefault(),{leftButton:t.leftButton,buttons:t.buttons,posx:t.posx,posy:t.posy}}class d{constructor(){this._hooks=new s.b,this._mouseMoveEventMerger=null,this._mouseMoveCallback=null,this._onStopCallback=null}dispose(){this.stopMonitoring(!1),this._hooks.dispose()}stopMonitoring(e,t){var i;this.isMonitoring()&&(this._hooks.clear(),this._mouseMoveEventMerger=null,this._mouseMoveCallback=null,i=this._onStopCallback,this._onStopCallback=null,e)&&i&&i(t)}isMonitoring(){return!!this._mouseMoveEventMerger}startMonitoring(e,t,i,s,l){if(!this.isMonitoring()){this._mouseMoveEventMerger=i,this._mouseMoveCallback=s,this._onStopCallback=l;i=r.a.getSameOriginWindowChain();var d,h=a.c?"pointermove":"mousemove";s=i.map(e=>e.window.document),l=n.F(e);for(d of(l&&s.unshift(l),s))this._hooks.add(n.l(d,h,e=>{e.buttons!==t?this.stopMonitoring(!0):this._mouseMoveCallback(e)},(e,t)=>this._mouseMoveEventMerger(e,t))),this._hooks.add(n.i(d,"mouseup",e=>this.stopMonitoring(!0)));r.a.hasDifferentOriginAncestor()&&(e=i[i.length-1],this._hooks.add(n.i(e.window.document,"mouseout",e=>{"html"===new o.a(e).target.tagName.toLowerCase()&&this.stopMonitoring(!0)})),this._hooks.add(n.i(e.window.document,"mouseover",e=>{"html"===new o.a(e).target.tagName.toLowerCase()&&this.stopMonitoring(!0)})),this._hooks.add(n.i(e.window.document.body,"mouseleave",e=>{this.stopMonitoring(!0)})))}}}},"01b0":function(e,t,i){},"0292":function(e,t,i){i.r(t),t=i("fa12"),Object(t.a)({id:"clojure",extensions:[".clj",".cljs",".cljc",".edn"],aliases:["clojure","Clojure"],loader:function(){return i.e("chunk-2d0a3577").then(i.bind(null,"0287"))}})},"03d9":function(e,t,i){i.d(t,"a",(function(){return n})),i.d(t,"c",(function(){return r})),i.d(t,"b",(function(){return o})),i.d(t,"e",(function(){return s})),i.d(t,"d",(function(){return a})),i.d(t,"f",(function(){return l})),i.d(t,"h",(function(){return d})),i.d(t,"i",(function(){return h})),i.d(t,"g",(function(){return c}));var n,r,o,s,a,l,d,h,c;t=i("dff7");(i=n=n||{}).noSelection=t.a("noSelection","No selection"),i.singleSelectionRange=t.a("singleSelectionRange","Line {0}, Column {1} ({2} selected)"),i.singleSelection=t.a("singleSelection","Line {0}, Column {1}"),i.multiSelectionRange=t.a("multiSelectionRange","{0} selections ({1} characters selected)"),i.multiSelection=t.a("multiSelection","{0} selections"),i.emergencyConfOn=t.a("emergencyConfOn","Now changing the setting `accessibilitySupport` to 'on'."),i.openingDocs=t.a("openingDocs","Now opening the Editor Accessibility documentation page."),i.readonlyDiffEditor=t.a("readonlyDiffEditor"," in a read-only pane of a diff editor."),i.editableDiffEditor=t.a("editableDiffEditor"," in a pane of a diff editor."),i.readonlyEditor=t.a("readonlyEditor"," in a read-only code editor"),i.editableEditor=t.a("editableEditor"," in a code editor"),i.changeConfigToOnMac=t.a("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now."),i.changeConfigToOnWinLinux=t.a("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now."),i.auto_on=t.a("auto_on","The editor is configured to be optimized for usage with a Screen Reader."),i.auto_off=t.a("auto_off","The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time."),i.tabFocusModeOnMsg=t.a("tabFocusModeOnMsg","Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}."),i.tabFocusModeOnMsgNoKb=t.a("tabFocusModeOnMsgNoKb","Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding."),i.tabFocusModeOffMsg=t.a("tabFocusModeOffMsg","Pressing Tab in the current editor will insert t
|
||
|
/*!
|
||
|
* The buffer module from node.js, for the browser.
|
||
|
*
|
||
|
* @author Feross Aboukhadijeh <http://feross.org>
|
||
|
* @license MIT
|
||
|
*/
|
||
|
var n=i("1fb5"),r=i("9152"),o=i("bf74");function s(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function a(e,t){if(s()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(e=null===e?new l(t):e).length=t,e}function l(e,t,i){if(!(l.TYPED_ARRAY_SUPPORT||this instanceof l))return new l(e,t,i);if("number"!=typeof e)return d(this,e,t,i);if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return c(this,e)}function d(e,t,i,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer){var r=e,s=t,d=i;if(s.byteLength,d<0||s.byteLength<d)throw new RangeError("'offset' is out of bounds");if(s.byteLength<d+(n||0))throw new RangeError("'length' is out of bounds");return s=void 0===d&&void 0===n?new Uint8Array(s):void 0===n?new Uint8Array(s,d):new Uint8Array(s,d,n),l.TYPED_ARRAY_SUPPORT?(r=s).__proto__=l.prototype:r=u(r,s),r}if("string"!=typeof t){if(d=e,n=t,l.isBuffer(n))return s=0|g(n.length),0!==(d=a(d,s)).length&&n.copy(d,0,0,s),d;if(n){if("undefined"!=typeof ArrayBuffer&&n.buffer instanceof ArrayBuffer||"length"in n)return"number"!=typeof n.length||(e=>e!=e)(n.length)?a(d,0):u(d,n);if("Buffer"===n.type&&o(n.data))return u(d,n.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}if(r=e,n=t,e=i,l.isEncoding(e="string"==typeof e&&""!==e?e:"utf8"))return t=0|p(n,e),(n=(r=a(r,t)).write(n,e))!==t?r.slice(0,n):r;throw new TypeError('"encoding" must be a valid string encoding')}function h(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(h(t),e=a(e,t<0?0:0|g(t)),!l.TYPED_ARRAY_SUPPORT)for(var i=0;i<t;++i)e[i]=0;return e}function u(e,t){var i=t.length<0?0:0|g(t.length);e=a(e,i);for(var n=0;n<i;n+=1)e[n]=255&t[n];return e}function g(e){if(s()<=e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|e}function p(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;var i=(e="string"!=typeof e?""+e:e).length;if(0===i)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":case void 0:return I(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*i;case"hex":return i>>>1;case"base64":return M(e).length;default:if(n)return I(e).length;t=(""+t).toLowerCase(),n=!0}}function m(e,t,i){var r,o=!1;if((t=void 0===t||t<0?0:t)>this.length)return"";if((i=void 0===i||i>this.length?this.length:i)<=0)return"";if((i>>>=0)<=(t>>>=0))return"";for(e=e||"utf8";;)switch(e){case"hex":var s=this,a=t,l=i,d=s.length;(!l||l<0||d<l)&&(l=d);for(var h="",c=a=!a||a<0?0:a;c<l;++c)h+=(e=>e<16?"0"+e.toString(16):e.toString(16))(s[c]);return h;case"utf8":case"utf-8":return w(this,t,i);case"ascii":var u=this,g=(d=t,i),p="";g=Math.min(u.length,g);for(var m=d;m<g;++m)p+=String.fromCharCode(127&u[m]);return p;case"latin1":case"binary":var f=this,_=(a=t,i),b="";_=Math.min(f.length,_);for(var v=a;v<_;++v)b+=String.fromCharCode(f[v]);return b;case"base64":return C=this,r=i,0===(y=t)&&r===C.length?n.fromByteArray(C):n.fromByteArray(C.slice(y,r));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":for(var C=t,y=i,S=this.slice(C,y),L="",x=0;x<S.length;x+=2)L+=String.fromCharCode(S[x]+256*S[x+1]);return L;default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}function f(e,t,i){var n=e[t];e[t]=e[i],e[i]=n}function _(e,t,i,n,r){if(0===e.length)return-1;if("string"==typeof i?(n=i,i=0):2147483647<i?i=2147483647:i<-2147483648&&(i=-2147483648),i=+i,(i=(i=isNaN(i)?r?0:e.length-1:i)<0?e.length+i:i)>=e.length){if(r)return-1;i=e.length-1}else if(i<0){if(!r)return-1;i=0}if("string"==typeof t&&(t=l.from(t,n)),l.isBuffer(t))
|
||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
|
t.read=function(e,t,i,n,r){var o,s,a=8*r-n-1,l=(1<<a)-1,d=l>>1,h=-7,c=i?r-1:0,u=i?-1:1;r=e[t+c];for(c+=u,o=r&(1<<-h)-1,r>>=-h,h+=a;0<h;o=256*o+e[t+c],c+=u,h-=8);for(s=o&(1<<-h)-1,o>>=-h,h+=n;0<h;s=256*s+e[t+c],c+=u,h-=8);if(0===o)o=1-d;else{if(o===l)return s?NaN:1/0*(r?-1:1);s+=Math.pow(2,n),o-=d}return(r?-1:1)*s*Math.pow(2,o-n)},t.write=function(e,t,i,n,r,o){var s,a,l=8*o-r-1,d=(1<<l)-1,h=d>>1,c=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,u=n?0:o-1,g=n?1:-1;o=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,s=d):(s=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-s))<1&&(s--,n*=2),2<=(t+=1<=s+h?c/n:c*Math.pow(2,1-h))*n&&(s++,n/=2),d<=s+h?(a=0,s=d):1<=s+h?(a=(t*n-1)*Math.pow(2,r),s+=h):(a=t*Math.pow(2,h-1)*Math.pow(2,r),s=0));8<=r;e[i+u]=255&a,u+=g,a/=256,r-=8);for(s=s<<r|a,l+=r;0<l;e[i+u]=255&s,u+=g,s/=256,l-=8);e[i+u-g]|=128*o}},"918c":function(e,t,i){i.d(t,"p",(function(){return o})),i.d(t,"q",(function(){return s})),i.d(t,"n",(function(){return c})),i.d(t,"m",(function(){return u})),i.d(t,"o",(function(){return p})),i.d(t,"a",(function(){return m})),i.d(t,"r",(function(){return f})),i.d(t,"b",(function(){return b})),i.d(t,"u",(function(){return v})),i.d(t,"l",(function(){return C})),i.d(t,"j",(function(){return w})),i.d(t,"k",(function(){return y})),i.d(t,"t",(function(){return S})),i.d(t,"s",(function(){return L})),i.d(t,"v",(function(){return k})),i.d(t,"w",(function(){return D})),i.d(t,"x",(function(){return N})),i.d(t,"y",(function(){return O})),i.d(t,"B",(function(){return E})),i.d(t,"z",(function(){return I})),i.d(t,"C",(function(){return M})),i.d(t,"A",(function(){return T})),i.d(t,"c",(function(){return A})),i.d(t,"d",(function(){return R})),i.d(t,"e",(function(){return P})),i.d(t,"f",(function(){return F})),i.d(t,"g",(function(){return B})),i.d(t,"h",(function(){return j})),i.d(t,"i",(function(){return W}));t=i("dff7");var n=i("ceb8"),r=i("303e");i=i("b7d0");let o=Object(r.wc)("editor.lineHighlightBackground",{dark:null,light:null,hc:null},t.a("lineHighlight","Background color for the highlight of line at the cursor position.")),s=Object(r.wc)("editor.lineHighlightBorder",{dark:"#282828",light:"#eeeeee",hc:"#f38518"},t.a("lineHighlightBorderBox","Background color for the border around the line at the cursor position.")),a=Object(r.wc)("editor.rangeHighlightBackground",{dark:"#ffffff0b",light:"#fdff0033",hc:null},t.a("rangeHighlight","Background color of highlighted ranges, like by quick open and find features. The color must not be opaque so as not to hide underlying decorations."),!0),l=Object(r.wc)("editor.rangeHighlightBorder",{dark:null,light:null,hc:r.b},t.a("rangeHighlightBorder","Background color of the border around highlighted ranges."),!0),d=Object(r.wc)("editor.symbolHighlightBackground",{dark:r.x,light:r.x,hc:null},t.a("symbolHighlight","Background color of highlighted symbol, like for go to definition or go next/previous symbol. The color must not be opaque so as not to hide underlying decorations."),!0),h=Object(r.wc)("editor.symbolHighlightBorder",{dark:null,light:null,hc:r.b},t.a("symbolHighlightBorder","Background color of the border around highlighted symbols."),!0),c=Object(r.wc)("editorCursor.foreground",{dark:"#AEAFAD",light:n.a.black,hc:n.a.white},t.a("caret","Color of the editor cursor.")),u=Object(r.wc)("editorCursor.background",null,t.a("editorCursorBackground","The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.")),g=Object(r.wc)("editorWhitespace.foreground",{dark:"#e3e4e229",light:"#33333333",hc:"#e3e4e229"},t.a("editorWhitespaces","Color of whitespace characters in the editor.")),p=Object(r.wc)("editorIndentGuide.background",{dark:g,light:g,hc:g},t.a("editorIndentGuides","Color of the editor indentation guides.")),m=Object(r.wc)("editorIndentGuide.activeBackground",{dark:g,light:g,hc:g},t.a("editorActiveIndentGuide","Color of the active editor indentation guides.")),f=Object(r.wc)("editorLineNumber.foreground",{dark:"#858585",light:"#237893",hc:n.a.white},t.a("editorLineNumbers","Color of edi
|