arogozine / LinqToTypeScript

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

Question about the need for ECMAScript 2022 #27

Open ivanmem opened 12 months ago

ivanmem commented 12 months ago

Which ECMAScript 2022 features are needed for the library to work correctly? Is it possible to reduce the required version using polyfills?

arogozine commented 8 months ago

Try yourself. This library uses classes, modules, and async interators.