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
A parameter of a ConstructorImplementation may be prefixed with a public, private, or protected modifier.
This is missing readonly.
A parameter property declaration may declare an optional parameter (by including a question mark or a default value), but the property introduced by such a declaration is always considered a required property
This is no longer true since the (not so) recent rewrite of the declaration emitter.
The text was updated successfully, but these errors were encountered:
https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#831-constructor-parameters:
This is missing
readonly
.This is no longer true since the (not so) recent rewrite of the declaration emitter.
The text was updated successfully, but these errors were encountered: