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

Fix issue with patternProperties and strictIndexSignatures option #560

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yorinasub17
Copy link

Fixes #559

See issue for details.

NOTE

This is my first time contributing here! I must admit that I do not fully grok the intricacies around the type issues as described in #235 , so I am not 100% certain this is the right fix. That said, this does address my compilation issues when generating from schemas in https://www.schemastore.org/json/.

Also, I am not familiar with ava and snapshot testing, so I am not 100% sure I rebuilt the snapshot correctly, so pointers on how to regenerate it would be helpful if I did indeed do something wrong!

Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
…exSignatures

Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
@yorinasub17 yorinasub17 force-pushed the bug/patternproperties-and-strictindexsignatures branch from afa8c56 to 6ca3749 Compare November 18, 2023 16:28
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.

strictIndexSignatures option is ignored for single pattern properties
1 participant