Mixin classes by ahejlsberg · Pull Request #13743 · microsoft/TypeScript
This PR expands upon #13604 to add support for mixin classes and constructors. The PR includes type system support for the ECMAScript 2015 mixin class pattern described here and here as well as rul...