Turn on `strictNullChecks`, `strictPropertyInitialization` for `fast-web-utilities` in tsconfig
As part of #5303 we turned off @typescript-eslint/typedef globally as it was overwritten across multiple packages. As part of that, we turned on strictNullChecks and strictPropertyInitialization for all packages. Turning this on revealed several issues related to a few tests and function implementations in fast-web-utilties and so it was turned off explicitly for that package. The errors should be fixed and addressed as part of this issue and the code should be tested to ensure that there are no breaks or side effects of the change. This issue exists to track turning that back on and resolving the errors.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey @EisenbergEffect, may you assign me this issue. I'd like to work on this!
Hi @chrisdholt! I've successfully made changes for this issue and the code is merged in the codebase. May you please close this issue?
Hi @chrisdholt! I've successfully made changes for this issue and the code is merged in the codebase. May you please close this issue?
Closing - In the future you can use certain keywords in the PR description to auto close when merged (closes #___). Thanks!
Thank you for the information @chrisdholt.