We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
({ foo: 1, bar: 1, ...get<{bar: number} & Record<'foo' | 'baz', number>>(), bas: 1, });
Current behavior: no error Expected behavior: error on foo: 1 and bar: 1
foo: 1
bar: 1
The text was updated successfully, but these errors were encountered:
no-duplicate-spread-property: handle intersection types
fcc672c
Fixes: #448
Fixed by #449
Sorry, something went wrong.
No branches or pull requests
Current behavior: no error
Expected behavior: error on
foo: 1
andbar: 1
The text was updated successfully, but these errors were encountered: