-
Notifications
You must be signed in to change notification settings - Fork 35
Typescript) fix errors #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ts) Fixes for Branch 'stong_typed' To move the matter forward, I have now transferred all agreed-upon corrections from the PR.
phillipc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nmocruz I agree with your comment. I have merged all my open tasks into his PR and reviewed everything again. We might get a release candidate from TKO this year.
|
@M-Kirchhoff, @brianmhunt Please close your review here. |
Co-authored-by: M-Kirchhoff <[email protected]>
Co-authored-by: M-Kirchhoff <[email protected]>
Co-authored-by: M-Kirchhoff <[email protected]>
Co-authored-by: M-Kirchhoff <[email protected]>
Co-authored-by: M-Kirchhoff <[email protected]>
…define in builder.ts dts) Modified tsconfig files to prepare for declaration file generation.
… KnockoutInstance
fix) correct last checkin
|
@brianmhunt, @M-Kirchhoff Thank you so much for your extensive participation and the wealth of input in this massive pull request. We have certainly given the TKO project a significant boost. If no further objections are raised, I will merge the PR tomorrow at the same time. |
As announced, we have started to make TKO more type-safe. To get a startpoint, we have set the tsconfig as softly as possible and continue to allow "any" types.
We (@Auge19 , @mcselle ) validate the typescript code with tsc. The current status is only 313 errors left. We began with 7410 errors. With this draft PR we would like to get feedback and start our own review. The goal is 0 errors with tsc. If this PR is ready and merged, we would like to continue with ESLINT.
All tests continue to pass.