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

change return type of $intersection #13

Merged
merged 1 commit into from Jul 9, 2023
Merged

Conversation

pandanoir
Copy link
Contributor

close #12

const validate = $intersection([
  $object({ a: $number }, false),
  $object({ b: $string }, false),
])

Infer<typeof validate>{b: string} ではなく {a: number; b: string} になるように修正しました。breaking change になりますが、もともとの挙動が望ましいケースはそうないのではないかと思っています

@mizchi mizchi merged commit 8eafc5d into mizchi:main Jul 9, 2023
1 check passed
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.

type of intersection of loose objects is invalid
2 participants