bitburner-src/src/Netscript
omuretsu 7a384d53f4 typefix netscriptFunctions (see desc)
* Types for InternalFunction and ExternalFunction have been modified to actually typecheck ns functions against docs.
* Internal functions are required to use unknown for any params on the inner function.
* Return types for internal function inner-function must match the respective external function.
* Added new typecheck assertion function for asserting dynamic object types, to allow unknownifying params that were previously hardcoded objec structures.
* Because type assertion for parameter types and return types is enforced by InternalAPI, removed all duplicate type declarations on NetscriptFunction params and returns.
2022-10-12 08:49:27 -04:00
..
APIWrapper.ts typefix netscriptFunctions (see desc) 2022-10-12 08:49:27 -04:00
Environment.ts See description 2022-10-04 06:40:10 -04:00
killWorkerScript.ts Update killWorkerScript.ts 2022-09-29 08:20:49 -04:00
NetscriptHelpers.ts typefix netscriptFunctions (see desc) 2022-10-12 08:49:27 -04:00
Pid.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
RamCostGenerator.ts add hoop before exposing 2022-10-11 21:02:04 -04:00
RecentScripts.ts fix a few things about getRecentScritps 2022-04-12 14:45:48 -04:00
ScriptArg.ts rm any 2022-07-15 01:51:30 -04:00
ScriptDeath.ts Strip trailing spaces 2022-04-02 23:28:23 +03:00
ScriptIdentifier.ts Some cleanup 2022-08-09 18:09:26 -04:00
WorkerScript.ts See description 2022-10-04 06:40:10 -04:00
WorkerScripts.ts See description 2022-10-04 06:40:10 -04:00
WorkerScriptStartStopEventEmitter.ts See description 2022-10-04 06:40:10 -04:00