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
{{ message }}
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
How do you intend to maintain typescript syntax without requiring a vtable lookup for every method call?
If all methods are virtual by default then every method call requires a (very expensive) vtable lookup. So I assume it is preferred to explicitly declare with methods are virtual (like in C++ or C#). However, TypeScript has no syntax to do so.
What?
User wants to have typescript style class inheritance.
How?
The text was updated successfully, but these errors were encountered: