-
Notifications
You must be signed in to change notification settings - Fork 58
/
editor-65a9adfd5738ebdb404a1148e66d3e3d.worker.min.js
2 lines (2 loc) · 146 KB
/
editor-65a9adfd5738ebdb404a1148e66d3e3d.worker.min.js
1
2
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="https://st-ar.cdn.postman.com/",n(n.s=0)}([function(t,e,n){"use strict";n.r(e),n.d(e,"initialize",(function(){return u}));var r=n(1),i=n(8),o=!1;function u(t){if(!o){o=!0;var e=new r.SimpleWorkerServer((function(t){self.postMessage(t)}),(function(e){return new i.EditorSimpleWorker(e,t)}));self.onmessage=function(t){e.onmessage(t.data)}}}self.onmessage=function(t){o||u(null)}},function(t,e,n){"use strict";n.r(e),n.d(e,"logOnceWebWorkerWarning",(function(){return f})),n.d(e,"SimpleWorkerClient",(function(){return d})),n.d(e,"SimpleWorkerServer",(function(){return h})),n.d(e,"create",(function(){return p}));var r,i=n(2),o=n(3),u=n(4),s=n(7),a=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),c=!1;function f(t){u.isWeb&&(c||(c=!0,console.warn("Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq")),console.warn(t.message))}var l=function(){function t(t){this._workerId=-1,this._handler=t,this._lastSentReq=0,this._pendingReplies=Object.create(null)}return t.prototype.setWorkerId=function(t){this._workerId=t},t.prototype.sendMessage=function(t,e){var n=this,r=String(++this._lastSentReq);return new Promise((function(i,o){n._pendingReplies[r]={resolve:i,reject:o},n._send({vsWorker:n._workerId,req:r,method:t,args:e})}))},t.prototype.handleMessage=function(t){t&&t.vsWorker&&(-1!==this._workerId&&t.vsWorker!==this._workerId||this._handleMessage(t))},t.prototype._handleMessage=function(t){var e=this;if(t.seq){var n=t;if(!this._pendingReplies[n.seq])return void console.warn("Got reply to unknown seq");var r=this._pendingReplies[n.seq];if(delete this._pendingReplies[n.seq],n.err){var o=n.err;return n.err.$isError&&((o=new Error).name=n.err.name,o.message=n.err.message,o.stack=n.err.stack),void r.reject(o)}r.resolve(n.res)}else{var u=t,s=u.req;this._handler.handleMessage(u.method,u.args).then((function(t){e._send({vsWorker:e._workerId,seq:s,res:t,err:void 0})}),(function(t){t.detail instanceof Error&&(t.detail=Object(i.transformErrorForSerialization)(t.detail)),e._send({vsWorker:e._workerId,seq:s,res:void 0,err:Object(i.transformErrorForSerialization)(t)})}))}},t.prototype._send=function(t){var e=[];if(t.req)for(var n=t,r=0;r<n.args.length;r++)n.args[r]instanceof ArrayBuffer&&e.push(n.args[r]);else(n=t).res instanceof ArrayBuffer&&e.push(n.res);this._handler.sendMessage(t,e)},t}(),d=function(t){function e(e,n,r){var i=t.call(this)||this,o=null;i._worker=i._register(e.create("vs/base/common/worker/simpleWorker",(function(t){i._protocol.handleMessage(t)}),(function(t){o&&o(t)}))),i._protocol=new l({sendMessage:function(t,e){i._worker.postMessage(t,e)},handleMessage:function(t,e){if("function"!=typeof r[t])return Promise.reject(new Error("Missing method "+t+" on main thread host."));try{return Promise.resolve(r[t].apply(r,e))}catch(t){return Promise.reject(t)}}}),i._protocol.setWorkerId(i._worker.getId());var u=null;void 0!==self.require&&"function"==typeof self.require.getConfig?u=self.require.getConfig():void 0!==self.requirejs&&(u=self.requirejs.s.contexts._.config);var a=s.getAllMethodNames(r);i._onModuleLoaded=i._protocol.sendMessage("$initialize",[i._worker.getId(),JSON.parse(JSON.stringify(u)),n,a]);var c=function(t,e){return i._request(t,e)};return i._lazyProxy=new Promise((function(t,e){o=e,i._onModuleLoaded.then((function(e){t(s.createProxyObject(e,c))}),(function(t){e(t),i._onError("Worker failed to load "+n,t)}))})),i}return a(e,t),e.prototype.getProxyObject=function(){return this._lazyProxy},e.prototype._request=function(t,e){var n=this;return new Promise((function(r,i){n._onModuleLoaded.then((function(){n._protocol.sendMessage(t,e).then(r,i)}),i)}))},e.prototype._onError=function(t,e){console.error(t),console.info(e)},e}(o.Disposable),h=function(){function t(t,e){var n=this;this._requestHandlerFactory=e,this._requestHandler=null,this._protocol=new l({sendMessage:function(e,n){t(e,n)},handleMessage:function(t,e){return n._handleMessage(t,e)}})}return t.prototype.onmessage=function(t){this._protocol.handleMessage(t)},t.prototype._handleMessage=function(t,e){if("$initialize"===t)return this.initialize(e[0],e[1],e[2],e[3]);if(!this._requestHandler||"function"!=typeof this._requestHandler[t])return Promise.reject(new Error("Missing requestHandler or method: "+t));try{return Promise.resolve(this._requestHandler[t].apply(this._requestHandler,e))}catch(t){return Promise.reject(t)}},t.prototype.initialize=function(t,e,n,r){var i=this;this._protocol.setWorkerId(t);var o=s.createProxyObject(r,(function(t,e){return i._protocol.sendMessage(t,e)}));return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(o),Promise.resolve(s.getAllMethodNames(this._requestHandler))):(e&&(void 0!==e.baseUrl&&delete e.baseUrl,void 0!==e.paths&&void 0!==e.paths.vs&&delete e.paths.vs,e.catchError=!0,self.require.config(e)),new Promise((function(t,e){self.require([n],(function(n){i._requestHandler=n.create(o),i._requestHandler?t(s.getAllMethodNames(i._requestHandler)):e(new Error("No RequestHandler!"))}),e)})))},t}();function p(t){return new h(t,null)}},function(t,e,n){"use strict";n.r(e),n.d(e,"ErrorHandler",(function(){return r})),n.d(e,"errorHandler",(function(){return i})),n.d(e,"onUnexpectedError",(function(){return o})),n.d(e,"onUnexpectedExternalError",(function(){return u})),n.d(e,"transformErrorForSerialization",(function(){return s})),n.d(e,"isPromiseCanceledError",(function(){return a})),n.d(e,"canceled",(function(){return c})),n.d(e,"illegalArgument",(function(){return f})),n.d(e,"illegalState",(function(){return l}));var r=function(){function t(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout((function(){if(t.stack)throw new Error(t.message+"\n\n"+t.stack);throw t}),0)}}return t.prototype.emit=function(t){this.listeners.forEach((function(e){e(t)}))},t.prototype.onUnexpectedError=function(t){this.unexpectedErrorHandler(t),this.emit(t)},t.prototype.onUnexpectedExternalError=function(t){this.unexpectedErrorHandler(t)},t}(),i=new r;function o(t){a(t)||i.onUnexpectedError(t)}function u(t){a(t)||i.onUnexpectedExternalError(t)}function s(t){return t instanceof Error?{$isError:!0,name:t.name,message:t.message,stack:t.stacktrace||t.stack}:t}function a(t){return t instanceof Error&&"Canceled"===t.name&&"Canceled"===t.message}function c(){var t=new Error("Canceled");return t.name=t.message,t}function f(t){return t?new Error("Illegal argument: "+t):new Error("Illegal argument")}function l(t){return t?new Error("Illegal state: "+t):new Error("Illegal state")}},function(t,e,n){"use strict";n.r(e),n.d(e,"isDisposable",(function(){return i})),n.d(e,"dispose",(function(){return o})),n.d(e,"combinedDisposable",(function(){return u})),n.d(e,"toDisposable",(function(){return s})),n.d(e,"DisposableStore",(function(){return a})),n.d(e,"Disposable",(function(){return c})),n.d(e,"MutableDisposable",(function(){return f})),n.d(e,"ImmortalReference",(function(){return l}));function r(t){}function i(t){return"function"==typeof t.dispose&&0===t.dispose.length}function o(t){return Array.isArray(t)?(t.forEach((function(t){t&&t.dispose()})),[]):t?(t.dispose(),t):void 0}function u(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.forEach(r),{dispose:function(){return o(t)}}}function s(t){var e={dispose:function(){t()}};return e}var a=function(){function t(){this._toDispose=new Set,this._isDisposed=!1}return t.prototype.dispose=function(){this._isDisposed||(this._isDisposed=!0,this.clear())},t.prototype.clear=function(){this._toDispose.forEach((function(t){return t.dispose()})),this._toDispose.clear()},t.prototype.add=function(t){if(!t)return t;if(t===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(t),t},t}(),c=function(){function t(){this._store=new a}return t.prototype.dispose=function(){this._store.dispose()},t.prototype._register=function(t){if(t===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(t)},t.None=Object.freeze({dispose:function(){}}),t}(),f=function(){function t(){this._isDisposed=!1}return Object.defineProperty(t.prototype,"value",{get:function(){return this._isDisposed?void 0:this._value},set:function(t){this._isDisposed||t===this._value||(this._value&&this._value.dispose(),this._value=t)},enumerable:!0,configurable:!0}),t.prototype.clear=function(){this.value=void 0},t.prototype.dispose=function(){this._isDisposed=!0,this._value&&this._value.dispose(),this._value=void 0},t}(),l=function(){function t(t){this.object=t}return t.prototype.dispose=function(){},t}()},function(t,e,n){"use strict";n.r(e),function(t,r){n.d(e,"isWindows",(function(){return m})),n.d(e,"isMacintosh",(function(){return g})),n.d(e,"isLinux",(function(){return v})),n.d(e,"isNative",(function(){return _})),n.d(e,"isWeb",(function(){return y})),n.d(e,"isIOS",(function(){return C})),n.d(e,"globals",(function(){return b})),n.d(e,"setImmediate",(function(){return E})),n.d(e,"OS",(function(){return L}));var i=!1,o=!1,u=!1,s=!1,a=!1,c=!1,f=void 0,l=void 0!==t&&void 0!==t.versions&&void 0!==t.versions.electron&&"renderer"===t.type;if("object"!=typeof navigator||l){if("object"==typeof t){i="win32"===t.platform,o="darwin"===t.platform,u="linux"===t.platform,"en","en";var d=t.env.VSCODE_NLS_CONFIG;if(d)try{var h=JSON.parse(d),p=h.availableLanguages["*"];h.locale,p||"en",h._translationsConfigFile}catch(t){}s=!0}}else i=(f=navigator.userAgent).indexOf("Windows")>=0,o=f.indexOf("Macintosh")>=0,c=f.indexOf("Macintosh")>=0&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,u=f.indexOf("Linux")>=0,a=!0,navigator.language;var m=i,g=o,v=u,_=s,y=a,C=c,b="object"==typeof self?self:"object"==typeof r?r:{},E=function(){if(b.setImmediate)return b.setImmediate.bind(b);if("function"==typeof b.postMessage&&!b.importScripts){var e=[];b.addEventListener("message",(function(t){if(t.data&&t.data.vscodeSetImmediateId)for(var n=0,r=e.length;n<r;n++){var i=e[n];if(i.id===t.data.vscodeSetImmediateId)return e.splice(n,1),void i.callback()}}));var n=0;return function(t){var r=++n;e.push({id:r,callback:t}),b.postMessage({vscodeSetImmediateId:r},"*")}}if(void 0!==t&&"function"==typeof t.nextTick)return t.nextTick.bind(t);var r=Promise.resolve();return function(t){return r.then(t)}}(),L=o?2:i?1:3}.call(this,n(5),n(6))},function(t,e){var n,r,i=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(t){r=u}}();var a,c=[],f=!1,l=-1;function d(){f&&a&&(f=!1,a.length?c=a.concat(c):l=-1,c.length&&h())}function h(){if(!f){var t=s(d);f=!0;for(var e=c.length;e;){for(a=c,c=[];++l<e;)a&&a[l].run();l=-1,e=c.length}a=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function p(t,e){this.fun=t,this.array=e}function m(){}i.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new p(t,e)),1!==c.length||f||s(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=m,i.addListener=m,i.once=m,i.off=m,i.removeListener=m,i.removeAllListeners=m,i.emit=m,i.prependListener=m,i.prependOnceListener=m,i.listeners=function(t){return[]},i.binding=function(t){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){"use strict";n.r(e),n.d(e,"isArray",(function(){return a})),n.d(e,"isString",(function(){return c})),n.d(e,"isObject",(function(){return f})),n.d(e,"isNumber",(function(){return l})),n.d(e,"isBoolean",(function(){return d})),n.d(e,"isUndefined",(function(){return h})),n.d(e,"isUndefinedOrNull",(function(){return p})),n.d(e,"assertType",(function(){return m})),n.d(e,"isEmptyObject",(function(){return v})),n.d(e,"isFunction",(function(){return _})),n.d(e,"validateConstraints",(function(){return y})),n.d(e,"validateConstraint",(function(){return C})),n.d(e,"getAllPropertyNames",(function(){return b})),n.d(e,"getAllMethodNames",(function(){return E})),n.d(e,"createProxyObject",(function(){return L})),n.d(e,"withNullAsUndefined",(function(){return S})),n.d(e,"withUndefinedAsNull",(function(){return N}));var r="number",i="string",o="undefined",u="object",s="function";function a(t){return Array.isArray?Array.isArray(t):!(!t||typeof t.length!==r||t.constructor!==Array)}function c(t){return typeof t===i||t instanceof String}function f(t){return!(typeof t!==u||null===t||Array.isArray(t)||t instanceof RegExp||t instanceof Date)}function l(t){return(typeof t===r||t instanceof Number)&&!isNaN(t)}function d(t){return!0===t||!1===t}function h(t){return typeof t===o}function p(t){return h(t)||null===t}function m(t,e){if(!t)throw new Error(e?"Unexpected type, expected '"+e+"'":"Unexpected type")}var g=Object.prototype.hasOwnProperty;function v(t){if(!f(t))return!1;for(var e in t)if(g.call(t,e))return!1;return!0}function _(t){return typeof t===s}function y(t,e){for(var n=Math.min(t.length,e.length),r=0;r<n;r++)C(t[r],e[r])}function C(t,e){if(c(e)){if(typeof t!==e)throw new Error("argument does not match constraint: typeof "+e)}else if(_(e)){try{if(t instanceof e)return}catch(t){}if(!p(t)&&t.constructor===e)return;if(1===e.length&&!0===e.call(void 0,t))return;throw new Error("argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function b(t){for(var e=[],n=Object.getPrototypeOf(t);Object.prototype!==n;)e=e.concat(Object.getOwnPropertyNames(n)),n=Object.getPrototypeOf(n);return e}function E(t){for(var e=[],n=0,r=b(t);n<r.length;n++){var i=r[n];"function"==typeof t[i]&&e.push(i)}return e}function L(t,e){for(var n=function(t){return function(){var n=Array.prototype.slice.call(arguments,0);return e(t,n)}},r={},i=0,o=t;i<o.length;i++){var u=o[i];r[u]=n(u)}return r}function S(t){return null===t?void 0:t}function N(t){return void 0===t?null:t}},function(t,e,n){"use strict";n.r(e),n.d(e,"EditorSimpleWorker",(function(){return E})),n.d(e,"create",(function(){return L}));var r,i=n(9),o=n(10),u=n(13),s=n(4),a=n(14),c=n(15),f=n(16),l=n(17),d=n(19),h=n(22),p=n(23),m=n(25),g=n(26),v=n(7),_=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),y=function(t,e,n,r){return new(n||(n=Promise))((function(i,o){function u(t){try{a(r.next(t))}catch(t){o(t)}}function s(t){try{a(r.throw(t))}catch(t){o(t)}}function a(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(u,s)}a((r=r.apply(t,e||[])).next())}))},C=function(t,e){var n,r,i,o,u={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return u.label++,{value:o[1],done:!1};case 5:u.label++,r=o[1],o=[0];continue;case 7:o=u.ops.pop(),u.trys.pop();continue;default:if(!(i=u.trys,(i=i.length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){u=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){u.label=o[1];break}if(6===o[0]&&u.label<i[1]){u.label=i[1],i=o;break}if(i&&u.label<i[2]){u.label=i[2],u.ops.push(o);break}i[2]&&u.ops.pop(),u.trys.pop();continue}o=e.call(t,u)}catch(t){o=[6,t],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},b=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return _(e,t),Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._versionId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"eol",{get:function(){return this._eol},enumerable:!0,configurable:!0}),e.prototype.getValue=function(){return this.getText()},e.prototype.getLinesContent=function(){return this._lines.slice(0)},e.prototype.getLineCount=function(){return this._lines.length},e.prototype.getLineContent=function(t){return this._lines[t-1]},e.prototype.getWordAtPosition=function(t,e){var n=Object(h.getWordAtText)(t.column,Object(h.ensureValidWordDefinition)(e),this._lines[t.lineNumber-1],0);return n?new f.Range(t.lineNumber,n.startColumn,t.lineNumber,n.endColumn):null},e.prototype.createWordIterator=function(t){var e,n,r=this,i=0,o=0,s=[],a=function(){if(o<s.length){var c=n.substring(s[o].start,s[o].end);return o+=1,e?e.value=c:e={done:!1,value:c},e}return i>=r._lines.length?u.FIN:(n=r._lines[i],s=r._wordenize(n,t),o=0,i+=1,a())};return{next:a}},e.prototype.getLineWords=function(t,e){for(var n=this._lines[t-1],r=[],i=0,o=this._wordenize(n,e);i<o.length;i++){var u=o[i];r.push({word:n.substring(u.start,u.end),startColumn:u.start+1,endColumn:u.end+1})}return r},e.prototype._wordenize=function(t,e){var n,r=[];for(e.lastIndex=0;(n=e.exec(t))&&0!==n[0].length;)r.push({start:n.index,end:n.index+n[0].length});return r},e.prototype.getValueInRange=function(t){if((t=this._validateRange(t)).startLineNumber===t.endLineNumber)return this._lines[t.startLineNumber-1].substring(t.startColumn-1,t.endColumn-1);var e=this._eol,n=t.startLineNumber-1,r=t.endLineNumber-1,i=[];i.push(this._lines[n].substring(t.startColumn-1));for(var o=n+1;o<r;o++)i.push(this._lines[o]);return i.push(this._lines[r].substring(0,t.endColumn-1)),i.join(e)},e.prototype.offsetAt=function(t){return t=this._validatePosition(t),this._ensureLineStarts(),this._lineStarts.getAccumulatedValue(t.lineNumber-2)+(t.column-1)},e.prototype.positionAt=function(t){t=Math.floor(t),t=Math.max(0,t),this._ensureLineStarts();var e=this._lineStarts.getIndexOf(t),n=this._lines[e.index].length;return{lineNumber:1+e.index,column:1+Math.min(e.remainder,n)}},e.prototype._validateRange=function(t){var e=this._validatePosition({lineNumber:t.startLineNumber,column:t.startColumn}),n=this._validatePosition({lineNumber:t.endLineNumber,column:t.endColumn});return e.lineNumber!==t.startLineNumber||e.column!==t.startColumn||n.lineNumber!==t.endLineNumber||n.column!==t.endColumn?{startLineNumber:e.lineNumber,startColumn:e.column,endLineNumber:n.lineNumber,endColumn:n.column}:t},e.prototype._validatePosition=function(t){if(!c.Position.isIPosition(t))throw new Error("bad position");var e=t.lineNumber,n=t.column,r=!1;if(e<1)e=1,n=1,r=!0;else if(e>this._lines.length)e=this._lines.length,n=this._lines[e-1].length+1,r=!0;else{var i=this._lines[e-1].length+1;n<1?(n=1,r=!0):n>i&&(n=i,r=!0)}return r?{lineNumber:e,column:n}:t},e}(d.MirrorTextModel),E=function(){function t(t,e){this._host=t,this._models=Object.create(null),this._foreignModuleFactory=e,this._foreignModule=null}return t.prototype.dispose=function(){this._models=Object.create(null)},t.prototype._getModel=function(t){return this._models[t]},t.prototype._getModels=function(){var t=this,e=[];return Object.keys(this._models).forEach((function(n){return e.push(t._models[n])})),e},t.prototype.acceptNewModel=function(t){this._models[t.url]=new b(a.URI.parse(t.url),t.lines,t.EOL,t.versionId)},t.prototype.acceptModelChanged=function(t,e){this._models[t]&&this._models[t].onEvents(e)},t.prototype.acceptRemovedModel=function(t){this._models[t]&&delete this._models[t]},t.prototype.computeDiff=function(t,e,n,r){return y(this,void 0,void 0,(function(){var i,o,u,s,a,c,f;return C(this,(function(d){return i=this._getModel(t),o=this._getModel(e),i&&o?(u=i.getLinesContent(),s=o.getLinesContent(),a=new l.DiffComputer(u,s,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0,maxComputationTime:r}),c=a.computeDiff(),f=!(c.changes.length>0)&&this._modelsAreIdentical(i,o),[2,{quitEarly:c.quitEarly,identical:f,changes:c.changes}]):[2,null]}))}))},t.prototype._modelsAreIdentical=function(t,e){var n=t.getLineCount();if(n!==e.getLineCount())return!1;for(var r=1;r<=n;r++){if(t.getLineContent(r)!==e.getLineContent(r))return!1}return!0},t.prototype.computeMoreMinimalEdits=function(e,n){return y(this,void 0,void 0,(function(){var r,u,s,a,c,l,d,h,p,m,g,v,_,y,b,E,L,S;return C(this,(function(C){if(!(r=this._getModel(e)))return[2,n];for(u=[],s=void 0,n=Object(i.mergeSort)(n,(function(t,e){return t.range&&e.range?f.Range.compareRangesUsingStarts(t.range,e.range):(t.range?0:1)-(e.range?0:1)})),a=0,c=n;a<c.length;a++)if(l=c[a],d=l.range,h=l.text,"number"==typeof(p=l.eol)&&(s=p),(!f.Range.isEmpty(d)||h)&&(m=r.getValueInRange(d),h=h.replace(/\r\n|\n|\r/g,r.eol),m!==h))if(Math.max(h.length,m.length)>t._diffLimit)u.push({range:d,text:h});else for(g=Object(o.stringDiff)(m,h,!1),v=r.offsetAt(f.Range.lift(d).getStartPosition()),_=0,y=g;_<y.length;_++)b=y[_],E=r.positionAt(v+b.originalStart),L=r.positionAt(v+b.originalStart+b.originalLength),S={text:h.substr(b.modifiedStart,b.modifiedLength),range:{startLineNumber:E.lineNumber,startColumn:E.column,endLineNumber:L.lineNumber,endColumn:L.column}},r.getValueInRange(S.range)!==S.text&&u.push(S);return"number"==typeof s&&u.push({eol:s,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),[2,u]}))}))},t.prototype.computeLinks=function(t){return y(this,void 0,void 0,(function(){var e;return C(this,(function(n){return(e=this._getModel(t))?[2,Object(p.computeLinks)(e)]:[2,null]}))}))},t.prototype.textualSuggest=function(e,n,r,i){return y(this,void 0,void 0,(function(){var o,u,s,a,c,f,l,d;return C(this,(function(h){if(!(o=this._getModel(e)))return[2,null];for(u=[],s=new Set,a=new RegExp(r,i),(c=o.getWordAtPosition(n,a))&&s.add(o.getValueInRange(c)),f=o.createWordIterator(a),l=f.next();!l.done&&s.size<=t._suggestionsLimit;l=f.next())d=l.value,s.has(d)||(s.add(d),isNaN(Number(d))&&u.push(d));return[2,u]}))}))},t.prototype.computeWordRanges=function(t,e,n,r){return y(this,void 0,void 0,(function(){var i,o,u,s,a,c,f,l,d;return C(this,(function(h){if(!(i=this._getModel(t)))return[2,Object.create(null)];for(o=new RegExp(n,r),u=Object.create(null),s=e.startLineNumber;s<e.endLineNumber;s++)for(a=i.getLineWords(s,o),c=0,f=a;c<f.length;c++)l=f[c],isNaN(Number(l.word))&&((d=u[l.word])||(d=[],u[l.word]=d),d.push({startLineNumber:s,startColumn:l.startColumn,endLineNumber:s,endColumn:l.endColumn}));return[2,u]}))}))},t.prototype.navigateValueSet=function(t,e,n,r,i){return y(this,void 0,void 0,(function(){var o,u,s,a,c;return C(this,(function(f){return(o=this._getModel(t))?(u=new RegExp(r,i),e.startColumn===e.endColumn&&(e={startLineNumber:e.startLineNumber,startColumn:e.startColumn,endLineNumber:e.endLineNumber,endColumn:e.endColumn+1}),s=o.getValueInRange(e),(a=o.getWordAtPosition({lineNumber:e.startLineNumber,column:e.startColumn},u))?(c=o.getValueInRange(a),[2,m.BasicInplaceReplace.INSTANCE.navigateValueSet(e,s,a,c,n)]):[2,null]):[2,null]}))}))},t.prototype.loadForeignModule=function(t,e,n){var r=this,i={host:v.createProxyObject(n,(function(t,e){return r._host.fhr(t,e)})),getMirrorModels:function(){return r._getModels()}};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(i,e),Promise.resolve(v.getAllMethodNames(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))},t.prototype.fmr=function(t,e){if(!this._foreignModule||"function"!=typeof this._foreignModule[t])return Promise.reject(new Error("Missing requestHandler or method: "+t));try{return Promise.resolve(this._foreignModule[t].apply(this._foreignModule,e))}catch(t){return Promise.reject(t)}},t._diffLimit=1e5,t._suggestionsLimit=1e4,t}();function L(t){return new E(t,null)}"function"==typeof importScripts&&(s.globals.monaco=Object(g.createMonacoBaseAPI)())},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=0),t[t.length-(1+e)]}function i(t){if(0===t.length)throw new Error("Invalid tail call");return[t.slice(0,t.length-1),t[t.length-1]]}function o(t,e,n){if(void 0===n&&(n=function(t,e){return t===e}),t===e)return!0;if(!t||!e)return!1;if(t.length!==e.length)return!1;for(var r=0,i=t.length;r<i;r++)if(!n(t[r],e[r]))return!1;return!0}function u(t,e,n){for(var r=0,i=t.length-1;r<=i;){var o=(r+i)/2|0,u=n(t[o],e);if(u<0)r=o+1;else{if(!(u>0))return o;i=o-1}}return-(r+1)}function s(t,e){var n=0,r=t.length;if(0===r)return 0;for(;n<r;){var i=Math.floor((n+r)/2);e(t[i])?r=i:n=i+1}return n}function a(t,e){return function t(e,n,r,i,o){if(i<=r)return;var u=r+(i-r)/2|0;if(t(e,n,r,u,o),t(e,n,u+1,i,o),n(e[u],e[u+1])<=0)return;!function(t,e,n,r,i,o){for(var u=n,s=r+1,a=n;a<=i;a++)o[a]=t[a];for(a=n;a<=i;a++)u>r?t[a]=o[s++]:s>i?t[a]=o[u++]:e(o[s],o[u])<0?t[a]=o[s++]:t[a]=o[u++]}(e,n,r,u,i,o)}(t,e,0,t.length-1,[]),t}function c(t,e){for(var n=[],r=void 0,i=0,o=a(t.slice(0),e);i<o.length;i++){var u=o[i];r&&0===e(r[0],u)?r.push(u):(r=[u],n.push(r))}return n}function f(t){return t.filter((function(t){return!!t}))}function l(t){return!Array.isArray(t)||0===t.length}function d(t){return Array.isArray(t)&&t.length>0}function h(t,e){if(!e)return t.filter((function(e,n){return t.indexOf(e)===n}));var n=Object.create(null);return t.filter((function(t){var r=e(t);return!n[r]&&(n[r]=!0,!0)}))}function p(t){var e=new Set;return t.filter((function(t){return!e.has(t)&&(e.add(t),!0)}))}function m(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}function g(t,e){for(var n=0;n<t.length;n++){if(e(t[n]))return n}return-1}function v(t,e,n){void 0===n&&(n=void 0);var r=g(t,e);return r<0?n:t[r]}function _(t,e){return t.length>0?t[0]:e}function y(t){var e;return(e=[]).concat.apply(e,t)}function C(t,e){var n="number"==typeof e?t:0;"number"==typeof e?n=t:(n=0,e=t);var r=[];if(n<=e)for(var i=n;i<e;i++)r.push(i);else for(i=n;i>e;i--)r.push(i);return r}function b(t,e,n){var r=t.slice(0,e),i=t.slice(e);return r.concat(n,i)}function E(t,e){var n=t.indexOf(e);n>-1&&(t.splice(n,1),t.unshift(e))}function L(t,e){var n=t.indexOf(e);n>-1&&(t.splice(n,1),t.push(e))}function S(t,e){for(var n=0;n<t.length;n++){var r=t[n];if(e(r,n,t))return r}}function N(t){return Array.isArray(t)?t:[t]}n.r(e),n.d(e,"tail",(function(){return r})),n.d(e,"tail2",(function(){return i})),n.d(e,"equals",(function(){return o})),n.d(e,"binarySearch",(function(){return u})),n.d(e,"findFirstInSorted",(function(){return s})),n.d(e,"mergeSort",(function(){return a})),n.d(e,"groupBy",(function(){return c})),n.d(e,"coalesce",(function(){return f})),n.d(e,"isFalsyOrEmpty",(function(){return l})),n.d(e,"isNonEmptyArray",(function(){return d})),n.d(e,"distinct",(function(){return h})),n.d(e,"distinctES6",(function(){return p})),n.d(e,"fromSet",(function(){return m})),n.d(e,"firstIndex",(function(){return g})),n.d(e,"first",(function(){return v})),n.d(e,"firstOrDefault",(function(){return _})),n.d(e,"flatten",(function(){return y})),n.d(e,"range",(function(){return C})),n.d(e,"arrayInsert",(function(){return b})),n.d(e,"pushToStart",(function(){return E})),n.d(e,"pushToEnd",(function(){return L})),n.d(e,"find",(function(){return S})),n.d(e,"asArray",(function(){return N}))},function(t,e,n){"use strict";n.r(e),n.d(e,"StringDiffSequence",(function(){return o})),n.d(e,"stringDiff",(function(){return u})),n.d(e,"Debug",(function(){return s})),n.d(e,"MyArray",(function(){return a})),n.d(e,"LcsDiff",(function(){return f}));var r=n(11),i=n(12),o=function(){function t(t){this.source=t}return t.prototype.getElements=function(){for(var t=this.source,e=new Int32Array(t.length),n=0,r=t.length;n<r;n++)e[n]=t.charCodeAt(n);return e},t}();function u(t,e,n){return new f(new o(t),new o(e)).ComputeDiff(n).changes}var s=function(){function t(){}return t.Assert=function(t,e){if(!t)throw new Error(e)},t}(),a=function(){function t(){}return t.Copy=function(t,e,n,r,i){for(var o=0;o<i;o++)n[r+o]=t[e+o]},t.Copy2=function(t,e,n,r,i){for(var o=0;o<i;o++)n[r+o]=t[e+o]},t}(),c=function(){function t(){this.m_changes=[],this.m_originalStart=1073741824,this.m_modifiedStart=1073741824,this.m_originalCount=0,this.m_modifiedCount=0}return t.prototype.MarkNextChange=function(){(this.m_originalCount>0||this.m_modifiedCount>0)&&this.m_changes.push(new r.DiffChange(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},t.prototype.AddOriginalElement=function(t,e){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,e),this.m_originalCount++},t.prototype.AddModifiedElement=function(t,e){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,e),this.m_modifiedCount++},t.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},t.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},t}(),f=function(){function t(e,n,r){void 0===r&&(r=null),this.ContinueProcessingPredicate=r;var i=t._getElements(e),o=i[0],u=i[1],s=i[2],a=t._getElements(n),c=a[0],f=a[1],l=a[2];this._hasStrings=s&&l,this._originalStringElements=o,this._originalElementsOrHash=u,this._modifiedStringElements=c,this._modifiedElementsOrHash=f,this.m_forwardHistory=[],this.m_reverseHistory=[]}return t._isStringArray=function(t){return t.length>0&&"string"==typeof t[0]},t._getElements=function(e){var n=e.getElements();if(t._isStringArray(n)){for(var r=new Int32Array(n.length),o=0,u=n.length;o<u;o++)r[o]=Object(i.stringHash)(n[o],0);return[n,r,!0]}return n instanceof Int32Array?[[],n,!1]:[[],new Int32Array(n),!1]},t.prototype.ElementsAreEqual=function(t,e){return this._originalElementsOrHash[t]===this._modifiedElementsOrHash[e]&&(!this._hasStrings||this._originalStringElements[t]===this._modifiedStringElements[e])},t.prototype.OriginalElementsAreEqual=function(t,e){return this._originalElementsOrHash[t]===this._originalElementsOrHash[e]&&(!this._hasStrings||this._originalStringElements[t]===this._originalStringElements[e])},t.prototype.ModifiedElementsAreEqual=function(t,e){return this._modifiedElementsOrHash[t]===this._modifiedElementsOrHash[e]&&(!this._hasStrings||this._modifiedStringElements[t]===this._modifiedStringElements[e])},t.prototype.ComputeDiff=function(t){return this._ComputeDiff(0,this._originalElementsOrHash.length-1,0,this._modifiedElementsOrHash.length-1,t)},t.prototype._ComputeDiff=function(t,e,n,r,i){var o=[!1],u=this.ComputeDiffRecursive(t,e,n,r,o);return i&&(u=this.PrettifyChanges(u)),{quitEarly:o[0],changes:u}},t.prototype.ComputeDiffRecursive=function(t,e,n,i,o){for(o[0]=!1;t<=e&&n<=i&&this.ElementsAreEqual(t,n);)t++,n++;for(;e>=t&&i>=n&&this.ElementsAreEqual(e,i);)e--,i--;if(t>e||n>i){var u=void 0;return n<=i?(s.Assert(t===e+1,"originalStart should only be one more than originalEnd"),u=[new r.DiffChange(t,0,n,i-n+1)]):t<=e?(s.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),u=[new r.DiffChange(t,e-t+1,n,0)]):(s.Assert(t===e+1,"originalStart should only be one more than originalEnd"),s.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),u=[]),u}var a=[0],c=[0],f=this.ComputeRecursionPoint(t,e,n,i,a,c,o),l=a[0],d=c[0];if(null!==f)return f;if(!o[0]){var h=this.ComputeDiffRecursive(t,l,n,d,o),p=[];return p=o[0]?[new r.DiffChange(l+1,e-(l+1)+1,d+1,i-(d+1)+1)]:this.ComputeDiffRecursive(l+1,e,d+1,i,o),this.ConcatenateChanges(h,p)}return[new r.DiffChange(t,e-t+1,n,i-n+1)]},t.prototype.WALKTRACE=function(t,e,n,i,o,u,s,a,f,l,d,h,p,m,g,v,_,y){var C,b=null,E=new c,L=e,S=n,N=p[0]-v[0]-i,w=-1073741824,A=this.m_forwardHistory.length-1;do{(I=N+t)===L||I<S&&f[I-1]<f[I+1]?(m=(d=f[I+1])-N-i,d<w&&E.MarkNextChange(),w=d,E.AddModifiedElement(d+1,m),N=I+1-t):(m=(d=f[I-1]+1)-N-i,d<w&&E.MarkNextChange(),w=d-1,E.AddOriginalElement(d,m+1),N=I-1-t),A>=0&&(t=(f=this.m_forwardHistory[A])[0],L=1,S=f.length-1)}while(--A>=-1);if(C=E.getReverseChanges(),y[0]){var O=p[0]+1,T=v[0]+1;if(null!==C&&C.length>0){var x=C[C.length-1];O=Math.max(O,x.getOriginalEnd()),T=Math.max(T,x.getModifiedEnd())}b=[new r.DiffChange(O,h-O+1,T,g-T+1)]}else{E=new c,L=u,S=s,N=p[0]-v[0]-a,w=1073741824,A=_?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var I;(I=N+o)===L||I<S&&l[I-1]>=l[I+1]?(m=(d=l[I+1]-1)-N-a,d>w&&E.MarkNextChange(),w=d+1,E.AddOriginalElement(d+1,m+1),N=I+1-o):(m=(d=l[I-1])-N-a,d>w&&E.MarkNextChange(),w=d,E.AddModifiedElement(d+1,m+1),N=I-1-o),A>=0&&(o=(l=this.m_reverseHistory[A])[0],L=1,S=l.length-1)}while(--A>=-1);b=E.getChanges()}return this.ConcatenateChanges(C,b)},t.prototype.ComputeRecursionPoint=function(t,e,n,i,o,u,s){var c=0,f=0,l=0,d=0,h=0,p=0;t--,n--,o[0]=0,u[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var m=e-t+(i-n),g=m+1,v=new Int32Array(g),_=new Int32Array(g),y=i-n,C=e-t,b=t-n,E=e-i,L=(C-y)%2==0;v[y]=t,_[C]=e,s[0]=!1;for(var S=1;S<=m/2+1;S++){var N=0,w=0;l=this.ClipDiagonalBound(y-S,S,y,g),d=this.ClipDiagonalBound(y+S,S,y,g);for(var A=l;A<=d;A+=2){f=(c=A===l||A<d&&v[A-1]<v[A+1]?v[A+1]:v[A-1]+1)-(A-y)-b;for(var O=c;c<e&&f<i&&this.ElementsAreEqual(c+1,f+1);)c++,f++;if(v[A]=c,c+f>N+w&&(N=c,w=f),!L&&Math.abs(A-C)<=S-1&&c>=_[A])return o[0]=c,u[0]=f,O<=_[A]&&S<=1448?this.WALKTRACE(y,l,d,b,C,h,p,E,v,_,c,e,o,f,i,u,L,s):null}var T=(N-t+(w-n)-S)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(N,T))return s[0]=!0,o[0]=N,u[0]=w,T>0&&S<=1448?this.WALKTRACE(y,l,d,b,C,h,p,E,v,_,c,e,o,f,i,u,L,s):(t++,n++,[new r.DiffChange(t,e-t+1,n,i-n+1)]);h=this.ClipDiagonalBound(C-S,S,C,g),p=this.ClipDiagonalBound(C+S,S,C,g);for(A=h;A<=p;A+=2){f=(c=A===h||A<p&&_[A-1]>=_[A+1]?_[A+1]-1:_[A-1])-(A-C)-E;for(O=c;c>t&&f>n&&this.ElementsAreEqual(c,f);)c--,f--;if(_[A]=c,L&&Math.abs(A-y)<=S&&c<=v[A])return o[0]=c,u[0]=f,O>=v[A]&&S<=1448?this.WALKTRACE(y,l,d,b,C,h,p,E,v,_,c,e,o,f,i,u,L,s):null}if(S<=1447){var x=new Int32Array(d-l+2);x[0]=y-l+1,a.Copy2(v,l,x,1,d-l+1),this.m_forwardHistory.push(x),(x=new Int32Array(p-h+2))[0]=C-h+1,a.Copy2(_,h,x,1,p-h+1),this.m_reverseHistory.push(x)}}return this.WALKTRACE(y,l,d,b,C,h,p,E,v,_,c,e,o,f,i,u,L,s)},t.prototype.PrettifyChanges=function(t){for(var e=0;e<t.length;e++){for(var n=t[e],r=e<t.length-1?t[e+1].originalStart:this._originalElementsOrHash.length,i=e<t.length-1?t[e+1].modifiedStart:this._modifiedElementsOrHash.length,o=n.originalLength>0,u=n.modifiedLength>0;n.originalStart+n.originalLength<r&&n.modifiedStart+n.modifiedLength<i&&(!o||this.OriginalElementsAreEqual(n.originalStart,n.originalStart+n.originalLength))&&(!u||this.ModifiedElementsAreEqual(n.modifiedStart,n.modifiedStart+n.modifiedLength));)n.originalStart++,n.modifiedStart++;var s=[null];e<t.length-1&&this.ChangesOverlap(t[e],t[e+1],s)&&(t[e]=s[0],t.splice(e+1,1),e--)}for(e=t.length-1;e>=0;e--){n=t[e],r=0,i=0;if(e>0){var a=t[e-1];a.originalLength>0&&(r=a.originalStart+a.originalLength),a.modifiedLength>0&&(i=a.modifiedStart+a.modifiedLength)}o=n.originalLength>0,u=n.modifiedLength>0;for(var c=0,f=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength),l=1;;l++){var d=n.originalStart-l,h=n.modifiedStart-l;if(d<r||h<i)break;if(o&&!this.OriginalElementsAreEqual(d,d+n.originalLength))break;if(u&&!this.ModifiedElementsAreEqual(h,h+n.modifiedLength))break;var p=this._boundaryScore(d,n.originalLength,h,n.modifiedLength);p>f&&(f=p,c=l)}n.originalStart-=c,n.modifiedStart-=c}return t},t.prototype._OriginalIsBoundary=function(t){return t<=0||t>=this._originalElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])},t.prototype._OriginalRegionIsBoundary=function(t,e){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(e>0){var n=t+e;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1},t.prototype._ModifiedIsBoundary=function(t){return t<=0||t>=this._modifiedElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])},t.prototype._ModifiedRegionIsBoundary=function(t,e){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(e>0){var n=t+e;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1},t.prototype._boundaryScore=function(t,e,n,r){return(this._OriginalRegionIsBoundary(t,e)?1:0)+(this._ModifiedRegionIsBoundary(n,r)?1:0)},t.prototype.ConcatenateChanges=function(t,e){var n=[];if(0===t.length||0===e.length)return e.length>0?e:t;if(this.ChangesOverlap(t[t.length-1],e[0],n)){var r=new Array(t.length+e.length-1);return a.Copy(t,0,r,0,t.length-1),r[t.length-1]=n[0],a.Copy(e,1,r,t.length,e.length-1),r}r=new Array(t.length+e.length);return a.Copy(t,0,r,0,t.length),a.Copy(e,0,r,t.length,e.length),r},t.prototype.ChangesOverlap=function(t,e,n){if(s.Assert(t.originalStart<=e.originalStart,"Left change is not less than or equal to right change"),s.Assert(t.modifiedStart<=e.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=e.originalStart||t.modifiedStart+t.modifiedLength>=e.modifiedStart){var i=t.originalStart,o=t.originalLength,u=t.modifiedStart,a=t.modifiedLength;return t.originalStart+t.originalLength>=e.originalStart&&(o=e.originalStart+e.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=e.modifiedStart&&(a=e.modifiedStart+e.modifiedLength-t.modifiedStart),n[0]=new r.DiffChange(i,o,u,a),!0}return n[0]=null,!1},t.prototype.ClipDiagonalBound=function(t,e,n,r){if(t>=0&&t<r)return t;var i=e%2==0;return t<0?i===(n%2==0)?0:1:i===((r-n-1)%2==0)?r-1:r-2},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"DiffChange",(function(){return r}));var r=function(){function t(t,e,n,r){this.originalStart=t,this.originalLength=e,this.modifiedStart=n,this.modifiedLength=r}return t.prototype.getOriginalEnd=function(){return this.originalStart+this.originalLength},t.prototype.getModifiedEnd=function(){return this.modifiedStart+this.modifiedLength},t}()},function(t,e,n){"use strict";function r(t,e){switch(void 0===e&&(e=0),typeof t){case"object":return null===t?i(349,e):Array.isArray(t)?(n=t,u=i(104579,u=e),n.reduce((function(t,e){return r(e,t)}),u)):function(t,e){return e=i(181387,e),Object.keys(t).sort().reduce((function(e,n){return e=o(n,e),r(t[n],e)}),e)}(t,e);case"string":return o(t,e);case"boolean":return function(t,e){return i(t?433:863,e)}(t,e);case"number":return i(t,e);case"undefined":return i(0,937);default:return i(0,617)}var n,u}function i(t,e){return(e<<5)-e+t|0}function o(t,e){e=i(149417,e);for(var n=0,r=t.length;n<r;n++)e=i(t.charCodeAt(n),e);return e}n.r(e),n.d(e,"hash",(function(){return r})),n.d(e,"stringHash",(function(){return o}))},function(t,e,n){"use strict";n.r(e),n.d(e,"FIN",(function(){return u})),n.d(e,"Iterator",(function(){return i})),n.d(e,"ChainableIterator",(function(){return s})),n.d(e,"getSequenceIterator",(function(){return a})),n.d(e,"ArrayIterator",(function(){return c})),n.d(e,"ArrayNavigator",(function(){return f})),n.d(e,"MappedIterator",(function(){return l}));var r,i,o=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),u={done:!0,value:void 0};!function(t){var e={next:function(){return u}};t.empty=function(){return e},t.single=function(t){var e=!1;return{next:function(){return e?u:(e=!0,{done:!1,value:t})}}},t.fromArray=function(t,e,n){return void 0===e&&(e=0),void 0===n&&(n=t.length),{next:function(){return e>=n?u:{done:!1,value:t[e++]}}}},t.fromNativeIterator=function(t){return{next:function(){var e=t.next();return e.done?u:{done:!1,value:e.value}}}},t.from=function(e){return e?Array.isArray(e)?t.fromArray(e):e:t.empty()},t.map=function(t,e){return{next:function(){var n=t.next();return n.done?u:{done:!1,value:e(n.value)}}}},t.filter=function(t,e){return{next:function(){for(;;){var n=t.next();if(n.done)return u;if(e(n.value))return{done:!1,value:n.value}}}}},t.forEach=function(t,e){for(var n=t.next();!n.done;n=t.next())e(n.value)},t.collect=function(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY);var n=[];if(0===e)return n;for(var r=0,i=t.next();!i.done&&(n.push(i.value),!(++r>=e));i=t.next());return n},t.concat=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=0;return{next:function(){if(n>=t.length)return u;var e=t[n].next();return e.done?(n++,this.next()):e}}},t.chain=function(t){return new s(t)}}(i||(i={}));var s=function(){function t(t){this.it=t}return t.prototype.next=function(){return this.it.next()},t}();function a(t){return Array.isArray(t)?i.fromArray(t):t||i.empty()}var c=function(){function t(t,e,n,r){void 0===e&&(e=0),void 0===n&&(n=t.length),void 0===r&&(r=e-1),this.items=t,this.start=e,this.end=n,this.index=r}return t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},t.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},t}(),f=function(t){function e(e,n,r,i){return void 0===n&&(n=0),void 0===r&&(r=e.length),void 0===i&&(i=n-1),t.call(this,e,n,r,i)||this}return o(e,t),e.prototype.current=function(){return t.prototype.current.call(this)},e.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},e.prototype.first=function(){return this.index=this.start,this.current()},e.prototype.last=function(){return this.index=this.end-1,this.current()},e.prototype.parent=function(){return null},e}(c),l=function(){function t(t,e){this.iterator=t,this.fn=e}return t.prototype.next=function(){return this.fn(this.iterator.next())},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"URI",(function(){return d}));var r,i,o=n(4),u=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),s=/^\w[\w\d+.-]*$/,a=/^\//,c=/^\/\//;var f="/",l=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,d=function(){function t(t,e,n,r,i,o){void 0===o&&(o=!1),"object"==typeof t?(this.scheme=t.scheme||"",this.authority=t.authority||"",this.path=t.path||"",this.query=t.query||"",this.fragment=t.fragment||""):(this.scheme=function(t,e){return t||e?t:"file"}(t,o),this.authority=e||"",this.path=function(t,e){switch(t){case"https":case"http":case"file":e?e[0]!==f&&(e=f+e):e=f}return e}(this.scheme,n||""),this.query=r||"",this.fragment=i||"",function(t,e){if(!t.scheme&&e)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+t.authority+'", path: "'+t.path+'", query: "'+t.query+'", fragment: "'+t.fragment+'"}');if(t.scheme&&!s.test(t.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(t.path)if(t.authority){if(!a.test(t.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(c.test(t.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}(this,o))}return t.isUri=function(e){return e instanceof t||!!e&&("string"==typeof e.authority&&"string"==typeof e.fragment&&"string"==typeof e.path&&"string"==typeof e.query&&"string"==typeof e.scheme&&"function"==typeof e.fsPath&&"function"==typeof e.with&&"function"==typeof e.toString)},Object.defineProperty(t.prototype,"fsPath",{get:function(){return _(this)},enumerable:!0,configurable:!0}),t.prototype.with=function(t){if(!t)return this;var e=t.scheme,n=t.authority,r=t.path,i=t.query,o=t.fragment;return void 0===e?e=this.scheme:null===e&&(e=""),void 0===n?n=this.authority:null===n&&(n=""),void 0===r?r=this.path:null===r&&(r=""),void 0===i?i=this.query:null===i&&(i=""),void 0===o?o=this.fragment:null===o&&(o=""),e===this.scheme&&n===this.authority&&r===this.path&&i===this.query&&o===this.fragment?this:new p(e,n,r,i,o)},t.parse=function(t,e){void 0===e&&(e=!1);var n=l.exec(t);return n?new p(n[2]||"",b(n[4]||""),b(n[5]||""),b(n[7]||""),b(n[9]||""),e):new p("","","","","")},t.file=function(t){var e="";if(o.isWindows&&(t=t.replace(/\\/g,f)),t[0]===f&&t[1]===f){var n=t.indexOf(f,2);-1===n?(e=t.substring(2),t=f):(e=t.substring(2,n),t=t.substring(n)||f)}return new p("file",e,t,"","")},t.from=function(t){return new p(t.scheme,t.authority,t.path,t.query,t.fragment)},t.prototype.toString=function(t){return void 0===t&&(t=!1),y(this,t)},t.prototype.toJSON=function(){return this},t.revive=function(e){if(e){if(e instanceof t)return e;var n=new p(e);return n._formatted=e.external,n._fsPath=e._sep===h?e.fsPath:null,n}return e},t}(),h=o.isWindows?1:void 0,p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._formatted=null,e._fsPath=null,e}return u(e,t),Object.defineProperty(e.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=_(this)),this._fsPath},enumerable:!0,configurable:!0}),e.prototype.toString=function(t){return void 0===t&&(t=!1),t?y(this,!0):(this._formatted||(this._formatted=y(this,!1)),this._formatted)},e.prototype.toJSON=function(){var t={$mid:1};return this._fsPath&&(t.fsPath=this._fsPath,t._sep=h),this._formatted&&(t.external=this._formatted),this.path&&(t.path=this.path),this.scheme&&(t.scheme=this.scheme),this.authority&&(t.authority=this.authority),this.query&&(t.query=this.query),this.fragment&&(t.fragment=this.fragment),t},e}(d),m=((i={})[58]="%3A",i[47]="%2F",i[63]="%3F",i[35]="%23",i[91]="%5B",i[93]="%5D",i[64]="%40",i[33]="%21",i[36]="%24",i[38]="%26",i[39]="%27",i[40]="%28",i[41]="%29",i[42]="%2A",i[43]="%2B",i[44]="%2C",i[59]="%3B",i[61]="%3D",i[32]="%20",i);function g(t,e){for(var n=void 0,r=-1,i=0;i<t.length;i++){var o=t.charCodeAt(i);if(o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||45===o||46===o||95===o||126===o||e&&47===o)-1!==r&&(n+=encodeURIComponent(t.substring(r,i)),r=-1),void 0!==n&&(n+=t.charAt(i));else{void 0===n&&(n=t.substr(0,i));var u=m[o];void 0!==u?(-1!==r&&(n+=encodeURIComponent(t.substring(r,i)),r=-1),n+=u):-1===r&&(r=i)}}return-1!==r&&(n+=encodeURIComponent(t.substring(r))),void 0!==n?n:t}function v(t){for(var e=void 0,n=0;n<t.length;n++){var r=t.charCodeAt(n);35===r||63===r?(void 0===e&&(e=t.substr(0,n)),e+=m[r]):void 0!==e&&(e+=t[n])}return void 0!==e?e:t}function _(t){var e;return e=t.authority&&t.path.length>1&&"file"===t.scheme?"//"+t.authority+t.path:47===t.path.charCodeAt(0)&&(t.path.charCodeAt(1)>=65&&t.path.charCodeAt(1)<=90||t.path.charCodeAt(1)>=97&&t.path.charCodeAt(1)<=122)&&58===t.path.charCodeAt(2)?t.path[1].toLowerCase()+t.path.substr(2):t.path,o.isWindows&&(e=e.replace(/\//g,"\\")),e}function y(t,e){var n=e?v:g,r="",i=t.scheme,o=t.authority,u=t.path,s=t.query,a=t.fragment;if(i&&(r+=i,r+=":"),(o||"file"===i)&&(r+=f,r+=f),o){var c=o.indexOf("@");if(-1!==c){var l=o.substr(0,c);o=o.substr(c+1),-1===(c=l.indexOf(":"))?r+=n(l,!1):(r+=n(l.substr(0,c),!1),r+=":",r+=n(l.substr(c+1),!1)),r+="@"}-1===(c=(o=o.toLowerCase()).indexOf(":"))?r+=n(o,!1):(r+=n(o.substr(0,c),!1),r+=o.substr(c))}if(u){if(u.length>=3&&47===u.charCodeAt(0)&&58===u.charCodeAt(2))(d=u.charCodeAt(1))>=65&&d<=90&&(u="/"+String.fromCharCode(d+32)+":"+u.substr(3));else if(u.length>=2&&58===u.charCodeAt(1)){var d;(d=u.charCodeAt(0))>=65&&d<=90&&(u=String.fromCharCode(d+32)+":"+u.substr(2))}r+=n(u,!0)}return s&&(r+="?",r+=n(s,!1)),a&&(r+="#",r+=e?a:g(a,!1)),r}var C=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function b(t){return t.match(C)?t.replace(C,(function(t){return function t(e){try{return decodeURIComponent(e)}catch(n){return e.length>3?e.substr(0,3)+t(e.substr(3)):e}}(t)})):t}},function(t,e,n){"use strict";n.r(e),n.d(e,"Position",(function(){return r}));var r=function(){function t(t,e){this.lineNumber=t,this.column=e}return t.prototype.with=function(e,n){return void 0===e&&(e=this.lineNumber),void 0===n&&(n=this.column),e===this.lineNumber&&n===this.column?this:new t(e,n)},t.prototype.delta=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=0),this.with(this.lineNumber+t,this.column+e)},t.prototype.equals=function(e){return t.equals(this,e)},t.equals=function(t,e){return!t&&!e||!!t&&!!e&&t.lineNumber===e.lineNumber&&t.column===e.column},t.prototype.isBefore=function(e){return t.isBefore(this,e)},t.isBefore=function(t,e){return t.lineNumber<e.lineNumber||!(e.lineNumber<t.lineNumber)&&t.column<e.column},t.prototype.isBeforeOrEqual=function(e){return t.isBeforeOrEqual(this,e)},t.isBeforeOrEqual=function(t,e){return t.lineNumber<e.lineNumber||!(e.lineNumber<t.lineNumber)&&t.column<=e.column},t.compare=function(t,e){var n=0|t.lineNumber,r=0|e.lineNumber;return n===r?(0|t.column)-(0|e.column):n-r},t.prototype.clone=function(){return new t(this.lineNumber,this.column)},t.prototype.toString=function(){return"("+this.lineNumber+","+this.column+")"},t.lift=function(e){return new t(e.lineNumber,e.column)},t.isIPosition=function(t){return t&&"number"==typeof t.lineNumber&&"number"==typeof t.column},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"Range",(function(){return i}));var r=n(15),i=function(){function t(t,e,n,r){t>n||t===n&&e>r?(this.startLineNumber=n,this.startColumn=r,this.endLineNumber=t,this.endColumn=e):(this.startLineNumber=t,this.startColumn=e,this.endLineNumber=n,this.endColumn=r)}return t.prototype.isEmpty=function(){return t.isEmpty(this)},t.isEmpty=function(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn},t.prototype.containsPosition=function(e){return t.containsPosition(this,e)},t.containsPosition=function(t,e){return!(e.lineNumber<t.startLineNumber||e.lineNumber>t.endLineNumber)&&(!(e.lineNumber===t.startLineNumber&&e.column<t.startColumn)&&!(e.lineNumber===t.endLineNumber&&e.column>t.endColumn))},t.prototype.containsRange=function(e){return t.containsRange(this,e)},t.containsRange=function(t,e){return!(e.startLineNumber<t.startLineNumber||e.endLineNumber<t.startLineNumber)&&(!(e.startLineNumber>t.endLineNumber||e.endLineNumber>t.endLineNumber)&&(!(e.startLineNumber===t.startLineNumber&&e.startColumn<t.startColumn)&&!(e.endLineNumber===t.endLineNumber&&e.endColumn>t.endColumn)))},t.prototype.strictContainsRange=function(e){return t.strictContainsRange(this,e)},t.strictContainsRange=function(t,e){return!(e.startLineNumber<t.startLineNumber||e.endLineNumber<t.startLineNumber)&&(!(e.startLineNumber>t.endLineNumber||e.endLineNumber>t.endLineNumber)&&(!(e.startLineNumber===t.startLineNumber&&e.startColumn<=t.startColumn)&&!(e.endLineNumber===t.endLineNumber&&e.endColumn>=t.endColumn)))},t.prototype.plusRange=function(e){return t.plusRange(this,e)},t.plusRange=function(e,n){var r,i,o,u;return n.startLineNumber<e.startLineNumber?(r=n.startLineNumber,i=n.startColumn):n.startLineNumber===e.startLineNumber?(r=n.startLineNumber,i=Math.min(n.startColumn,e.startColumn)):(r=e.startLineNumber,i=e.startColumn),n.endLineNumber>e.endLineNumber?(o=n.endLineNumber,u=n.endColumn):n.endLineNumber===e.endLineNumber?(o=n.endLineNumber,u=Math.max(n.endColumn,e.endColumn)):(o=e.endLineNumber,u=e.endColumn),new t(r,i,o,u)},t.prototype.intersectRanges=function(e){return t.intersectRanges(this,e)},t.intersectRanges=function(e,n){var r=e.startLineNumber,i=e.startColumn,o=e.endLineNumber,u=e.endColumn,s=n.startLineNumber,a=n.startColumn,c=n.endLineNumber,f=n.endColumn;return r<s?(r=s,i=a):r===s&&(i=Math.max(i,a)),o>c?(o=c,u=f):o===c&&(u=Math.min(u,f)),r>o||r===o&&i>u?null:new t(r,i,o,u)},t.prototype.equalsRange=function(e){return t.equalsRange(this,e)},t.equalsRange=function(t,e){return!!t&&!!e&&t.startLineNumber===e.startLineNumber&&t.startColumn===e.startColumn&&t.endLineNumber===e.endLineNumber&&t.endColumn===e.endColumn},t.prototype.getEndPosition=function(){return new r.Position(this.endLineNumber,this.endColumn)},t.prototype.getStartPosition=function(){return new r.Position(this.startLineNumber,this.startColumn)},t.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},t.prototype.setEndPosition=function(e,n){return new t(this.startLineNumber,this.startColumn,e,n)},t.prototype.setStartPosition=function(e,n){return new t(e,n,this.endLineNumber,this.endColumn)},t.prototype.collapseToStart=function(){return t.collapseToStart(this)},t.collapseToStart=function(e){return new t(e.startLineNumber,e.startColumn,e.startLineNumber,e.startColumn)},t.fromPositions=function(e,n){return void 0===n&&(n=e),new t(e.lineNumber,e.column,n.lineNumber,n.column)},t.lift=function(e){return e?new t(e.startLineNumber,e.startColumn,e.endLineNumber,e.endColumn):null},t.isIRange=function(t){return t&&"number"==typeof t.startLineNumber&&"number"==typeof t.startColumn&&"number"==typeof t.endLineNumber&&"number"==typeof t.endColumn},t.areIntersectingOrTouching=function(t,e){return!(t.endLineNumber<e.startLineNumber||t.endLineNumber===e.startLineNumber&&t.endColumn<e.startColumn)&&!(e.endLineNumber<t.startLineNumber||e.endLineNumber===t.startLineNumber&&e.endColumn<t.startColumn)},t.areIntersecting=function(t,e){return!(t.endLineNumber<e.startLineNumber||t.endLineNumber===e.startLineNumber&&t.endColumn<=e.startColumn)&&!(e.endLineNumber<t.startLineNumber||e.endLineNumber===t.startLineNumber&&e.endColumn<=t.startColumn)},t.compareRangesUsingStarts=function(t,e){if(t&&e){var n=0|t.startLineNumber,r=0|e.startLineNumber;if(n===r){var i=0|t.startColumn,o=0|e.startColumn;if(i===o){var u=0|t.endLineNumber,s=0|e.endLineNumber;return u===s?(0|t.endColumn)-(0|e.endColumn):u-s}return i-o}return n-r}return(t?1:0)-(e?1:0)},t.compareRangesUsingEnds=function(t,e){return t.endLineNumber===e.endLineNumber?t.endColumn===e.endColumn?t.startLineNumber===e.startLineNumber?t.startColumn-e.startColumn:t.startLineNumber-e.startLineNumber:t.endColumn-e.endColumn:t.endLineNumber-e.endLineNumber},t.spansMultipleLines=function(t){return t.endLineNumber>t.startLineNumber},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"DiffComputer",(function(){return f}));var r=n(10),i=n(18);function o(t,e,n,i){return new r.LcsDiff(t,e,n).ComputeDiff(i)}var u=function(){function t(t){for(var e=[],n=[],r=0,i=t.length;r<i;r++)e[r]=l(t[r],1),n[r]=d(t[r],1);this.lines=t,this._startColumns=e,this._endColumns=n}return t.prototype.getElements=function(){for(var t=[],e=0,n=this.lines.length;e<n;e++)t[e]=this.lines[e].substring(this._startColumns[e]-1,this._endColumns[e]-1);return t},t.prototype.getStartLineNumber=function(t){return t+1},t.prototype.getEndLineNumber=function(t){return t+1},t.prototype.createCharSequence=function(t,e,n){for(var r=[],i=[],o=[],u=0,a=e;a<=n;a++)for(var c=this.lines[a],f=t?this._startColumns[a]:1,l=t?this._endColumns[a]:c.length+1,d=f;d<l;d++)r[u]=c.charCodeAt(d-1),i[u]=a+1,o[u]=d,u++;return new s(r,i,o)},t}(),s=function(){function t(t,e,n){this._charCodes=t,this._lineNumbers=e,this._columns=n}return t.prototype.getElements=function(){return this._charCodes},t.prototype.getStartLineNumber=function(t){return this._lineNumbers[t]},t.prototype.getStartColumn=function(t){return this._columns[t]},t.prototype.getEndLineNumber=function(t){return this._lineNumbers[t]},t.prototype.getEndColumn=function(t){return this._columns[t]+1},t}(),a=function(){function t(t,e,n,r,i,o,u,s){this.originalStartLineNumber=t,this.originalStartColumn=e,this.originalEndLineNumber=n,this.originalEndColumn=r,this.modifiedStartLineNumber=i,this.modifiedStartColumn=o,this.modifiedEndLineNumber=u,this.modifiedEndColumn=s}return t.createFromDiffChange=function(e,n,r){var i,o,u,s,a,c,f,l;return 0===e.originalLength?(i=0,o=0,u=0,s=0):(i=n.getStartLineNumber(e.originalStart),o=n.getStartColumn(e.originalStart),u=n.getEndLineNumber(e.originalStart+e.originalLength-1),s=n.getEndColumn(e.originalStart+e.originalLength-1)),0===e.modifiedLength?(a=0,c=0,f=0,l=0):(a=r.getStartLineNumber(e.modifiedStart),c=r.getStartColumn(e.modifiedStart),f=r.getEndLineNumber(e.modifiedStart+e.modifiedLength-1),l=r.getEndColumn(e.modifiedStart+e.modifiedLength-1)),new t(i,o,u,s,a,c,f,l)},t}();var c=function(){function t(t,e,n,r,i){this.originalStartLineNumber=t,this.originalEndLineNumber=e,this.modifiedStartLineNumber=n,this.modifiedEndLineNumber=r,this.charChanges=i}return t.createFromDiffResult=function(e,n,r,i,u,s,c){var f,l,d,h,p=void 0;if(0===n.originalLength?(f=r.getStartLineNumber(n.originalStart)-1,l=0):(f=r.getStartLineNumber(n.originalStart),l=r.getEndLineNumber(n.originalStart+n.originalLength-1)),0===n.modifiedLength?(d=i.getStartLineNumber(n.modifiedStart)-1,h=0):(d=i.getStartLineNumber(n.modifiedStart),h=i.getEndLineNumber(n.modifiedStart+n.modifiedLength-1)),s&&n.originalLength>0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&u()){var m=r.createCharSequence(e,n.originalStart,n.originalStart+n.originalLength-1),g=i.createCharSequence(e,n.modifiedStart,n.modifiedStart+n.modifiedLength-1),v=o(m,g,u,!0).changes;c&&(v=function(t){if(t.length<=1)return t;for(var e=[t[0]],n=e[0],r=1,i=t.length;r<i;r++){var o=t[r],u=o.originalStart-(n.originalStart+n.originalLength),s=o.modifiedStart-(n.modifiedStart+n.modifiedLength);Math.min(u,s)<3?(n.originalLength=o.originalStart+o.originalLength-n.originalStart,n.modifiedLength=o.modifiedStart+o.modifiedLength-n.modifiedStart):(e.push(o),n=o)}return e}(v)),p=[];for(var _=0,y=v.length;_<y;_++)p.push(a.createFromDiffChange(v[_],m,g))}return new t(f,l,d,h,p)},t}(),f=function(){function t(t,e,n){this.shouldComputeCharChanges=n.shouldComputeCharChanges,this.shouldPostProcessCharChanges=n.shouldPostProcessCharChanges,this.shouldIgnoreTrimWhitespace=n.shouldIgnoreTrimWhitespace,this.shouldMakePrettyDiff=n.shouldMakePrettyDiff,this.originalLines=t,this.modifiedLines=e,this.original=new u(t),this.modified=new u(e),this.continueLineDiff=h(n.maxComputationTime),this.continueCharDiff=h(0===n.maxComputationTime?0:Math.min(n.maxComputationTime,5e3))}return t.prototype.computeDiff=function(){if(1===this.original.lines.length&&0===this.original.lines[0].length)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:1,modifiedStartLineNumber:1,modifiedEndLineNumber:this.modified.lines.length,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};if(1===this.modified.lines.length&&0===this.modified.lines[0].length)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:this.original.lines.length,modifiedStartLineNumber:1,modifiedEndLineNumber:1,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};var t=o(this.original,this.modified,this.continueLineDiff,this.shouldMakePrettyDiff),e=t.changes,n=t.quitEarly;if(this.shouldIgnoreTrimWhitespace){for(var r=[],i=0,u=e.length;i<u;i++)r.push(c.createFromDiffResult(this.shouldIgnoreTrimWhitespace,e[i],this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges));return{quitEarly:n,changes:r}}for(var s=[],a=0,f=0,h=(i=-1,e.length);i<h;i++){for(var p=i+1<h?e[i+1]:null,m=p?p.originalStart:this.originalLines.length,g=p?p.modifiedStart:this.modifiedLines.length;a<m&&f<g;){var v=this.originalLines[a],_=this.modifiedLines[f];if(v!==_){for(var y=l(v,1),C=l(_,1);y>1&&C>1;){if(v.charCodeAt(y-2)!==_.charCodeAt(C-2))break;y--,C--}(y>1||C>1)&&this._pushTrimWhitespaceCharChange(s,a+1,1,y,f+1,1,C);for(var b=d(v,1),E=d(_,1),L=v.length+1,S=_.length+1;b<L&&E<S;){if(v.charCodeAt(b-1)!==v.charCodeAt(E-1))break;b++,E++}(b<L||E<S)&&this._pushTrimWhitespaceCharChange(s,a+1,b,L,f+1,E,S)}a++,f++}p&&(s.push(c.createFromDiffResult(this.shouldIgnoreTrimWhitespace,p,this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges)),a+=p.originalLength,f+=p.modifiedLength)}return{quitEarly:n,changes:s}},t.prototype._pushTrimWhitespaceCharChange=function(t,e,n,r,i,o,u){if(!this._mergeTrimWhitespaceCharChange(t,e,n,r,i,o,u)){var s=void 0;this.shouldComputeCharChanges&&(s=[new a(e,n,e,r,i,o,i,u)]),t.push(new c(e,e,i,i,s))}},t.prototype._mergeTrimWhitespaceCharChange=function(t,e,n,r,i,o,u){var s=t.length;if(0===s)return!1;var c=t[s-1];return 0!==c.originalEndLineNumber&&0!==c.modifiedEndLineNumber&&(c.originalEndLineNumber+1===e&&c.modifiedEndLineNumber+1===i&&(c.originalEndLineNumber=e,c.modifiedEndLineNumber=i,this.shouldComputeCharChanges&&c.charChanges&&c.charChanges.push(new a(e,n,e,r,i,o,i,u)),!0))},t}();function l(t,e){var n=i.firstNonWhitespaceIndex(t);return-1===n?e:n+1}function d(t,e){var n=i.lastNonWhitespaceIndex(t);return-1===n?e:n+2}function h(t){if(0===t)return function(){return!0};var e=Date.now();return function(){return Date.now()-e<t}}},function(t,e,n){"use strict";function r(t){return!t||"string"!=typeof t||0===t.trim().length}function i(t,e,n){void 0===n&&(n="0");for(var r=""+t,i=[r],o=r.length;o<e;o++)i.push(n);return i.reverse().join("")}n.r(e),n.d(e,"isFalsyOrWhitespace",(function(){return r})),n.d(e,"pad",(function(){return i})),n.d(e,"format",(function(){return u})),n.d(e,"escape",(function(){return s})),n.d(e,"escapeRegExpCharacters",(function(){return a})),n.d(e,"trim",(function(){return c})),n.d(e,"ltrim",(function(){return f})),n.d(e,"rtrim",(function(){return l})),n.d(e,"convertSimple2RegExpPattern",(function(){return d})),n.d(e,"startsWith",(function(){return h})),n.d(e,"endsWith",(function(){return p})),n.d(e,"createRegExp",(function(){return m})),n.d(e,"regExpLeadsToEndlessLoop",(function(){return g})),n.d(e,"regExpFlags",(function(){return v})),n.d(e,"firstNonWhitespaceIndex",(function(){return _})),n.d(e,"getLeadingWhitespace",(function(){return y})),n.d(e,"lastNonWhitespaceIndex",(function(){return C})),n.d(e,"compare",(function(){return b})),n.d(e,"compareIgnoreCase",(function(){return E})),n.d(e,"isLowerAsciiLetter",(function(){return L})),n.d(e,"isUpperAsciiLetter",(function(){return S})),n.d(e,"equalsIgnoreCase",(function(){return w})),n.d(e,"startsWithIgnoreCase",(function(){return O})),n.d(e,"commonPrefixLength",(function(){return T})),n.d(e,"commonSuffixLength",(function(){return x})),n.d(e,"isHighSurrogate",(function(){return I})),n.d(e,"isLowSurrogate",(function(){return M})),n.d(e,"getNextCodePoint",(function(){return P})),n.d(e,"nextCharLength",(function(){return k})),n.d(e,"prevCharLength",(function(){return R})),n.d(e,"containsRTL",(function(){return U})),n.d(e,"containsEmoji",(function(){return B})),n.d(e,"isBasicASCII",(function(){return j})),n.d(e,"containsFullWidthCharacter",(function(){return q})),n.d(e,"isFullWidthCharacter",(function(){return H})),n.d(e,"isEmojiImprecise",(function(){return Y})),n.d(e,"UTF8_BOM_CHARACTER",(function(){return V})),n.d(e,"startsWithUTF8BOM",(function(){return G})),n.d(e,"safeBtoa",(function(){return z})),n.d(e,"repeat",(function(){return Q})),n.d(e,"containsUppercaseCharacter",(function(){return $})),n.d(e,"singleLetterHash",(function(){return X})),n.d(e,"getGraphemeBreakType",(function(){return Z})),n.d(e,"breakBetweenGraphemeBreakType",(function(){return J}));var o=/{(\d+)}/g;function u(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return 0===e.length?t:t.replace(o,(function(t,n){var r=parseInt(n,10);return isNaN(r)||r<0||r>=e.length?t:e[r]}))}function s(t){return t.replace(/[<>&]/g,(function(t){switch(t){case"<":return"<";case">":return">";case"&":return"&";default:return t}}))}function a(t){return t.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function c(t,e){return void 0===e&&(e=" "),l(f(t,e),e)}function f(t,e){if(!t||!e)return t;var n=e.length;if(0===n||0===t.length)return t;for(var r=0;t.indexOf(e,r)===r;)r+=n;return t.substring(r)}function l(t,e){if(!t||!e)return t;var n=e.length,r=t.length;if(0===n||0===r)return t;for(var i=r,o=-1;-1!==(o=t.lastIndexOf(e,i-1))&&o+n===i;){if(0===o)return"";i=o}return t.substring(0,i)}function d(t){return t.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function h(t,e){if(t.length<e.length)return!1;if(t===e)return!0;for(var n=0;n<e.length;n++)if(t[n]!==e[n])return!1;return!0}function p(t,e){var n=t.length-e.length;return n>0?t.indexOf(e,n)===n:0===n&&t===e}function m(t,e,n){if(void 0===n&&(n={}),!t)throw new Error("Cannot create regex from empty string");e||(t=a(t)),n.wholeWord&&(/\B/.test(t.charAt(0))||(t="\\b"+t),/\B/.test(t.charAt(t.length-1))||(t+="\\b"));var r="";return n.global&&(r+="g"),n.matchCase||(r+="i"),n.multiline&&(r+="m"),n.unicode&&(r+="u"),new RegExp(t,r)}function g(t){return"^"!==t.source&&"^$"!==t.source&&"$"!==t.source&&"^\\s*$"!==t.source&&!(!t.exec("")||0!==t.lastIndex)}function v(t){return(t.global?"g":"")+(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")}function _(t){for(var e=0,n=t.length;e<n;e++){var r=t.charCodeAt(e);if(32!==r&&9!==r)return e}return-1}function y(t,e,n){void 0===e&&(e=0),void 0===n&&(n=t.length);for(var r=e;r<n;r++){var i=t.charCodeAt(r);if(32!==i&&9!==i)return t.substring(e,r)}return t.substring(e,n)}function C(t,e){void 0===e&&(e=t.length-1);for(var n=e;n>=0;n--){var r=t.charCodeAt(n);if(32!==r&&9!==r)return n}return-1}function b(t,e){return t<e?-1:t>e?1:0}function E(t,e){for(var n=Math.min(t.length,e.length),r=0;r<n;r++){var i=t.charCodeAt(r),o=e.charCodeAt(r);if(i!==o){S(i)&&(i+=32),S(o)&&(o+=32);var u=i-o;if(0!==u)return L(i)&&L(o)?u:b(t.toLowerCase(),e.toLowerCase())}}return t.length<e.length?-1:t.length>e.length?1:0}function L(t){return t>=97&&t<=122}function S(t){return t>=65&&t<=90}function N(t){return L(t)||S(t)}function w(t,e){return t.length===e.length&&A(t,e)}function A(t,e,n){void 0===n&&(n=t.length);for(var r=0;r<n;r++){var i=t.charCodeAt(r),o=e.charCodeAt(r);if(i!==o)if(N(i)&&N(o)){var u=Math.abs(i-o);if(0!==u&&32!==u)return!1}else if(String.fromCharCode(i).toLowerCase()!==String.fromCharCode(o).toLowerCase())return!1}return!0}function O(t,e){var n=e.length;return!(e.length>t.length)&&A(t,e,n)}function T(t,e){var n,r=Math.min(t.length,e.length);for(n=0;n<r;n++)if(t.charCodeAt(n)!==e.charCodeAt(n))return n;return r}function x(t,e){var n,r=Math.min(t.length,e.length),i=t.length-1,o=e.length-1;for(n=0;n<r;n++)if(t.charCodeAt(i-n)!==e.charCodeAt(o-n))return n;return r}function I(t){return 55296<=t&&t<=56319}function M(t){return 56320<=t&&t<=57343}function P(t,e,n){var r=t.charCodeAt(n);if(I(r)&&n+1<e){var i=t.charCodeAt(n+1);if(M(i))return i-56320+(r-55296<<10)+65536}return r}function D(t,e){var n=t.charCodeAt(e-1);if(M(n)&&e>1){var r=t.charCodeAt(e-2);if(I(r))return n-56320+(r-55296<<10)+65536}return n}function k(t,e){var n=tt.getInstance(),r=e,i=t.length,o=P(t,i,e);e+=o>=65536?2:1;for(var u=n.getGraphemeBreakType(o);e<i;){var s=P(t,i,e),a=n.getGraphemeBreakType(s);if(J(u,a))break;e+=s>=65536?2:1,u=a}return e-r}function R(t,e){var n=tt.getInstance(),r=e,i=D(t,e);e-=i>=65536?2:1;for(var o=n.getGraphemeBreakType(i);e>0;){var u=D(t,e),s=n.getGraphemeBreakType(u);if(J(s,o))break;e-=u>=65536?2:1,o=s}return r-e}var F=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function U(t){return F.test(t)}var K=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function B(t){return K.test(t)}var W=/^[\t\n\r\x20-\x7E]*$/;function j(t){return W.test(t)}function q(t){for(var e=0,n=t.length;e<n;e++)if(H(t.charCodeAt(e)))return!0;return!1}function H(t){return(t=+t)>=11904&&t<=55215||t>=63744&&t<=64255||t>=65281&&t<=65374}function Y(t){return t>=127462&&t<=127487||t>=9728&&t<=10175||t>=127744&&t<=128591||t>=128640&&t<=128764||t>=128992&&t<=129003||t>=129280&&t<=129535||t>=129648&&t<=129651||t>=129656&&t<=129666||t>=129680&&t<=129685}var V=String.fromCharCode(65279);function G(t){return!!(t&&t.length>0&&65279===t.charCodeAt(0))}function z(t){return btoa(encodeURIComponent(t))}function Q(t,e){for(var n="",r=0;r<e;r++)n+=t;return n}function $(t,e){return void 0===e&&(e=!1),!!t&&(e&&(t=t.replace(/\\./g,"")),t.toLowerCase()!==t)}function X(t){return(t%=52)<26?String.fromCharCode(97+t):String.fromCharCode(65+t-26)}function Z(t){return tt.getInstance().getGraphemeBreakType(t)}function J(t,e){return 0===t?5!==e&&7!==e:(2!==t||3!==e)&&(4===t||2===t||3===t||(4===e||2===e||3===e||(8!==t||8!==e&&9!==e&&11!==e&&12!==e)&&((11!==t&&9!==t||9!==e&&10!==e)&&((12!==t&&10!==t||10!==e)&&(5!==e&&13!==e&&(7!==e&&(1!==t&&((13!==t||14!==e)&&(6!==t||6!==e)))))))))}var tt=function(){function t(){this._data=JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}return t.getInstance=function(){return t._INSTANCE||(t._INSTANCE=new t),t._INSTANCE},t.prototype.getGraphemeBreakType=function(t){if(t<32)return 10===t?3:13===t?2:4;if(t<127)return 0;for(var e=this._data,n=e.length/3,r=1;r<=n;)if(t<e[3*r])r*=2;else{if(!(t>e[3*r+1]))return e[3*r+2];r=2*r+1}return 0},t._INSTANCE=null,t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"MirrorTextModel",(function(){return o}));var r=n(15),i=n(20),o=function(){function t(t,e,n,r){this._uri=t,this._lines=e,this._eol=n,this._versionId=r,this._lineStarts=null}return t.prototype.dispose=function(){this._lines.length=0},t.prototype.getText=function(){return this._lines.join(this._eol)},t.prototype.onEvents=function(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);for(var e=0,n=t.changes;e<n.length;e++){var i=n[e];this._acceptDeleteRange(i.range),this._acceptInsertText(new r.Position(i.range.startLineNumber,i.range.startColumn),i.text)}this._versionId=t.versionId},t.prototype._ensureLineStarts=function(){if(!this._lineStarts){for(var t=this._eol.length,e=this._lines.length,n=new Uint32Array(e),r=0;r<e;r++)n[r]=this._lines[r].length+t;this._lineStarts=new i.PrefixSumComputer(n)}},t.prototype._setLineText=function(t,e){this._lines[t]=e,this._lineStarts&&this._lineStarts.changeValue(t,this._lines[t].length+this._eol.length)},t.prototype._acceptDeleteRange=function(t){if(t.startLineNumber!==t.endLineNumber)this._setLineText(t.startLineNumber-1,this._lines[t.startLineNumber-1].substring(0,t.startColumn-1)+this._lines[t.endLineNumber-1].substring(t.endColumn-1)),this._lines.splice(t.startLineNumber,t.endLineNumber-t.startLineNumber),this._lineStarts&&this._lineStarts.removeValues(t.startLineNumber,t.endLineNumber-t.startLineNumber);else{if(t.startColumn===t.endColumn)return;this._setLineText(t.startLineNumber-1,this._lines[t.startLineNumber-1].substring(0,t.startColumn-1)+this._lines[t.startLineNumber-1].substring(t.endColumn-1))}},t.prototype._acceptInsertText=function(t,e){if(0!==e.length){var n=e.split(/\r\n|\r|\n/);if(1!==n.length){n[n.length-1]+=this._lines[t.lineNumber-1].substring(t.column-1),this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+n[0]);for(var r=new Uint32Array(n.length-1),i=1;i<n.length;i++)this._lines.splice(t.lineNumber+i-1,0,n[i]),r[i-1]=n[i].length+this._eol.length;this._lineStarts&&this._lineStarts.insertValues(t.lineNumber,r)}else this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+n[0]+this._lines[t.lineNumber-1].substring(t.column-1))}},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"PrefixSumIndexOfResult",(function(){return i})),n.d(e,"PrefixSumComputer",(function(){return o}));var r=n(21),i=function(t,e){this.index=t,this.remainder=e},o=function(){function t(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return t.prototype.insertValues=function(t,e){t=Object(r.toUint32)(t);var n=this.values,i=this.prefixSum,o=e.length;return 0!==o&&(this.values=new Uint32Array(n.length+o),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t),t+o),this.values.set(e,t),t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),this.prefixSum=new Uint32Array(this.values.length),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},t.prototype.changeValue=function(t,e){return t=Object(r.toUint32)(t),e=Object(r.toUint32)(e),this.values[t]!==e&&(this.values[t]=e,t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),!0)},t.prototype.removeValues=function(t,e){t=Object(r.toUint32)(t),e=Object(r.toUint32)(e);var n=this.values,i=this.prefixSum;if(t>=n.length)return!1;var o=n.length-t;return e>=o&&(e=o),0!==e&&(this.values=new Uint32Array(n.length-e),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t+e),t),this.prefixSum=new Uint32Array(this.values.length),t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},t.prototype.getTotalValue=function(){return 0===this.values.length?0:this._getAccumulatedValue(this.values.length-1)},t.prototype.getAccumulatedValue=function(t){return t<0?0:(t=Object(r.toUint32)(t),this._getAccumulatedValue(t))},t.prototype._getAccumulatedValue=function(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];var e=this.prefixSumValidIndex[0]+1;0===e&&(this.prefixSum[0]=this.values[0],e++),t>=this.values.length&&(t=this.values.length-1);for(var n=e;n<=t;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]},t.prototype.getIndexOf=function(t){t=Math.floor(t),this.getTotalValue();for(var e=0,n=this.values.length-1,r=0,o=0,u=0;e<=n;)if(r=e+(n-e)/2|0,t<(u=(o=this.prefixSum[r])-this.values[r]))n=r-1;else{if(!(t>=o))break;e=r+1}return new i(r,t-u)},t}()},function(t,e,n){"use strict";function r(t){return t<0?0:t>255?255:0|t}function i(t){return t<0?0:t>4294967295?4294967295:0|t}n.r(e),n.d(e,"toUint8",(function(){return r})),n.d(e,"toUint32",(function(){return i}))},function(t,e,n){"use strict";n.r(e),n.d(e,"USUAL_WORD_SEPARATORS",(function(){return r})),n.d(e,"DEFAULT_WORD_REGEXP",(function(){return i})),n.d(e,"ensureValidWordDefinition",(function(){return o})),n.d(e,"getWordAtText",(function(){return u}));var r="`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";var i=function(t){void 0===t&&(t="");for(var e="(-?\\d*\\.\\d\\w*)|([^",n=0,i=r;n<i.length;n++){var o=i[n];t.indexOf(o)>=0||(e+="\\"+o)}return e+="\\s]+)",new RegExp(e,"g")}();function o(t){var e=i;if(t&&t instanceof RegExp)if(t.global)e=t;else{var n="g";t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),e=new RegExp(t.source,n)}return e.lastIndex=0,e}function u(t,e,n,r){e.lastIndex=0;var i=e.exec(n);if(!i)return null;var o=i[0].indexOf(" ")>=0?function(t,e,n,r){var i,o=t-1-r;for(e.lastIndex=0;i=e.exec(n);){var u=i.index||0;if(u>o)return null;if(e.lastIndex>=o)return{word:i[0],startColumn:r+1+u,endColumn:r+1+e.lastIndex}}return null}(t,e,n,r):function(t,e,n,r){var i,o=t-1-r,u=n.lastIndexOf(" ",o-1)+1;for(e.lastIndex=u;i=e.exec(n);){var s=i.index||0;if(s<=o&&e.lastIndex>=o)return{word:i[0],startColumn:r+1+s,endColumn:r+1+e.lastIndex}}return null}(t,e,n,r);return e.lastIndex=0,o}},function(t,e,n){"use strict";n.r(e),n.d(e,"Uint8Matrix",(function(){return i})),n.d(e,"StateMachine",(function(){return o})),n.d(e,"LinkComputer",(function(){return a})),n.d(e,"computeLinks",(function(){return c}));var r=n(24),i=function(){function t(t,e,n){for(var r=new Uint8Array(t*e),i=0,o=t*e;i<o;i++)r[i]=n;this._data=r,this.rows=t,this.cols=e}return t.prototype.get=function(t,e){return this._data[t*this.cols+e]},t.prototype.set=function(t,e,n){this._data[t*this.cols+e]=n},t}(),o=function(){function t(t){for(var e=0,n=0,r=0,o=t.length;r<o;r++){var u=t[r],s=u[0];(f=u[1])>e&&(e=f),s>n&&(n=s),(l=u[2])>n&&(n=l)}e++,n++;var a=new i(n,e,0);for(r=0,o=t.length;r<o;r++){var c=t[r],f=(s=c[0],c[1]),l=c[2];a.set(s,f,l)}this._states=a,this._maxCharCode=e}return t.prototype.nextState=function(t,e){return e<0||e>=this._maxCharCode?0:this._states.get(t,e)},t}(),u=null;var s=null;var a=function(){function t(){}return t._createLink=function(t,e,n,r,i){var o=i-1;do{var u=e.charCodeAt(o);if(2!==t.get(u))break;o--}while(o>r);if(r>0){var s=e.charCodeAt(r-1),a=e.charCodeAt(o);(40===s&&41===a||91===s&&93===a||123===s&&125===a)&&o--}return{range:{startLineNumber:n,startColumn:r+1,endLineNumber:n,endColumn:o+2},url:e.substring(r,o+1)}},t.computeLinks=function(e,n){void 0===n&&(null===u&&(u=new o([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),n=u);for(var i=function(){if(null===s){s=new r.CharacterClassifier(0);for(var t=0;t<" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".length;t++)s.set(" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".charCodeAt(t),1);for(t=0;t<".,;".length;t++)s.set(".,;".charCodeAt(t),2);for(t=0;t<"\\".length;t++)s.set("\\".charCodeAt(t),3)}return s}(),a=[],c=1,f=e.getLineCount();c<=f;c++){for(var l=e.getLineContent(c),d=l.length,h=0,p=0,m=0,g=0,v=0,_=1,y=!1,C=!1,b=!1;h<d;){var E=!1,L=l.charCodeAt(h);if(13===_){var S=void 0;switch(L){case 40:y=!0,S=0;break;case 41:S=y?0:1;break;case 91:C=!0,S=0;break;case 93:S=C?0:1;break;case 123:b=!0,S=0;break;case 125:S=b?0:1;break;case 39:S=34===v||96===v?0:t._detectCompositeLinks(i,g,m);break;case 34:S=39===v||96===v?0:t._detectCompositeLinks(i,g,m);break;case 96:S=39===v||34===v?0:t._detectCompositeLinks(i,g,m);break;case 42:S=42===v?1:0;break;case 124:S=124===v?1:0;break;default:S=i.get(L)}1===S&&(a.push(t._createLink(i,l,c,p,h)),E=!0),4===S&&(a.push(t._createLink(i,l,c,p,h-1)),E=!0)}else if(12===_){S=void 0;91===L?(C=!0,S=0):S=i.get(L),1===S||4===S?E=!0:_=13}else 0===(_=n.nextState(_,L))&&(E=!0);E&&(_=1,y=!1,C=!1,b=!1,g=m,p=h+1,v=L),m=L,h++}13===_&&a.push(t._createLink(i,l,c,p,d))}return a},t._detectCompositeLinks=function(t,e,n){var r=t.get(e);return 3===r&&n===e?4:3===r&&n!==e?0:1},t}();function c(t){return t&&"function"==typeof t.getLineCount&&"function"==typeof t.getLineContent?a.computeLinks(t):[]}},function(t,e,n){"use strict";n.r(e),n.d(e,"CharacterClassifier",(function(){return i})),n.d(e,"CharacterSet",(function(){return o}));var r=n(21),i=function(){function t(e){var n=Object(r.toUint8)(e);this._defaultValue=n,this._asciiMap=t._createAsciiMap(n),this._map=new Map}return t._createAsciiMap=function(t){for(var e=new Uint8Array(256),n=0;n<256;n++)e[n]=t;return e},t.prototype.set=function(t,e){var n=Object(r.toUint8)(e);t>=0&&t<256?this._asciiMap[t]=n:this._map.set(t,n)},t.prototype.get=function(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue},t}(),o=function(){function t(){this._actual=new i(0)}return t.prototype.add=function(t){this._actual.set(t,1)},t.prototype.has=function(t){return 1===this._actual.get(t)},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"BasicInplaceReplace",(function(){return r}));var r=function(){function t(){this._defaultValueSet=[["true","false"],["True","False"],["Private","Public","Friend","ReadOnly","Partial","Protected","WriteOnly"],["public","protected","private"]]}return t.prototype.navigateValueSet=function(t,e,n,r,i){var o;if(t&&e&&(o=this.doNavigateValueSet(e,i)))return{range:t,value:o};if(n&&r&&(o=this.doNavigateValueSet(r,i)))return{range:n,value:o};return null},t.prototype.doNavigateValueSet=function(t,e){var n=this.numberReplace(t,e);return null!==n?n:this.textReplace(t,e)},t.prototype.numberReplace=function(t,e){var n=Math.pow(10,t.length-(t.lastIndexOf(".")+1)),r=Number(t),i=parseFloat(t);return isNaN(r)||isNaN(i)||r!==i?null:0!==r||e?(r=Math.floor(r*n),r+=e?n:-n,String(r/n)):null},t.prototype.textReplace=function(t,e){return this.valueSetsReplace(this._defaultValueSet,t,e)},t.prototype.valueSetsReplace=function(t,e,n){for(var r=null,i=0,o=t.length;null===r&&i<o;i++)r=this.valueSetReplace(t[i],e,n);return r},t.prototype.valueSetReplace=function(t,e,n){var r=t.indexOf(e);return r>=0?((r+=n?1:-1)<0?r=t.length-1:r%=t.length,t[r]):null},t.INSTANCE=new t,t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"KeyMod",(function(){return d})),n.d(e,"createMonacoBaseAPI",(function(){return h}));n(27);var r=n(30),i=n(31),o=n(34),u=n(14),s=n(15),a=n(16),c=n(35),f=n(36),l=n(37),d=function(){function t(){}return t.chord=function(t,e){return Object(o.KeyChord)(t,e)},t.CtrlCmd=2048,t.Shift=1024,t.Alt=512,t.WinCtrl=256,t}();function h(){return{editor:void 0,languages:void 0,CancellationTokenSource:r.CancellationTokenSource,Emitter:i.Emitter,KeyCode:l.KeyCode,KeyMod:d,Position:s.Position,Range:a.Range,Selection:c.Selection,SelectionDirection:l.SelectionDirection,MarkerSeverity:l.MarkerSeverity,MarkerTag:l.MarkerTag,Uri:u.URI,Token:f.Token}}},function(t,e,n){(function(t,e){(function(){"use strict";function n(t){var e=this.constructor;return this.then((function(n){return e.resolve(t()).then((function(){return n}))}),(function(n){return e.resolve(t()).then((function(){return e.reject(n)}))}))}var r=setTimeout;function i(){}function o(t){if(!(this instanceof o))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],l(t,this)}function u(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,o._immediateFn((function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null!==n){var r;try{r=n(t._value)}catch(t){return void a(e.promise,t)}s(e.promise,r)}else(1===t._state?s:a)(e.promise,t._value)}))):t._deferreds.push(e)}function s(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof o)return t._state=3,t._value=e,void c(t);if("function"==typeof n)return void l((r=n,i=e,function(){r.apply(i,arguments)}),t)}t._state=1,t._value=e,c(t)}catch(e){a(t,e)}var r,i}function a(t,e){t._state=2,t._value=e,c(t)}function c(t){2===t._state&&0===t._deferreds.length&&o._immediateFn((function(){t._handled||o._unhandledRejectionFn(t._value)}));for(var e=0,n=t._deferreds.length;e<n;e++)u(t,t._deferreds[e]);t._deferreds=null}function f(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}function l(t,e){var n=!1;try{t((function(t){n||(n=!0,s(e,t))}),(function(t){n||(n=!0,a(e,t))}))}catch(t){if(n)return;n=!0,a(e,t)}}o.prototype.catch=function(t){return this.then(null,t)},o.prototype.then=function(t,e){var n=new this.constructor(i);return u(this,new f(t,e,n)),n},o.prototype.finally=n,o.all=function(t){return new o((function(e,n){if(!t||void 0===t.length)throw new TypeError("Promise.all accepts an array");var r=Array.prototype.slice.call(t);if(0===r.length)return e([]);var i=r.length;function o(t,u){try{if(u&&("object"==typeof u||"function"==typeof u)){var s=u.then;if("function"==typeof s)return void s.call(u,(function(e){o(t,e)}),n)}r[t]=u,0==--i&&e(r)}catch(t){n(t)}}for(var u=0;u<r.length;u++)o(u,r[u])}))},o.resolve=function(t){return t&&"object"==typeof t&&t.constructor===o?t:new o((function(e){e(t)}))},o.reject=function(t){return new o((function(e,n){n(t)}))},o.race=function(t){return new o((function(e,n){for(var r=0,i=t.length;r<i;r++)t[r].then(e,n)}))},o._immediateFn="function"==typeof t&&function(e){t(e)}||function(t){r(t,0)},o._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var d=function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if(void 0!==e)return e;throw new Error("unable to locate global object")}();"Promise"in d?d.Promise.prototype.finally||(d.Promise.prototype.finally=n):d.Promise=o})()}).call(this,n(28).setImmediate,n(6))},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function o(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new o(i.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new o(i.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(29),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(6))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,i,o,u,s,a=1,c={},f=!1,l=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){p(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((o=new MessageChannel).port1.onmessage=function(t){p(t.data)},r=function(t){o.port2.postMessage(t)}):l&&"onreadystatechange"in l.createElement("script")?(i=l.documentElement,r=function(t){var e=l.createElement("script");e.onreadystatechange=function(){p(t),e.onreadystatechange=null,i.removeChild(e),e=null},i.appendChild(e)}):r=function(t){setTimeout(p,0,t)}:(u="setImmediate$"+Math.random()+"$",s=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(u)&&p(+e.data.slice(u.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(e){t.postMessage(u+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var i={callback:t,args:e};return c[a]=i,r(a),a++},d.clearImmediate=h}function h(t){delete c[t]}function p(t){if(f)setTimeout(p,0,t);else{var e=c[t];if(e){f=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{h(t),f=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(6),n(5))},function(t,e,n){"use strict";n.r(e),n.d(e,"CancellationToken",(function(){return r})),n.d(e,"CancellationTokenSource",(function(){return s}));var r,i=n(31),o=Object.freeze((function(t,e){var n=setTimeout(t.bind(e),0);return{dispose:function(){clearTimeout(n)}}}));!function(t){t.isCancellationToken=function(e){return e===t.None||e===t.Cancelled||(e instanceof u||!(!e||"object"!=typeof e)&&("boolean"==typeof e.isCancellationRequested&&"function"==typeof e.onCancellationRequested))},t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:i.Event.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:o})}(r||(r={}));var u=function(){function t(){this._isCancelled=!1,this._emitter=null}return t.prototype.cancel=function(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))},Object.defineProperty(t.prototype,"isCancellationRequested",{get:function(){return this._isCancelled},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"onCancellationRequested",{get:function(){return this._isCancelled?o:(this._emitter||(this._emitter=new i.Emitter),this._emitter.event)},enumerable:!0,configurable:!0}),t.prototype.dispose=function(){this._emitter&&(this._emitter.dispose(),this._emitter=null)},t}(),s=function(){function t(t){this._token=void 0,this._parentListener=void 0,this._parentListener=t&&t.onCancellationRequested(this.cancel,this)}return Object.defineProperty(t.prototype,"token",{get:function(){return this._token||(this._token=new u),this._token},enumerable:!0,configurable:!0}),t.prototype.cancel=function(){this._token?this._token instanceof u&&this._token.cancel():this._token=r.Cancelled},t.prototype.dispose=function(t){void 0===t&&(t=!1),t&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof u&&this._token.dispose():this._token=r.None},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"Event",(function(){return i})),n.d(e,"Emitter",(function(){return f})),n.d(e,"PauseableEmitter",(function(){return l})),n.d(e,"EventMultiplexer",(function(){return d})),n.d(e,"EventBufferer",(function(){return h})),n.d(e,"Relay",(function(){return p}));var r,i,o=n(2),u=n(32),s=n(3),a=n(33),c=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});!function(t){function e(t){return function(e,n,r){void 0===n&&(n=null);var i,o=!1;return i=t((function(t){if(!o)return i?i.dispose():o=!0,e.call(n,t)}),null,r),o&&i.dispose(),i}}function n(t,e){return u((function(n,r,i){return void 0===r&&(r=null),t((function(t){return n.call(r,e(t))}),null,i)}))}function r(t,e){return u((function(n,r,i){return void 0===r&&(r=null),t((function(t){e(t),n.call(r,t)}),null,i)}))}function i(t,e){return u((function(n,r,i){return void 0===r&&(r=null),t((function(t){return e(t)&&n.call(r,t)}),null,i)}))}function o(t,e,r){var i=r;return n(t,(function(t){return i=e(i,t)}))}function u(t){var e,n=new f({onFirstListenerAdd:function(){e=t(n.fire,n)},onLastListenerRemove:function(){e.dispose()}});return n.event}function a(t,e,n,r,i){var o;void 0===n&&(n=100),void 0===r&&(r=!1);var u=void 0,s=void 0,a=0,c=new f({leakWarningThreshold:i,onFirstListenerAdd:function(){o=t((function(t){a++,u=e(u,t),r&&!s&&(c.fire(u),u=void 0),clearTimeout(s),s=setTimeout((function(){var t=u;u=void 0,s=void 0,(!r||a>1)&&c.fire(t),a=0}),n)}))},onLastListenerRemove:function(){o.dispose()}});return c.event}function c(t){var e,n=!0;return i(t,(function(t){var r=n||t!==e;return n=!1,e=t,r}))}t.None=function(){return s.Disposable.None},t.once=e,t.map=n,t.forEach=r,t.filter=i,t.signal=function(t){return t},t.any=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return function(e,n,r){return void 0===n&&(n=null),s.combinedDisposable.apply(void 0,t.map((function(t){return t((function(t){return e.call(n,t)}),null,r)})))}},t.reduce=o,t.snapshot=u,t.debounce=a,t.stopwatch=function(t){var r=(new Date).getTime();return n(e(t),(function(t){return(new Date).getTime()-r}))},t.latch=c,t.buffer=function(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=[]);var r=n.slice(),i=t((function(t){r?r.push(t):u.fire(t)})),o=function(){r&&r.forEach((function(t){return u.fire(t)})),r=null},u=new f({onFirstListenerAdd:function(){i||(i=t((function(t){return u.fire(t)})))},onFirstListenerDidAdd:function(){r&&(e?setTimeout(o):o())},onLastListenerRemove:function(){i&&i.dispose(),i=null}});return u.event};var l=function(){function t(t){this.event=t}return t.prototype.map=function(e){return new t(n(this.event,e))},t.prototype.forEach=function(e){return new t(r(this.event,e))},t.prototype.filter=function(e){return new t(i(this.event,e))},t.prototype.reduce=function(e,n){return new t(o(this.event,e,n))},t.prototype.latch=function(){return new t(c(this.event))},t.prototype.debounce=function(e,n,r,i){return void 0===n&&(n=100),void 0===r&&(r=!1),new t(a(this.event,e,n,r,i))},t.prototype.on=function(t,e,n){return this.event(t,e,n)},t.prototype.once=function(t,n,r){return e(this.event)(t,n,r)},t}();t.chain=function(t){return new l(t)},t.fromNodeEventEmitter=function(t,e,n){void 0===n&&(n=function(t){return t});var r=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return i.fire(n.apply(void 0,t))},i=new f({onFirstListenerAdd:function(){return t.on(e,r)},onLastListenerRemove:function(){return t.removeListener(e,r)}});return i.event},t.fromDOMEventEmitter=function(t,e,n){void 0===n&&(n=function(t){return t});var r=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return i.fire(n.apply(void 0,t))},i=new f({onFirstListenerAdd:function(){return t.addEventListener(e,r)},onLastListenerRemove:function(){return t.removeEventListener(e,r)}});return i.event},t.fromPromise=function(t){var e=new f,n=!1;return t.then(void 0,(function(){return null})).then((function(){n?e.fire(void 0):setTimeout((function(){return e.fire(void 0)}),0)})),n=!0,e.event},t.toPromise=function(t){return new Promise((function(n){return e(t)(n)}))}}(i||(i={}));!function(){function t(t,e){void 0===e&&(e=Math.random().toString(18).slice(2,5)),this.customThreshold=t,this.name=e,this._warnCountdown=0}t.prototype.dispose=function(){this._stacks&&this._stacks.clear()},t.prototype.check=function(t){var e=this,n=-1;if("number"==typeof this.customThreshold&&(n=this.customThreshold),!(n<=0||t<n)){this._stacks||(this._stacks=new Map);var r=(new Error).stack.split("\n").slice(3).join("\n"),i=this._stacks.get(r)||0;if(this._stacks.set(r,i+1),this._warnCountdown-=1,this._warnCountdown<=0){var o;this._warnCountdown=.5*n;var u=0;this._stacks.forEach((function(t,e){(!o||u<t)&&(o=e,u=t)})),console.warn("["+this.name+"] potential listener LEAK detected, having "+t+" listeners already. MOST frequent listener ("+u+"):"),console.warn(o)}return function(){var t=e._stacks.get(r)||0;e._stacks.set(r,t-1)}}}}();var f=function(){function t(t){this._disposed=!1,this._options=t,this._leakageMon=void 0}return Object.defineProperty(t.prototype,"event",{get:function(){var e=this;return this._event||(this._event=function(n,r,i){e._listeners||(e._listeners=new a.LinkedList);var o=e._listeners.isEmpty();o&&e._options&&e._options.onFirstListenerAdd&&e._options.onFirstListenerAdd(e);var u,c,f=e._listeners.push(r?[n,r]:n);return o&&e._options&&e._options.onFirstListenerDidAdd&&e._options.onFirstListenerDidAdd(e),e._options&&e._options.onListenerDidAdd&&e._options.onListenerDidAdd(e,n,r),e._leakageMon&&(u=e._leakageMon.check(e._listeners.size)),c={dispose:function(){(u&&u(),c.dispose=t._noop,e._disposed)||(f(),e._options&&e._options.onLastListenerRemove&&(e._listeners&&!e._listeners.isEmpty()||e._options.onLastListenerRemove(e)))}},i instanceof s.DisposableStore?i.add(c):Array.isArray(i)&&i.push(c),c}),this._event},enumerable:!0,configurable:!0}),t.prototype.fire=function(t){if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new a.LinkedList);for(var e=this._listeners.iterator(),n=e.next();!n.done;n=e.next())this._deliveryQueue.push([n.value,t]);for(;this._deliveryQueue.size>0;){var r=this._deliveryQueue.shift(),i=r[0],u=r[1];try{"function"==typeof i?i.call(void 0,u):i[0].call(i[1],u)}catch(n){Object(o.onUnexpectedError)(n)}}}},t.prototype.dispose=function(){this._listeners&&this._listeners.clear(),this._deliveryQueue&&this._deliveryQueue.clear(),this._leakageMon&&this._leakageMon.dispose(),this._disposed=!0},t._noop=function(){},t}(),l=function(t){function e(e){var n=t.call(this,e)||this;return n._isPaused=0,n._eventQueue=new a.LinkedList,n._mergeFn=e&&e.merge,n}return c(e,t),e.prototype.pause=function(){this._isPaused++},e.prototype.resume=function(){if(0!==this._isPaused&&0==--this._isPaused)if(this._mergeFn){var e=this._eventQueue.toArray();this._eventQueue.clear(),t.prototype.fire.call(this,this._mergeFn(e))}else for(;!this._isPaused&&0!==this._eventQueue.size;)t.prototype.fire.call(this,this._eventQueue.shift())},e.prototype.fire=function(e){this._listeners&&(0!==this._isPaused?this._eventQueue.push(e):t.prototype.fire.call(this,e))},e}(f),d=function(){function t(){var t=this;this.hasListeners=!1,this.events=[],this.emitter=new f({onFirstListenerAdd:function(){return t.onFirstListenerAdd()},onLastListenerRemove:function(){return t.onLastListenerRemove()}})}return Object.defineProperty(t.prototype,"event",{get:function(){return this.emitter.event},enumerable:!0,configurable:!0}),t.prototype.add=function(t){var e=this,n={event:t,listener:null};this.events.push(n),this.hasListeners&&this.hook(n);return Object(s.toDisposable)(Object(u.once)((function(){e.hasListeners&&e.unhook(n);var t=e.events.indexOf(n);e.events.splice(t,1)})))},t.prototype.onFirstListenerAdd=function(){var t=this;this.hasListeners=!0,this.events.forEach((function(e){return t.hook(e)}))},t.prototype.onLastListenerRemove=function(){var t=this;this.hasListeners=!1,this.events.forEach((function(e){return t.unhook(e)}))},t.prototype.hook=function(t){var e=this;t.listener=t.event((function(t){return e.emitter.fire(t)}))},t.prototype.unhook=function(t){t.listener&&t.listener.dispose(),t.listener=null},t.prototype.dispose=function(){this.emitter.dispose()},t}(),h=function(){function t(){this.buffers=[]}return t.prototype.wrapEvent=function(t){var e=this;return function(n,r,i){return t((function(t){var i=e.buffers[e.buffers.length-1];i?i.push((function(){return n.call(r,t)})):n.call(r,t)}),void 0,i)}},t.prototype.bufferEvents=function(t){var e=[];this.buffers.push(e);var n=t();return this.buffers.pop(),e.forEach((function(t){return t()})),n},t}(),p=function(){function t(){var t=this;this.listening=!1,this.inputEvent=i.None,this.inputEventListener=s.Disposable.None,this.emitter=new f({onFirstListenerDidAdd:function(){t.listening=!0,t.inputEventListener=t.inputEvent(t.emitter.fire,t.emitter)},onLastListenerRemove:function(){t.listening=!1,t.inputEventListener.dispose()}}),this.event=this.emitter.event}return Object.defineProperty(t.prototype,"input",{set:function(t){this.inputEvent=t,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=t(this.emitter.fire,this.emitter))},enumerable:!0,configurable:!0}),t.prototype.dispose=function(){this.inputEventListener.dispose(),this.emitter.dispose()},t}()},function(t,e,n){"use strict";function r(t){var e,n=this,r=!1;return function(){return r?e:(r=!0,e=t.apply(n,arguments))}}n.r(e),n.d(e,"once",(function(){return r}))},function(t,e,n){"use strict";n.r(e),n.d(e,"LinkedList",(function(){return o}));var r=n(13),i=function(){function t(e){this.element=e,this.next=t.Undefined,this.prev=t.Undefined}return t.Undefined=new t(void 0),t}(),o=function(){function t(){this._first=i.Undefined,this._last=i.Undefined,this._size=0}return Object.defineProperty(t.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),t.prototype.isEmpty=function(){return this._first===i.Undefined},t.prototype.clear=function(){this._first=i.Undefined,this._last=i.Undefined,this._size=0},t.prototype.unshift=function(t){return this._insert(t,!1)},t.prototype.push=function(t){return this._insert(t,!0)},t.prototype._insert=function(t,e){var n=this,r=new i(t);if(this._first===i.Undefined)this._first=r,this._last=r;else if(e){var o=this._last;this._last=r,r.prev=o,o.next=r}else{var u=this._first;this._first=r,r.next=u,u.prev=r}this._size+=1;var s=!1;return function(){s||(s=!0,n._remove(r))}},t.prototype.shift=function(){if(this._first!==i.Undefined){var t=this._first.element;return this._remove(this._first),t}},t.prototype.pop=function(){if(this._last!==i.Undefined){var t=this._last.element;return this._remove(this._last),t}},t.prototype._remove=function(t){if(t.prev!==i.Undefined&&t.next!==i.Undefined){var e=t.prev;e.next=t.next,t.next.prev=e}else t.prev===i.Undefined&&t.next===i.Undefined?(this._first=i.Undefined,this._last=i.Undefined):t.next===i.Undefined?(this._last=this._last.prev,this._last.next=i.Undefined):t.prev===i.Undefined&&(this._first=this._first.next,this._first.prev=i.Undefined);this._size-=1},t.prototype.iterator=function(){var t,e=this._first;return{next:function(){return e===i.Undefined?r.FIN:(t?t.value=e.element:t={done:!1,value:e.element},e=e.next,t)}}},t.prototype.toArray=function(){for(var t=[],e=this._first;e!==i.Undefined;e=e.next)t.push(e.element);return t},t}()},function(t,e,n){"use strict";n.r(e),n.d(e,"KeyCodeUtils",(function(){return r})),n.d(e,"KeyChord",(function(){return c})),n.d(e,"createKeybinding",(function(){return f})),n.d(e,"createSimpleKeybinding",(function(){return l})),n.d(e,"SimpleKeybinding",(function(){return d})),n.d(e,"ChordKeybinding",(function(){return h})),n.d(e,"ResolvedKeybindingPart",(function(){return p})),n.d(e,"ResolvedKeybinding",(function(){return m}));var r,i=n(2),o=function(){function t(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}return t.prototype.define=function(t,e){this._keyCodeToStr[t]=e,this._strToKeyCode[e.toLowerCase()]=t},t.prototype.keyCodeToStr=function(t){return this._keyCodeToStr[t]},t.prototype.strToKeyCode=function(t){return this._strToKeyCode[t.toLowerCase()]||0},t}(),u=new o,s=new o,a=new o;function c(t,e){return(t|(65535&e)<<16>>>0)>>>0}function f(t,e){if(0===t)return null;var n=(65535&t)>>>0,r=(4294901760&t)>>>16;return new h(0!==r?[l(n,e),l(r,e)]:[l(n,e)])}function l(t,e){var n=!!(2048&t),r=!!(256&t);return new d(2===e?r:n,!!(1024&t),!!(512&t),2===e?n:r,255&t)}!function(){function t(t,e,n,r){void 0===n&&(n=e),void 0===r&&(r=n),u.define(t,e),s.define(t,n),a.define(t,r)}t(0,"unknown"),t(1,"Backspace"),t(2,"Tab"),t(3,"Enter"),t(4,"Shift"),t(5,"Ctrl"),t(6,"Alt"),t(7,"PauseBreak"),t(8,"CapsLock"),t(9,"Escape"),t(10,"Space"),t(11,"PageUp"),t(12,"PageDown"),t(13,"End"),t(14,"Home"),t(15,"LeftArrow","Left"),t(16,"UpArrow","Up"),t(17,"RightArrow","Right"),t(18,"DownArrow","Down"),t(19,"Insert"),t(20,"Delete"),t(21,"0"),t(22,"1"),t(23,"2"),t(24,"3"),t(25,"4"),t(26,"5"),t(27,"6"),t(28,"7"),t(29,"8"),t(30,"9"),t(31,"A"),t(32,"B"),t(33,"C"),t(34,"D"),t(35,"E"),t(36,"F"),t(37,"G"),t(38,"H"),t(39,"I"),t(40,"J"),t(41,"K"),t(42,"L"),t(43,"M"),t(44,"N"),t(45,"O"),t(46,"P"),t(47,"Q"),t(48,"R"),t(49,"S"),t(50,"T"),t(51,"U"),t(52,"V"),t(53,"W"),t(54,"X"),t(55,"Y"),t(56,"Z"),t(57,"Meta"),t(58,"ContextMenu"),t(59,"F1"),t(60,"F2"),t(61,"F3"),t(62,"F4"),t(63,"F5"),t(64,"F6"),t(65,"F7"),t(66,"F8"),t(67,"F9"),t(68,"F10"),t(69,"F11"),t(70,"F12"),t(71,"F13"),t(72,"F14"),t(73,"F15"),t(74,"F16"),t(75,"F17"),t(76,"F18"),t(77,"F19"),t(78,"NumLock"),t(79,"ScrollLock"),t(80,";",";","OEM_1"),t(81,"=","=","OEM_PLUS"),t(82,",",",","OEM_COMMA"),t(83,"-","-","OEM_MINUS"),t(84,".",".","OEM_PERIOD"),t(85,"/","/","OEM_2"),t(86,"`","`","OEM_3"),t(110,"ABNT_C1"),t(111,"ABNT_C2"),t(87,"[","[","OEM_4"),t(88,"\\","\\","OEM_5"),t(89,"]","]","OEM_6"),t(90,"'","'","OEM_7"),t(91,"OEM_8"),t(92,"OEM_102"),t(93,"NumPad0"),t(94,"NumPad1"),t(95,"NumPad2"),t(96,"NumPad3"),t(97,"NumPad4"),t(98,"NumPad5"),t(99,"NumPad6"),t(100,"NumPad7"),t(101,"NumPad8"),t(102,"NumPad9"),t(103,"NumPad_Multiply"),t(104,"NumPad_Add"),t(105,"NumPad_Separator"),t(106,"NumPad_Subtract"),t(107,"NumPad_Decimal"),t(108,"NumPad_Divide")}(),function(t){t.toString=function(t){return u.keyCodeToStr(t)},t.fromString=function(t){return u.strToKeyCode(t)},t.toUserSettingsUS=function(t){return s.keyCodeToStr(t)},t.toUserSettingsGeneral=function(t){return a.keyCodeToStr(t)},t.fromUserSettings=function(t){return s.strToKeyCode(t)||a.strToKeyCode(t)}}(r||(r={}));var d=function(){function t(t,e,n,r,i){this.ctrlKey=t,this.shiftKey=e,this.altKey=n,this.metaKey=r,this.keyCode=i}return t.prototype.equals=function(t){return this.ctrlKey===t.ctrlKey&&this.shiftKey===t.shiftKey&&this.altKey===t.altKey&&this.metaKey===t.metaKey&&this.keyCode===t.keyCode},t.prototype.isModifierKey=function(){return 0===this.keyCode||5===this.keyCode||57===this.keyCode||6===this.keyCode||4===this.keyCode},t.prototype.toChord=function(){return new h([this])},t.prototype.isDuplicateModifierCase=function(){return this.ctrlKey&&5===this.keyCode||this.shiftKey&&4===this.keyCode||this.altKey&&6===this.keyCode||this.metaKey&&57===this.keyCode},t}(),h=function(){function t(t){if(0===t.length)throw Object(i.illegalArgument)("parts");this.parts=t}return t.prototype.equals=function(t){if(null===t)return!1;if(this.parts.length!==t.parts.length)return!1;for(var e=0;e<this.parts.length;e++)if(!this.parts[e].equals(t.parts[e]))return!1;return!0},t}(),p=function(t,e,n,r,i,o){this.ctrlKey=t,this.shiftKey=e,this.altKey=n,this.metaKey=r,this.keyLabel=i,this.keyAriaLabel=o},m=function(){}},function(t,e,n){"use strict";n.r(e),n.d(e,"Selection",(function(){return s}));var r,i=n(15),o=n(16),u=(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),s=function(t){function e(e,n,r,i){var o=t.call(this,e,n,r,i)||this;return o.selectionStartLineNumber=e,o.selectionStartColumn=n,o.positionLineNumber=r,o.positionColumn=i,o}return u(e,t),e.prototype.toString=function(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"},e.prototype.equalsSelection=function(t){return e.selectionsEqual(this,t)},e.selectionsEqual=function(t,e){return t.selectionStartLineNumber===e.selectionStartLineNumber&&t.selectionStartColumn===e.selectionStartColumn&&t.positionLineNumber===e.positionLineNumber&&t.positionColumn===e.positionColumn},e.prototype.getDirection=function(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1},e.prototype.setEndPosition=function(t,n){return 0===this.getDirection()?new e(this.startLineNumber,this.startColumn,t,n):new e(t,n,this.startLineNumber,this.startColumn)},e.prototype.getPosition=function(){return new i.Position(this.positionLineNumber,this.positionColumn)},e.prototype.setStartPosition=function(t,n){return 0===this.getDirection()?new e(t,n,this.endLineNumber,this.endColumn):new e(this.endLineNumber,this.endColumn,t,n)},e.fromPositions=function(t,n){return void 0===n&&(n=t),new e(t.lineNumber,t.column,n.lineNumber,n.column)},e.liftSelection=function(t){return new e(t.selectionStartLineNumber,t.selectionStartColumn,t.positionLineNumber,t.positionColumn)},e.selectionsArrEqual=function(t,e){if(t&&!e||!t&&e)return!1;if(!t&&!e)return!0;if(t.length!==e.length)return!1;for(var n=0,r=t.length;n<r;n++)if(!this.selectionsEqual(t[n],e[n]))return!1;return!0},e.isISelection=function(t){return t&&"number"==typeof t.selectionStartLineNumber&&"number"==typeof t.selectionStartColumn&&"number"==typeof t.positionLineNumber&&"number"==typeof t.positionColumn},e.createWithDirection=function(t,n,r,i,o){return 0===o?new e(t,n,r,i):new e(r,i,t,n)},e}(o.Range)},function(t,e,n){"use strict";n.r(e),n.d(e,"Token",(function(){return r})),n.d(e,"TokenizationResult",(function(){return i})),n.d(e,"TokenizationResult2",(function(){return o}));var r=function(){function t(t,e,n){this.offset=0|t,this.type=e,this.language=n}return t.prototype.toString=function(){return"("+this.offset+", "+this.type+")"},t}(),i=function(t,e){this.tokens=t,this.endState=e},o=function(t,e){this.tokens=t,this.endState=e}},function(t,e,n){"use strict";var r,i,o,u,s,a,c,f,l,d,h,p,m,g,v,_,y,C,b,E,L,S,N,w,A,O,T,x,I,M,P,D,k;n.r(e),n.d(e,"AccessibilitySupport",(function(){return r})),n.d(e,"CompletionItemInsertTextRule",(function(){return i})),n.d(e,"CompletionItemKind",(function(){return o})),n.d(e,"CompletionItemTag",(function(){return u})),n.d(e,"CompletionTriggerKind",(function(){return s})),n.d(e,"ContentWidgetPositionPreference",(function(){return a})),n.d(e,"CursorChangeReason",(function(){return c})),n.d(e,"DefaultEndOfLine",(function(){return f})),n.d(e,"DocumentHighlightKind",(function(){return l})),n.d(e,"EditorAutoIndentStrategy",(function(){return d})),n.d(e,"EditorOption",(function(){return h})),n.d(e,"EndOfLinePreference",(function(){return p})),n.d(e,"EndOfLineSequence",(function(){return m})),n.d(e,"IndentAction",(function(){return g})),n.d(e,"KeyCode",(function(){return v})),n.d(e,"MarkerSeverity",(function(){return _})),n.d(e,"MarkerTag",(function(){return y})),n.d(e,"MinimapPosition",(function(){return C})),n.d(e,"MouseTargetType",(function(){return b})),n.d(e,"OverlayWidgetPositionPreference",(function(){return E})),n.d(e,"OverviewRulerLane",(function(){return L})),n.d(e,"RenderLineNumbersType",(function(){return S})),n.d(e,"RenderMinimap",(function(){return N})),n.d(e,"ScrollType",(function(){return w})),n.d(e,"ScrollbarVisibility",(function(){return A})),n.d(e,"SelectionDirection",(function(){return O})),n.d(e,"SignatureHelpTriggerKind",(function(){return T})),n.d(e,"SymbolKind",(function(){return x})),n.d(e,"SymbolTag",(function(){return I})),n.d(e,"TextEditorCursorBlinkingStyle",(function(){return M})),n.d(e,"TextEditorCursorStyle",(function(){return P})),n.d(e,"TrackedRangeStickiness",(function(){return D})),n.d(e,"WrappingIndent",(function(){return k})),function(t){t[t.Unknown=0]="Unknown",t[t.Disabled=1]="Disabled",t[t.Enabled=2]="Enabled"}(r||(r={})),function(t){t[t.KeepWhitespace=1]="KeepWhitespace",t[t.InsertAsSnippet=4]="InsertAsSnippet"}(i||(i={})),function(t){t[t.Method=0]="Method",t[t.Function=1]="Function",t[t.Constructor=2]="Constructor",t[t.Field=3]="Field",t[t.Variable=4]="Variable",t[t.Class=5]="Class",t[t.Struct=6]="Struct",t[t.Interface=7]="Interface",t[t.Module=8]="Module",t[t.Property=9]="Property",t[t.Event=10]="Event",t[t.Operator=11]="Operator",t[t.Unit=12]="Unit",t[t.Value=13]="Value",t[t.Constant=14]="Constant",t[t.Enum=15]="Enum",t[t.EnumMember=16]="EnumMember",t[t.Keyword=17]="Keyword",t[t.Text=18]="Text",t[t.Color=19]="Color",t[t.File=20]="File",t[t.Reference=21]="Reference",t[t.Customcolor=22]="Customcolor",t[t.Folder=23]="Folder",t[t.TypeParameter=24]="TypeParameter",t[t.Snippet=25]="Snippet"}(o||(o={})),function(t){t[t.Deprecated=1]="Deprecated"}(u||(u={})),function(t){t[t.Invoke=0]="Invoke",t[t.TriggerCharacter=1]="TriggerCharacter",t[t.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"}(s||(s={})),function(t){t[t.EXACT=0]="EXACT",t[t.ABOVE=1]="ABOVE",t[t.BELOW=2]="BELOW"}(a||(a={})),function(t){t[t.NotSet=0]="NotSet",t[t.ContentFlush=1]="ContentFlush",t[t.RecoverFromMarkers=2]="RecoverFromMarkers",t[t.Explicit=3]="Explicit",t[t.Paste=4]="Paste",t[t.Undo=5]="Undo",t[t.Redo=6]="Redo"}(c||(c={})),function(t){t[t.LF=1]="LF",t[t.CRLF=2]="CRLF"}(f||(f={})),function(t){t[t.Text=0]="Text",t[t.Read=1]="Read",t[t.Write=2]="Write"}(l||(l={})),function(t){t[t.None=0]="None",t[t.Keep=1]="Keep",t[t.Brackets=2]="Brackets",t[t.Advanced=3]="Advanced",t[t.Full=4]="Full"}(d||(d={})),function(t){t[t.acceptSuggestionOnCommitCharacter=0]="acceptSuggestionOnCommitCharacter",t[t.acceptSuggestionOnEnter=1]="acceptSuggestionOnEnter",t[t.accessibilitySupport=2]="accessibilitySupport",t[t.accessibilityPageSize=3]="accessibilityPageSize",t[t.ariaLabel=4]="ariaLabel",t[t.autoClosingBrackets=5]="autoClosingBrackets",t[t.autoClosingOvertype=6]="autoClosingOvertype",t[t.autoClosingQuotes=7]="autoClosingQuotes",t[t.autoIndent=8]="autoIndent",t[t.automaticLayout=9]="automaticLayout",t[t.autoSurround=10]="autoSurround",t[t.codeLens=11]="codeLens",t[t.colorDecorators=12]="colorDecorators",t[t.comments=13]="comments",t[t.contextmenu=14]="contextmenu",t[t.copyWithSyntaxHighlighting=15]="copyWithSyntaxHighlighting",t[t.cursorBlinking=16]="cursorBlinking",t[t.cursorSmoothCaretAnimation=17]="cursorSmoothCaretAnimation",t[t.cursorStyle=18]="cursorStyle",t[t.cursorSurroundingLines=19]="cursorSurroundingLines",t[t.cursorSurroundingLinesStyle=20]="cursorSurroundingLinesStyle",t[t.cursorWidth=21]="cursorWidth",t[t.disableLayerHinting=22]="disableLayerHinting",t[t.disableMonospaceOptimizations=23]="disableMonospaceOptimizations",t[t.dragAndDrop=24]="dragAndDrop",t[t.emptySelectionClipboard=25]="emptySelectionClipboard",t[t.extraEditorClassName=26]="extraEditorClassName",t[t.fastScrollSensitivity=27]="fastScrollSensitivity",t[t.find=28]="find",t[t.fixedOverflowWidgets=29]="fixedOverflowWidgets",t[t.folding=30]="folding",t[t.foldingStrategy=31]="foldingStrategy",t[t.foldingHighlight=32]="foldingHighlight",t[t.fontFamily=33]="fontFamily",t[t.fontInfo=34]="fontInfo",t[t.fontLigatures=35]="fontLigatures",t[t.fontSize=36]="fontSize",t[t.fontWeight=37]="fontWeight",t[t.formatOnPaste=38]="formatOnPaste",t[t.formatOnType=39]="formatOnType",t[t.glyphMargin=40]="glyphMargin",t[t.gotoLocation=41]="gotoLocation",t[t.hideCursorInOverviewRuler=42]="hideCursorInOverviewRuler",t[t.highlightActiveIndentGuide=43]="highlightActiveIndentGuide",t[t.hover=44]="hover",t[t.inDiffEditor=45]="inDiffEditor",t[t.letterSpacing=46]="letterSpacing",t[t.lightbulb=47]="lightbulb",t[t.lineDecorationsWidth=48]="lineDecorationsWidth",t[t.lineHeight=49]="lineHeight",t[t.lineNumbers=50]="lineNumbers",t[t.lineNumbersMinChars=51]="lineNumbersMinChars",t[t.links=52]="links",t[t.matchBrackets=53]="matchBrackets",t[t.minimap=54]="minimap",t[t.mouseStyle=55]="mouseStyle",t[t.mouseWheelScrollSensitivity=56]="mouseWheelScrollSensitivity",t[t.mouseWheelZoom=57]="mouseWheelZoom",t[t.multiCursorMergeOverlapping=58]="multiCursorMergeOverlapping",t[t.multiCursorModifier=59]="multiCursorModifier",t[t.multiCursorPaste=60]="multiCursorPaste",t[t.occurrencesHighlight=61]="occurrencesHighlight",t[t.overviewRulerBorder=62]="overviewRulerBorder",t[t.overviewRulerLanes=63]="overviewRulerLanes",t[t.parameterHints=64]="parameterHints",t[t.peekWidgetDefaultFocus=65]="peekWidgetDefaultFocus",t[t.quickSuggestions=66]="quickSuggestions",t[t.quickSuggestionsDelay=67]="quickSuggestionsDelay",t[t.readOnly=68]="readOnly",t[t.renderControlCharacters=69]="renderControlCharacters",t[t.renderIndentGuides=70]="renderIndentGuides",t[t.renderFinalNewline=71]="renderFinalNewline",t[t.renderLineHighlight=72]="renderLineHighlight",t[t.renderValidationDecorations=73]="renderValidationDecorations",t[t.renderWhitespace=74]="renderWhitespace",t[t.revealHorizontalRightPadding=75]="revealHorizontalRightPadding",t[t.roundedSelection=76]="roundedSelection",t[t.rulers=77]="rulers",t[t.scrollbar=78]="scrollbar",t[t.scrollBeyondLastColumn=79]="scrollBeyondLastColumn",t[t.scrollBeyondLastLine=80]="scrollBeyondLastLine",t[t.selectionClipboard=81]="selectionClipboard",t[t.selectionHighlight=82]="selectionHighlight",t[t.selectOnLineNumbers=83]="selectOnLineNumbers",t[t.showFoldingControls=84]="showFoldingControls",t[t.showUnused=85]="showUnused",t[t.snippetSuggestions=86]="snippetSuggestions",t[t.smoothScrolling=87]="smoothScrolling",t[t.stopRenderingLineAfter=88]="stopRenderingLineAfter",t[t.suggest=89]="suggest",t[t.suggestFontSize=90]="suggestFontSize",t[t.suggestLineHeight=91]="suggestLineHeight",t[t.suggestOnTriggerCharacters=92]="suggestOnTriggerCharacters",t[t.suggestSelection=93]="suggestSelection",t[t.tabCompletion=94]="tabCompletion",t[t.useTabStops=95]="useTabStops",t[t.wordSeparators=96]="wordSeparators",t[t.wordWrap=97]="wordWrap",t[t.wordWrapBreakAfterCharacters=98]="wordWrapBreakAfterCharacters",t[t.wordWrapBreakBeforeCharacters=99]="wordWrapBreakBeforeCharacters",t[t.wordWrapColumn=100]="wordWrapColumn",t[t.wordWrapMinified=101]="wordWrapMinified",t[t.wrappingIndent=102]="wrappingIndent",t[t.wrappingStrategy=103]="wrappingStrategy",t[t.editorClassName=104]="editorClassName",t[t.pixelRatio=105]="pixelRatio",t[t.tabFocusMode=106]="tabFocusMode",t[t.layoutInfo=107]="layoutInfo",t[t.wrappingInfo=108]="wrappingInfo"}(h||(h={})),function(t){t[t.TextDefined=0]="TextDefined",t[t.LF=1]="LF",t[t.CRLF=2]="CRLF"}(p||(p={})),function(t){t[t.LF=0]="LF",t[t.CRLF=1]="CRLF"}(m||(m={})),function(t){t[t.None=0]="None",t[t.Indent=1]="Indent",t[t.IndentOutdent=2]="IndentOutdent",t[t.Outdent=3]="Outdent"}(g||(g={})),function(t){t[t.Unknown=0]="Unknown",t[t.Backspace=1]="Backspace",t[t.Tab=2]="Tab",t[t.Enter=3]="Enter",t[t.Shift=4]="Shift",t[t.Ctrl=5]="Ctrl",t[t.Alt=6]="Alt",t[t.PauseBreak=7]="PauseBreak",t[t.CapsLock=8]="CapsLock",t[t.Escape=9]="Escape",t[t.Space=10]="Space",t[t.PageUp=11]="PageUp",t[t.PageDown=12]="PageDown",t[t.End=13]="End",t[t.Home=14]="Home",t[t.LeftArrow=15]="LeftArrow",t[t.UpArrow=16]="UpArrow",t[t.RightArrow=17]="RightArrow",t[t.DownArrow=18]="DownArrow",t[t.Insert=19]="Insert",t[t.Delete=20]="Delete",t[t.KEY_0=21]="KEY_0",t[t.KEY_1=22]="KEY_1",t[t.KEY_2=23]="KEY_2",t[t.KEY_3=24]="KEY_3",t[t.KEY_4=25]="KEY_4",t[t.KEY_5=26]="KEY_5",t[t.KEY_6=27]="KEY_6",t[t.KEY_7=28]="KEY_7",t[t.KEY_8=29]="KEY_8",t[t.KEY_9=30]="KEY_9",t[t.KEY_A=31]="KEY_A",t[t.KEY_B=32]="KEY_B",t[t.KEY_C=33]="KEY_C",t[t.KEY_D=34]="KEY_D",t[t.KEY_E=35]="KEY_E",t[t.KEY_F=36]="KEY_F",t[t.KEY_G=37]="KEY_G",t[t.KEY_H=38]="KEY_H",t[t.KEY_I=39]="KEY_I",t[t.KEY_J=40]="KEY_J",t[t.KEY_K=41]="KEY_K",t[t.KEY_L=42]="KEY_L",t[t.KEY_M=43]="KEY_M",t[t.KEY_N=44]="KEY_N",t[t.KEY_O=45]="KEY_O",t[t.KEY_P=46]="KEY_P",t[t.KEY_Q=47]="KEY_Q",t[t.KEY_R=48]="KEY_R",t[t.KEY_S=49]="KEY_S",t[t.KEY_T=50]="KEY_T",t[t.KEY_U=51]="KEY_U",t[t.KEY_V=52]="KEY_V",t[t.KEY_W=53]="KEY_W",t[t.KEY_X=54]="KEY_X",t[t.KEY_Y=55]="KEY_Y",t[t.KEY_Z=56]="KEY_Z",t[t.Meta=57]="Meta",t[t.ContextMenu=58]="ContextMenu",t[t.F1=59]="F1",t[t.F2=60]="F2",t[t.F3=61]="F3",t[t.F4=62]="F4",t[t.F5=63]="F5",t[t.F6=64]="F6",t[t.F7=65]="F7",t[t.F8=66]="F8",t[t.F9=67]="F9",t[t.F10=68]="F10",t[t.F11=69]="F11",t[t.F12=70]="F12",t[t.F13=71]="F13",t[t.F14=72]="F14",t[t.F15=73]="F15",t[t.F16=74]="F16",t[t.F17=75]="F17",t[t.F18=76]="F18",t[t.F19=77]="F19",t[t.NumLock=78]="NumLock",t[t.ScrollLock=79]="ScrollLock",t[t.US_SEMICOLON=80]="US_SEMICOLON",t[t.US_EQUAL=81]="US_EQUAL",t[t.US_COMMA=82]="US_COMMA",t[t.US_MINUS=83]="US_MINUS",t[t.US_DOT=84]="US_DOT",t[t.US_SLASH=85]="US_SLASH",t[t.US_BACKTICK=86]="US_BACKTICK",t[t.US_OPEN_SQUARE_BRACKET=87]="US_OPEN_SQUARE_BRACKET",t[t.US_BACKSLASH=88]="US_BACKSLASH",t[t.US_CLOSE_SQUARE_BRACKET=89]="US_CLOSE_SQUARE_BRACKET",t[t.US_QUOTE=90]="US_QUOTE",t[t.OEM_8=91]="OEM_8",t[t.OEM_102=92]="OEM_102",t[t.NUMPAD_0=93]="NUMPAD_0",t[t.NUMPAD_1=94]="NUMPAD_1",t[t.NUMPAD_2=95]="NUMPAD_2",t[t.NUMPAD_3=96]="NUMPAD_3",t[t.NUMPAD_4=97]="NUMPAD_4",t[t.NUMPAD_5=98]="NUMPAD_5",t[t.NUMPAD_6=99]="NUMPAD_6",t[t.NUMPAD_7=100]="NUMPAD_7",t[t.NUMPAD_8=101]="NUMPAD_8",t[t.NUMPAD_9=102]="NUMPAD_9",t[t.NUMPAD_MULTIPLY=103]="NUMPAD_MULTIPLY",t[t.NUMPAD_ADD=104]="NUMPAD_ADD",t[t.NUMPAD_SEPARATOR=105]="NUMPAD_SEPARATOR",t[t.NUMPAD_SUBTRACT=106]="NUMPAD_SUBTRACT",t[t.NUMPAD_DECIMAL=107]="NUMPAD_DECIMAL",t[t.NUMPAD_DIVIDE=108]="NUMPAD_DIVIDE",t[t.KEY_IN_COMPOSITION=109]="KEY_IN_COMPOSITION",t[t.ABNT_C1=110]="ABNT_C1",t[t.ABNT_C2=111]="ABNT_C2",t[t.MAX_VALUE=112]="MAX_VALUE"}(v||(v={})),function(t){t[t.Hint=1]="Hint",t[t.Info=2]="Info",t[t.Warning=4]="Warning",t[t.Error=8]="Error"}(_||(_={})),function(t){t[t.Unnecessary=1]="Unnecessary",t[t.Deprecated=2]="Deprecated"}(y||(y={})),function(t){t[t.Inline=1]="Inline",t[t.Gutter=2]="Gutter"}(C||(C={})),function(t){t[t.UNKNOWN=0]="UNKNOWN",t[t.TEXTAREA=1]="TEXTAREA",t[t.GUTTER_GLYPH_MARGIN=2]="GUTTER_GLYPH_MARGIN",t[t.GUTTER_LINE_NUMBERS=3]="GUTTER_LINE_NUMBERS",t[t.GUTTER_LINE_DECORATIONS=4]="GUTTER_LINE_DECORATIONS",t[t.GUTTER_VIEW_ZONE=5]="GUTTER_VIEW_ZONE",t[t.CONTENT_TEXT=6]="CONTENT_TEXT",t[t.CONTENT_EMPTY=7]="CONTENT_EMPTY",t[t.CONTENT_VIEW_ZONE=8]="CONTENT_VIEW_ZONE",t[t.CONTENT_WIDGET=9]="CONTENT_WIDGET",t[t.OVERVIEW_RULER=10]="OVERVIEW_RULER",t[t.SCROLLBAR=11]="SCROLLBAR",t[t.OVERLAY_WIDGET=12]="OVERLAY_WIDGET",t[t.OUTSIDE_EDITOR=13]="OUTSIDE_EDITOR"}(b||(b={})),function(t){t[t.TOP_RIGHT_CORNER=0]="TOP_RIGHT_CORNER",t[t.BOTTOM_RIGHT_CORNER=1]="BOTTOM_RIGHT_CORNER",t[t.TOP_CENTER=2]="TOP_CENTER"}(E||(E={})),function(t){t[t.Left=1]="Left",t[t.Center=2]="Center",t[t.Right=4]="Right",t[t.Full=7]="Full"}(L||(L={})),function(t){t[t.Off=0]="Off",t[t.On=1]="On",t[t.Relative=2]="Relative",t[t.Interval=3]="Interval",t[t.Custom=4]="Custom"}(S||(S={})),function(t){t[t.None=0]="None",t[t.Text=1]="Text",t[t.Blocks=2]="Blocks"}(N||(N={})),function(t){t[t.Smooth=0]="Smooth",t[t.Immediate=1]="Immediate"}(w||(w={})),function(t){t[t.Auto=1]="Auto",t[t.Hidden=2]="Hidden",t[t.Visible=3]="Visible"}(A||(A={})),function(t){t[t.LTR=0]="LTR",t[t.RTL=1]="RTL"}(O||(O={})),function(t){t[t.Invoke=1]="Invoke",t[t.TriggerCharacter=2]="TriggerCharacter",t[t.ContentChange=3]="ContentChange"}(T||(T={})),function(t){t[t.File=0]="File",t[t.Module=1]="Module",t[t.Namespace=2]="Namespace",t[t.Package=3]="Package",t[t.Class=4]="Class",t[t.Method=5]="Method",t[t.Property=6]="Property",t[t.Field=7]="Field",t[t.Constructor=8]="Constructor",t[t.Enum=9]="Enum",t[t.Interface=10]="Interface",t[t.Function=11]="Function",t[t.Variable=12]="Variable",t[t.Constant=13]="Constant",t[t.String=14]="String",t[t.Number=15]="Number",t[t.Boolean=16]="Boolean",t[t.Array=17]="Array",t[t.Object=18]="Object",t[t.Key=19]="Key",t[t.Null=20]="Null",t[t.EnumMember=21]="EnumMember",t[t.Struct=22]="Struct",t[t.Event=23]="Event",t[t.Operator=24]="Operator",t[t.TypeParameter=25]="TypeParameter"}(x||(x={})),function(t){t[t.Deprecated=1]="Deprecated"}(I||(I={})),function(t){t[t.Hidden=0]="Hidden",t[t.Blink=1]="Blink",t[t.Smooth=2]="Smooth",t[t.Phase=3]="Phase",t[t.Expand=4]="Expand",t[t.Solid=5]="Solid"}(M||(M={})),function(t){t[t.Line=1]="Line",t[t.Block=2]="Block",t[t.Underline=3]="Underline",t[t.LineThin=4]="LineThin",t[t.BlockOutline=5]="BlockOutline",t[t.UnderlineThin=6]="UnderlineThin"}(P||(P={})),function(t){t[t.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",t[t.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",t[t.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",t[t.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"}(D||(D={})),function(t){t[t.None=0]="None",t[t.Same=1]="Same",t[t.Indent=2]="Indent",t[t.DeepIndent=3]="DeepIndent"}(k||(k={}))}]);
//# sourceMappingURL=editor-65a9adfd5738ebdb404a1148e66d3e3d.worker.min.js.map