Is there an existing issue for this?
I am following the documentation's guide
This issue exists in the latest version
Current Behavior
Class properties are unchecked and can potentially remain undefined, as the constructor does not verify all specified required properties are defined with a value. This is a major bug!
Expected Behavior
- The class constructor or the properties themselves should mark themselves as faulty, as the required class properties are partially or fully undefined.
Steps To Reproduce
- Create a class with any number of properties.
- Write a constructor that does not define some or all of the properties.
- See missing error during compilation.
Environment
- Kipper: 0.12.1
- Environment: All
- Operating System: All
Is there an existing issue for this?
I am following the documentation's guide
This issue exists in the latest version
Current Behavior
Class properties are unchecked and can potentially remain undefined, as the constructor does not verify all specified required properties are defined with a value. This is a major bug!
Expected Behavior
Steps To Reproduce
Environment