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

Typescript 5.6.x compiling issue #32

Closed
MikaKarjunen opened this issue Sep 16, 2024 · 9 comments
Closed

Typescript 5.6.x compiling issue #32

MikaKarjunen opened this issue Sep 16, 2024 · 9 comments
Assignees

Comments

@MikaKarjunen
Copy link

When trying to compile using typescript 5.6.x the following error message is shown.

error TS2320: Interface 'ArrayEnumerable' cannot simultaneously extend types 'TSource[]' and 'IEnumerable'.
Named property '[Symbol.iterator]' of types 'TSource[]' and 'IEnumerable' are not identical.

@MikaKarjunen
Copy link
Author

This is a brilliant library and we'd love to keep using it. I hope we can come up with a solution of some sort.

@arogozine arogozine self-assigned this Oct 9, 2024
@arogozine arogozine pinned this issue Oct 9, 2024
@arogozine
Copy link
Owner

Seems like doing Omit<IEnumerable<TSource>, typeof Symbol.iterator> { does the trick

Will try to push out 12.0.0-beta before end of week

@MikaKarjunen
Copy link
Author

Seems like doing Omit<IEnumerable<TSource>, typeof Symbol.iterator> { does the trick

Will try to push out 12.0.0-beta before end of week

That would be just brilliant!

@arogozine
Copy link
Owner

See if this works,
https://www.npmjs.com/package/linq-to-typescript/v/12.0.0-beta1

@MikaKarjunen
Copy link
Author

MikaKarjunen commented Oct 21, 2024

See if this works, https://www.npmjs.com/package/linq-to-typescript/v/12.0.0-beta1
Seems to work just fine. No issues at all.

@MikaKarjunen
Copy link
Author

As far as I'm concerned this issue is now closed.

@MikaKarjunen
Copy link
Author

I was wondering if there will be a final version coming out any time soon? We've had zero issues with the 12 beta.

@MikaKarjunen MikaKarjunen reopened this Jan 13, 2025
@arogozine
Copy link
Owner

I was wondering if there will be a final version coming out any time soon? We've had zero issues with the 12 beta.

I'll try to make some time for a late February release

@MikaKarjunen
Copy link
Author

I'll try to make some time for a late February release

That would be brilliant. You guys have done excellent job with the library.

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

No branches or pull requests

2 participants