Need to update the TypeScript declare at @types/screeps
-
The game updated version 4.0, but
@types/screeps
did not sync.New prototypes like
Store
will not work for players who use typeScript in games.Do we have a
@types/screeps
update plan?
-
@types/screeps
is a community-maintained resource. Someone will hopefully get around to it in the next few days. I'm taking a brief look at it myself, but I'm fairly busy this week; someone else can probably do it more quickly.
-
I have some fixes in my branch (https://github.com/bastianh/typed-screeps/tree/ptr) ..
I think we discussed about using gitconsensus for the repo a few days ago?
-
If it makes it any easier to digest the changes and consider working on a PR, I've documented updates in a series of issues in the typed-screeps repository.
https://github.com/screepers/typed-screeps/issues
@W4rl0ck looks like a good base for a PR to update the StoreDefinition