Skip to content

Version 1.1.27#1580

Merged
sinclairzx81 merged 6 commits into
mainfrom
static
Apr 17, 2026
Merged

Version 1.1.27#1580
sinclairzx81 merged 6 commits into
mainfrom
static

Conversation

@sinclairzx81
Copy link
Copy Markdown
Owner

@sinclairzx81 sinclairzx81 commented Apr 17, 2026

This PR implements an optimization for XStatic property inference. The previous implementation would spread required and properties type resolution across multiple intersected paths, this PR consolidates everything into the XStaticProperties inference type.

The PR was prompted by "instantiation too deep" issues for schematics with excessively large property sets. This PR doesn't resolve this issue, but rather leans on TS's ability to degrade to { [x: string]: any } when property sets are too large to map.

This PR also applies a fix to the Keyword Evaluation logic, ensuring Conditional schematics are correctly intersected on the keyword type.

@sinclairzx81 sinclairzx81 merged commit 0133310 into main Apr 17, 2026
6 checks passed
@sinclairzx81 sinclairzx81 deleted the static branch April 17, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant