arogozine / LinqToTypeScript

LINQ to TypeScript
https://arogozine.github.io/linqtotypescript/
MIT License
139 stars 18 forks source link

Support typescript 3.7 #3

Closed YacovGold closed 4 years ago

YacovGold commented 4 years ago

Hi,

When upgrading to ts 3.7, the fallowing error occur node_modules/linq-to-typescript/types/IParallelEnumerable.d.ts:1:148 TS2440: Import declaration conflicts with local declaration of 'IParallelEnumerable'. If I remove the declaration, all is fine

Thanks

arogozine commented 4 years ago

I believe this is a circular reference to an interface which TS 3.7 is more picky about. Looking into this.

arogozine commented 4 years ago

@YacovGold Issue should be resolved in 6.0.1