Skip to content

Conversation

@aws-cdk-automation
Copy link
Collaborator

Backport

This will backport the following commits from main to maintenance/v5.8:

Questions ?

Please refer to the Backport tool documentation

Improves code maintainability by extracting type analysis logic into dedicated modules. The validator module had grown large with duplicated type resolution logic scattered throughout. This refactoring: - Centralizes type resolution in a reusable TypeResolver - Isolates complex covariant subtype logic in type-analysis.ts - Reduces cognitive load when working with validation code --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 (cherry picked from commit 9b1e593)
@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Oct 29, 2025
Merged via the queue into maintenance/v5.8 with commit 160a3ef Oct 29, 2025
84 checks passed
@aws-cdk-automation aws-cdk-automation deleted the backport/maintenance/v5.8-pr-2369 branch October 29, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-approve Automatically approve this PR backport

2 participants