Closed
Description
Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
The current TypeScript error message:
"Property has no initializer and is not definitely assigned in the constructor."
sounds a bit unnatural. A more natural and clearer version would be:
"Property has no initializer and is definitely not assigned in the constructor."