You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript offers a wonderful way of mixing in classes in order to get beyond the limitation of being able to extend only one class in JS.
ts-mixer is a great project and I checked it works with abstract classes, which Rpc.DurableObject is. I am not sure why then it doesn't detect that my DO class is extending it, just not in a conventional way.
Does anything jump out at you when you look at the example code I shared in this issue?
The text was updated successfully, but these errors were encountered:
Typescript offers a wonderful way of mixing in classes in order to get beyond the limitation of being able to extend only one class in JS.
ts-mixer
is a great project and I checked it works with abstract classes, whichRpc.DurableObject
is. I am not sure why then it doesn't detect that my DO class is extending it, just not in a conventional way.Does anything jump out at you when you look at the example code I shared in this issue?
The text was updated successfully, but these errors were encountered: