bitburner-src/dist/main.bundle.js

20 lines
2.0 MiB
JavaScript
Raw Normal View History

2022-08-18 19:41:58 +02:00
!function(t){function e(e){for(var a,o,s=e[0],l=e[1],c=e[2],u=0,m=[];u<s.length;u++)o=s[u],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&m.push(r[o][0]),r[o]=0;for(a in l)Object.prototype.hasOwnProperty.call(l,a)&&(t[a]=l[a]);for(f&&f(e);m.length;)m.shift()();return i.push.apply(i,c||[]),n()}function n(){for(var t,e=0;e<i.length;e++){for(var n=i[e],a=!0,s=1;s<n.length;s++){var l=n[s];0!==r[l]&&(a=!1)}a&&(i.splice(e--,1),t=o(o.s=n[0]))}return t}var a={},r={0:0},i=[];function o(e){if(a[e])return a[e].exports;var n=a[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=t,o.c=a,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)o.d(n,a,function(e){return t[e]}.bind(null,a));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="";var s=window.webpackJsonp=window.webpackJsonp||[],l=s.push.bind(s);s.push=e,s=s.slice();for(var c=0;c<s.length;c++)e(s[c]);var f=l;i.push([1563,1]),n()}([,function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s}));var a=n(613),r=n(111),i=n(15);let o=new a.a;function s(t){o=JSON.parse(t,i.c),o.money=parseFloat(o.money+""),o.exploits=Object(r.c)(o.exploits)}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(25),r=n(1),i=n(185),o=n(150),s=n(7),l=n(17),c=n(45),f=n(101),u=n(427),m=n(28),h=n(24),d=n(13),p=n(383),g=n(190),y=n(618),b=n(481),E=n(619),v=n(268),k=n(272),w=n(93);const S={string:_,number:function(t,e,n){if("string"==typeof n){const t=parseFloat(n);if(!isNaN(t))return t}else if("number"==typeof n){if(isNaN(n))throw L(t,`'${e}' is NaN.`);return n}throw L(t,`'${e}' should be a number.`)},scriptArgs:C,argsToString:function(t){let e="";for(let n of t)null!==n?void 0!==n?(n=Object(E.a)(n),e+="object"==typeof n?JSON.stringify(n):""+n):e+="undefined":e+="null";return e},isScriptErrorMessage:function(t){if(!Object(o.a)(t))return!1;return 4==t.split("|DELIMITER|").length},makeRuntimeRejectMsg:x,makeRuntimeErrorMsg:L,resolveNetscriptRequestedThreads:function(t,e){const n=t.workerScript.scriptRef.threads;if(!e)return isNaN(n)||n<1?1:n;const a=0|e;if(isNaN(e)||a<1)throw x(t.workerScript,`Invalid thread count passed to ${t.function}: ${e}. Threads must be a positive number.`);if(a>n)throw x(t.workerScript,`Too many threads requested by ${t.function}. Requested: ${e}. Has: ${n}.`);return a},checkEnvFlags:function(t){const e=t.workerScript;if(e.env.stopFlag)throw new i.a(e);if(e.env.runningFn&&"asleep"!==t.function)throw e.errorMessage=x(e,`Concurrent calls to Netscript functions are not allowed!\n Did you forget to await hack(), grow(), or some other\n promise-returning function?\n Currently running: ${e.env.runningFn} tried to run: ${t.function}`),e.delayReject&&e.delayReject(new i.a(e)),new i.a(e)},checkSingularityAccess:function(t){if(4!==r.a.bitNodeN&&0===r.a.sourceFileLvl(4))throw L(t,"This singularity function requires Source-File 4 to run. A power up you obtain later in the game.\n It will be very obvious when and how you can obtain it.")},netscriptDelay:function(t,e){const n=t.workerScript;return new Promise((function(a,r){n.delay=window.setTimeout(()=>{n.delay=null,n.delayReject=void 0,n.env.runningFn="",n.env.stopFlag?r(new i.a(n)):a()},e),n.delayReject=r,n.env.runningFn=t.function}))},updateDynamicRam:function(t,e){const n=t.workerScript,a=t.function;if(n.dynamicLoadedFns[a])return;n.dynamicLoadedFns[a]=!0;let r=n.scriptRef.threads;"number"!=typeof r&&(console.warn(`WorkerScript detected NaN for threadcount for ${n
2022-04-12 23:35:16 +02:00
/**
* @license
* JavaScript Interpreter
*
* Copyright 2013 Google Inc.
*
* 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
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
2022-08-17 20:34:00 +02:00
*/r.PARSE_OPTIONS={ecmaVersion:5,locations:!0},r.READONLY_DESCRIPTOR={configurable:!0,enumerable:!0,writable:!1},r.NONENUMERABLE_DESCRIPTOR={configurable:!0,enumerable:!1,writable:!0},r.READONLY_NONENUMERABLE_DESCRIPTOR={configurable:!0,enumerable:!1,writable:!1},r.VARIABLE_DESCRIPTOR={configurable:!1,enumerable:!0,writable:!0},r.STEP_ERROR={},r.SCOPE_REFERENCE={},r.VALUE_IN_DESCRIPTOR={},r.toStringCycles_=[],r.prototype.getErrorLineNumber=function(t){var e=this.sourceCode;if(null==t||null==t.start)return NaN;try{return((e=e.substring(0,t.start)).match(/\n/g)||[]).length+1-this.sourceCodeLineOffset}catch(t){return NaN}},r.prototype.getErrorLineNumberMessage=function(t){return isNaN(t)?" (Unknown line number)":t<=0?" (Error occurred in an imported function)":" (Line Number "+t+". This line number is probably incorrect if your script is importing any functions. This is being worked on)"},r.prototype.appendCode=function(t){var e=this.stateStack[0];if(!e||"Program"!==e.node.type)throw Error("Expecting original AST to start with a Program node.");if("string"==typeof t&&(t=a.a(t,r.PARSE_OPTIONS)),!t||"Program"!==t.type)throw Error("Expecting new AST to start with a Program node.");this.populateScope_(t,e.scope);for(var n,i=0;n=t.body[i];i++)e.node.body.push(n);e.done=!1},r.prototype.step=function(){var t=this.stateStack,e=t[t.length-1];if(!e)return!1;var n=e.node,a=n.type;if("Program"===a&&e.done)return!1;if(this.paused_)return!0;try{var i=this.stepFunctions_[a](t,e,n)}catch(t){if(t!==r.STEP_ERROR)throw t}return i&&t.push(i),!!n.end||this.step()},r.prototype.run=function(){for(;!this.paused_&&this.step(););return this.paused_},r.prototype.initGlobalScope=function(t){this.setProperty(t,"NaN",NaN,r.READONLY_DESCRIPTOR),this.setProperty(t,"Infinity",1/0,r.READONLY_DESCRIPTOR),this.setProperty(t,"undefined",void 0,r.READONLY_DESCRIPTOR),this.setProperty(t,"window",t,r.READONLY_DESCRIPTOR),this.setProperty(t,"this",t,r.READONLY_DESCRIPTOR),this.setProperty(t,"self",t),this.OBJECT_PROTO=new r.Object(null),this.FUNCTION_PROTO=new r.Object(this.OBJECT_PROTO),this.initFunction(t),this.initObject(t),t.proto=this.OBJECT_PROTO,this.setProperty(t,"constructor",this.OBJECT,r.NONENUMERABLE_DESCRIPTOR),this.initArray(t),this.initString(t),this.initBoolean(t),this.initNumber(t),this.initDate(t),this.initRegExp(t),this.initError(t),this.initMath(t),this.initJSON(t);var e=this,n=this.createNativeFunction((function(t){throw EvalError("Can't happen")}),!1);n.eval=!0,this.setProperty(t,"eval",n),this.setProperty(t,"parseInt",this.createNativeFunction(parseInt,!1)),this.setProperty(t,"parseFloat",this.createNativeFunction(parseFloat,!1)),this.setProperty(t,"isNaN",this.createNativeFunction(isNaN,!1)),this.setProperty(t,"isFinite",this.createNativeFunction(isFinite,!1));for(var a=[[escape,"escape"],[unescape,"unescape"],[decodeURI,"decodeURI"],[decodeURIComponent,"decodeURIComponent"],[encodeURI,"encodeURI"],[encodeURIComponent,"encodeURIComponent"]],i=0;i<a.length;i++){var o=function(t){return function(n){try{return t(n)}catch(t){e.throwException(e.URI_ERROR,t.message)}}}(a[i][0]);this.setProperty(t,a[i][1],this.createNativeFunction(o,!1),r.NONENUMERABLE_DESCRIPTOR)}this.OBJECT=this.OBJECT,this.OBJECT_PROTO=this.OBJECT_PROTO,this.FUNCTION=this.FUNCTION,this.FUNCTION_PROTO=this.FUNCTION_PROTO,this.ARRAY=this.ARRAY,this.ARRAY_PROTO=this.ARRAY_PROTO,this.REGEXP=this.REGEXP,this.REGEXP_PROTO=this.REGEXP_PROTO,this.DATE=this.DATE,this.DATE_PROTO=this.DATE_PROTO,this.UNDEFINED=void 0,this.NULL=null,this.NAN=NaN,this.TRUE=!0,this.FALSE=!1,this.STRING_EMPTY="",this.NUMBER_ZERO=0,this.NUMBER_ONE=1,this.initFunc_&&this.initFunc_(this,t)},r.prototype.initFunction=function(t){var e,n=this,i=/^[A-Za-z_$][\w$]*$/;(e=function(t){if(n.calledWithNew())var e=this;else e=n.createObjectProto(n.FUNCTION_PROTO);if(arguments.length)var o=String(arguments[arguments.length-1]);else o="";var s=Array.prototype.slice.call(arguments,0,-1).join(",").trim();if(s){for(var l=s.split(/\s*,\s*/),c=0;c<l.length;c++){var f=l[c];i.test(f)||n.throwException(n.SYNTAX_ERROR,"Invalid func
2022-04-12 23:35:16 +02:00
//# sourceMappingURL=main.bundle.js.map