Wait
Here’s my proposal PR: https://github.com/cloudflare/actors/pull/34
GitHub
Persist property decorator by Brayden · Pull Request #34 · cloudf...
Proposal in this pull request is to add the @Persist property decorator within the Actor class. This allows for properties to persist their data through Durable Object evictions and maintain their ...
3 Replies
Wait you aren‘t using experimental decorators, are you using tc39‘s proposal? Just found out that esbuild added support for it a year ago, totally missed that. Desperately waiting for decorators to arrive, don‘t understand the hate towards it
tc39 is in Stage 3 and available since Typescript 5+ but try to support that and more legacy approaches here also
I personally love decorators very much 🙂
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View