Currently we have to manually maintain messages.ts which is error-prone. We have already added Speca attributes to our types in Rust so it can generate a TS file for us, but there is some general work that needs to go into implementing that and standardizing/dealing with any handwritten magic/exceptions we use in our current messages.ts.
Currently we have to manually maintain
messages.tswhich is error-prone. We have already added Speca attributes to our types in Rust so it can generate a TS file for us, but there is some general work that needs to go into implementing that and standardizing/dealing with any handwritten magic/exceptions we use in our currentmessages.ts.