Skip to content
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

feat: Explicit isPlural parameter in the resolvable import endpoint #2959

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JanCizmar
Copy link
Contributor

Currently the isPlural is detected from provided value, which can cause issues. This solution makes it more conventional, so user can provide the isPlural explicitly.

  • It it's null, then it will be detected
  • It is true, it is checked for validity and will require plural value
  • If it's false then we won't store it as plural

@JanCizmar JanCizmar force-pushed the jancizmar/handle-pluralization-with-resolvable-import branch from 692e701 to 97078ec Compare February 28, 2025 12:15
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