mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
7513fec507
* FIX: import resolution in code editor Since I did not find any callback where we could just load imports on-demand, I opted for just loading all scripts from the server where a given script was opened from command line. This does not include scripts which are already open, only files which are not yet opened will be loaded.