21 lines
3.5 MiB
JavaScript
21 lines
3.5 MiB
JavaScript
![]() |
(function(e){var n={};function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var a in e)t.d(r,a,function(n){return e[n]}.bind(null,a));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e["default"]}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="/",t(t.s="d0c7")})({"30db":function(e,n,t){"use strict";(function(e,r){t.d(n,"c",(function(){return _})),t.d(n,"b",(function(){return g})),t.d(n,"a",(function(){return v}));var a="en",i=!1,o=!1,s=!1,c=!1,l=void 0,u=void 0,d="undefined"!==typeof e&&"undefined"!==typeof e.versions&&"undefined"!==typeof e.versions.electron&&"renderer"===e.type;if("object"!==typeof navigator||d){if("object"===typeof e){i="win32"===e.platform,o="darwin"===e.platform,s="linux"===e.platform,l=a,a;var p=Object({VUE_APP_BASE_API:"",NODE_ENV:"production",BASE_URL:"/"})["VSCODE_NLS_CONFIG"];if(p)try{var m=JSON.parse(p),f=m.availableLanguages["*"];l=m.locale,f||a,m._translationsConfigFile}catch(h){}!0}}else u=navigator.userAgent,i=u.indexOf("Windows")>=0,o=u.indexOf("Macintosh")>=0,u.indexOf("Macintosh")>=0&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,s=u.indexOf("Linux")>=0,c=!0,l=navigator.language,l;var _=i,g=c,y="object"===typeof self?self:"object"===typeof r?r:{},v=y;(function(){if(v.setImmediate)return v.setImmediate.bind(v);if("function"===typeof v.postMessage&&!v.importScripts){var n=[];v.addEventListener("message",(function(e){if(e.data&&e.data.vscodeSetImmediateId)for(var t=0,r=n.length;t<r;t++){var a=n[t];if(a.id===e.data.vscodeSetImmediateId)return n.splice(t,1),void a.callback()}}));var t=0;return function(e){var r=++t;n.push({id:r,callback:e}),v.postMessage({vscodeSetImmediateId:r},"*")}}if("undefined"!==typeof e&&"function"===typeof e.nextTick)return e.nextTick.bind(e);var r=Promise.resolve()})()}).call(this,t("4362"),t("c8ba"))},4362:function(e,n,t){n.nextTick=function(e){var n=Array.prototype.slice.call(arguments);n.shift(),setTimeout((function(){e.apply(null,n)}),0)},n.platform=n.arch=n.execPath=n.title="browser",n.pid=1,n.browser=!0,n.env={},n.argv=[],n.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,r="/";n.cwd=function(){return r},n.chdir=function(n){e||(e=t("df7c")),r=e.resolve(n,r)}}(),n.exit=n.kill=n.umask=n.dlopen=n.uptime=n.memoryUsage=n.uvCounters=function(){},n.features={}},5110:function(e,n,t){(function(e){
|
||
|
/*!
|
||
|
Copyright (c) 2014 Taylor Hakes
|
||
|
Copyright (c) 2014 Forbes Lindesay
|
||
|
*/
|
||
|
(function(e,n){n()})(0,(function(){"use strict";function n(e){var n=this.constructor;return this.then((function(t){return n.resolve(e()).then((function(){return t}))}),(function(t){return n.resolve(e()).then((function(){return n.reject(t)}))}))}var t=setTimeout;function r(){}function a(e,n){return function(){e.apply(n,arguments)}}function i(e){if(!(this instanceof i))throw new TypeError("Promises must be constructed via new");if("function"!==typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],d(e,this)}function o(e,n){while(3===e._state)e=e._value;0!==e._state?(e._handled=!0,i._immediateFn((function(){var t=1===e._state?n.onFulfilled:n.onRejected;if(null!==t){var r;try{r=t(e._value)}catch(a){return void c(n.promise,a)}s(n.promise,r)}else(1===e._state?s:c)(n.promise,e._value)}))):e._deferreds.push(n)}function s(e,n){try{if(n===e)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"===typeof n||"function"===typeof n)){var t=n.then;if(n instanceof i)return e._state=3,e._value=n,void l(e);if("function"===typeof t)return void d(a(t,n),e)}e._state=1,e._value=n,l(e)}catch(r){c(e,r)}}function c(e,n){e._state=2,e._value=n,l(e)}function l(e){2===e._state&&0===e._deferreds.length&&i._immediateFn((function(){e._handled||i._unhandledRejectionFn(e._value)}));for(var n=0,t=e._deferreds.length;n<t;n++)o(e,e._deferreds[n]);e._deferreds=null}function u(e,n,t){this.onFulfilled="function"===typeof e?e:null,this.onRejected="function"===typeof n?n:null,this.promise=t}function d(e,n){var t=!1;try{e((function(e){t||(t=!0,s(n,e))}),(function(e){t||(t=!0,c(n,e))}))}catch(r){if(t)return;t=!0,c(n,r)}}i.prototype["catch"]=function(e){return this.then(null,e)},i.prototype.then=function(e,n){var t=new this.constructor(r);return o(this,new u(e,n,t)),t},i.prototype["finally"]=n,i.all=function(e){return new i((function(n,t){if(!e||"undefined"===typeof e.length)throw new TypeError("Promise.all accepts an array");var r=Array.prototype.slice.call(e);if(0===r.length)return n([]);var a=r.length;function i(e,o){try{if(o&&("object"===typeof o||"function"===typeof o)){var s=o.then;if("function"===typeof s)return void s.call(o,(function(n){i(e,n)}),t)}r[e]=o,0===--a&&n(r)}catch(c){t(c)}}for(var o=0;o<r.length;o++)i(o,r[o])}))},i.resolve=function(e){return e&&"object"===typeof e&&e.constructor===i?e:new i((function(n){n(e)}))},i.reject=function(e){return new i((function(n,t){t(e)}))},i.race=function(e){return new i((function(n,t){for(var r=0,a=e.length;r<a;r++)e[r].then(n,t)}))},i._immediateFn="function"===typeof setImmediate&&function(e){setImmediate(e)}||function(e){t(e,0)},i._unhandledRejectionFn=function(e){"undefined"!==typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)};var p=function(){if("undefined"!==typeof self)return self;if("undefined"!==typeof window)return window;if("undefined"!==typeof e)return e;throw new Error("unable to locate global object")}();"Promise"in p?p.Promise.prototype["finally"]||(p.Promise.prototype["finally"]=n):p["Promise"]=i}))}).call(this,t("c8ba"))},"973d":function(e,n,t){"use strict";(function(e,r,a){t.d(n,"c",(function(){return m})),t.d(n,"a",(function(){return f})),t.d(n,"b",(function(){return _}));
|
||
|
/*! *****************************************************************************
|
||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||
|
this file except in compliance with the License. You may obtain a copy of the
|
||
|
License at http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
||
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
||
|
MERCHANTABLITY OR NON-INFRINGEMENT.
|
||
|
|
||
|
See the Apache Version 2.0 License for specific language governing permissions
|
||
|
and limitations under the License.
|
||
|
***************************************************************************** */
|
||
|
var i=function(){for(var e=0,n=0,t=arguments.length;n<t;n++)e+=arguments[n].length;var r=Array(e),a=0;for(n=0;n<t;n++)for(var i=arguments[n],o=0,s=i.length;o<s;o++,a++)r[a]=i[o];return r},o=function(){return o=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var a in n=arguments[t],n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a]);return e},o.apply(this,arguments)},s=function(e,n){var t,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(e){return function(n){return c([e,n])}}function c(i){if(t)throw new TypeError("Generator is already executing.");while(o)try{if(t=1,r&&(a=2&i[0]?r["return"]:i[0]?r["throw"]||((a=r["return"])&&a.call(r),0):r.next)&&!(a=a.call(r,i[1])).done)return a;switch(r=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,r=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(a=o.trys,!(a=a.length>0&&a[a.length-1])&&(6===i[0]||2===i[0])){o=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){o.label=i[1];break}if(6===i[0]&&o.label<a[1]){o.label=a[1],a=i;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(i);break}a[2]&&o.ops.pop(),o.trys.pop();continue}i=n.call(e,o)}catch(s){i=[6,s],r=0}finally{t=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}},c=function(e,n){return Object.defineProperty?Object.defineProperty(e,"raw",{value:n}):e.raw=n,e},l=function(){var e=function(n,t){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var t in n)n.hasOwnProperty(t)&&(e[t]=n[t])},e(n,t)};return function(n,t){function r(){this.constructor=n}e(n,t),n.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}}();(function(e){function n(){function e(){var e=Object.create(null);return e.__=void 0,delete e.__,e}var n=function(){function e(e,n){this.currentEntry=e,this.selector=n}return e.prototype.next=function(){while(this.currentEntry){var e=!!this.currentEntry.skipNext;if(this.currentEntry=this.currentEntry.nextEntry,!e)break}return this.currentEntry?{value:this.selector(this.currentEntry.key,this.currentEntry.value),done:!1}:{value:void 0,done:!0}},e}();return function(){function t(){this.data=e(),this.size=0,this.firstEntry={},this.lastEntry=this.firstEntry}return t.prototype.get=function(e){var n=this.data[e];return n&&n.value},t.prototype.set=function(e,n){if(this.has(e))this.data[e].value=n;else{this.size++;var t={key:e,value:n};this.data[e]=t;var r=this.lastEntry;r.nextEntry=t,t.previousEntry=r,this.lastEntry=t}return this},t.prototype.has=function(e){return e in this.data},t.prototype.delete=function(e){if(this.has(e)){this.size--;var n=this.data[e];delete this.data[e];var t=n.previousEntry;return t.nextEntry=n.nextEntry,n.nextEntry&&(n.nextEntry.previousEntry=t),this.lastEntry===n&&(this.lastEntry=t),n.previousEntry=void 0,n.nextEntry=t,n.skipNext=!0,!0}return!1},t.prototype.clear=function(){this.data=e(),this.size=0;var n=this.firstEntry,t=n.nextEntry;while(t){var r=t.nextEntry;t.previousEntry=void 0,t.nextEntry=n,t.skipNext=!0,t=r}n.nextEntry=void 0,this.lastEntry=n},t.prototype.keys=function(){return new n(this.firstEntry,(function(e){return e}))},t.prototype.values=function(){return new n(this.firstEntry,(function(e,n){return n}))},t.prototype.entries=function(){return new n(this.firstEntry,(function(e,n){return[e,n]}))},t.prototype.forEach=function(e){var n=this.entries();while(1){var t=n.next();if(t.done)break;var r=t.value,a=r[0],i=r[1];e(i,a)}},t}()}e.createMapShim=n})(u||(u={})),function(e){e.versionMajorMinor="3.7",e.version=e.versionMajorMinor+".5"}(u||(u={})),function(e){(function(e){e[e["LessThan"]=-1]="LessThan",e[e["EqualTo"]=0]="EqualTo",e[e["GreaterThan"]=1]="GreaterThan"})(e.Comparison||(e.Comparison={}))}(u||(u={})),function(e){function n(){return"undefined"!==typeof Map&&"entries"in Map.prototype?Map:void 0}e.tryGetNativeMap=n}(u||(u=
|