Skip to content

Conversation

@Bashamega
Copy link
Contributor

The only addition in the patches file is to support multiple types and nullable

@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

break;
}
// Collect all child type nodes
const typeNodes = child.children.filter((c) => c.name === "type");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should look more like handleParam and throw when unknown child node exists

Also it would be nice to split this patch to things that need this logic change and things that do not, because it's too big right now.

@Bashamega Bashamega changed the title Migrate mose Index-DB overrides Migrate most Index-DB overrides Dec 17, 2025
@Bashamega
Copy link
Contributor Author

I have made it much smaller

@Bashamega Bashamega requested a review from saschanaz December 17, 2025 05:03
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.

2 participants