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'm currently thinking about entirely changing the way of how runtime type checks are performed, including the definition of types for the runtime, to improve reliability and performance. Once I've made progress I'll let you know.
It is possible to to extend each javascript object with a getType() method that them lets me reflect over the property names and methods.
If you give an idea where to start, I will create a branch and get to work
The text was updated successfully, but these errors were encountered: