phantasmal-world/editor.worker.js

1 line
119 KiB
JavaScript
Raw Normal View History

2019-12-23 22:20:27 +08:00
!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="",n(n.s="5QBA")}({"5QBA":function(t,e,n){"use strict";n.r(e);var r=new(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}());function i(t){u(t)||r.onUnexpectedError(t)}function o(t){return t instanceof Error?{$isError:!0,name:t.name,message:t.message,stack:t.stacktrace||t.stack}:t}var s="Canceled";function u(t){return t instanceof Error&&t.name===s&&t.message===s}var a=!1,l="__is_disposable_tracked__";function f(t){if(a&&t&&t!==m.None)try{t[l]=!0}catch(t){}}function c(t){if(!a)return t;var e=new Error("Potentially leaked disposable").stack;return setTimeout((function(){t[l]||console.log(e)}),3e3),t}function h(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.forEach(f),c({dispose:function(){return function(t){return Array.isArray(t)?(t.forEach((function(t){t&&(f(t),t.dispose())})),[]):t?(f(t),t.dispose(),t):void 0}(t)}})}var d=function(){function t(){this._toDispose=new Set,this._isDisposed=!1}return t.prototype.dispose=function(){this._isDisposed||(f(this),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 f(t),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}(),m=function(){function t(){this._store=new d,c(this)}return t.prototype.dispose=function(){f(this),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}(),p=(function(){function t(){this._isDisposed=!1,c(this)}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(),t&&f(t),this._value=t)},enumerable:!0,configurable:!0}),t.prototype.clear=function(){this.value=void 0},t.prototype.dispose=function(){this._isDisposed=!0,f(this),this._value&&this._value.dispose(),this._value=void 0}}(),function(){function t(t){this.object=t}t.prototype.dispose=function(){}}(),n("MNsG"));Object.prototype.hasOwnProperty;function g(t){for(var e=[],n=0,r=function(t){for(var e=[],n=Object.getPrototypeOf(t);Object.prototype!==n;)e=e.concat(Object.getOwnPropertyNames(n)),n=Object.getPrototypeOf(n);return e}(t);n<r.length;n++){var i=r[n];"function"==typeof t[i]&&e.push(i)}return e}function _(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 s=o[i];r[s]=n(s)}return r}var v,y=(v=function(t,e){return(v=Obj