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
I took a look at these defineProperty loops. I guess it's a form of metaprogramming, generating the class by running a program.
It's too bad that it does not use language constructs, but I guess it's fairly clear what is going on. In a way it is a step back toward dc@3 in that it builds the classes dynamically instead of using classes and inheritance. 😉
Investigate if we can do Mixins in a more Typescript friendly way.
Initial lead: https://www.stevefenton.co.uk/2017/08/typescript-mixins-part-two/
The text was updated successfully, but these errors were encountered: