-
Couldn't load subscription status.
- Fork 11
Stricter TypeScript #40
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
| name: string | ||
| code: number | ||
| message: string | ||
| status: number | ||
| cause?: string |
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.
These are removed since they already are on the error object
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.
LGTM
• Update templates and examples to strict up type checking via @tsconfig/strictest
• Fix error class constructors to handle optional properties correctly with exactOptionalPropertyTypes
• Add non-null assertions for array access in server route parsing