bitburner-src/src/ScriptEditor
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
..
ui Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
CursorPositions.ts nuke half the dependencies because they were unused. 2021-10-14 19:31:17 -04:00
NetscriptDefinitions.d.ts typefix netscriptFunctions (see desc) 2022-10-12 08:49:27 -04:00
raw-loader.d.ts netscript def is raw loaded 2021-10-27 23:19:19 -04:00