TypeScript 4.0
Class Property Inference from Constructors
TypeScript 4.0 can now use control flow analysis to determine the types of properties in classes when noImplicitAny is enabled.
Oct 09, 20201 min read
TypeScript 4.0 can now use control flow analysis to determine the types of properties in classes when noImplicitAny is enabled.