Typescript testing #15017
Labels
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
typescript
Types or Types-test related issue / Pull Request
Prerequisites
🚀 Feature Proposal
This is a request to improve the testing of TypeScript types. In the last year our team has experienced multiple issues where breaking type changes have been shipped as part of patch or minor versions, all of which involve very basic use cases and are issues which I personally would think should be caught by CI.
Motivation
Fewer accidental breaking changes
Example
Here are a few examples of issues that I mean:
#14026
#14062
#14282
#14974
Since most issues are resolved rapidly there might be more which our team hasn't encountered as they have been fixed by the time we try to upgrade.
The text was updated successfully, but these errors were encountered: