arogozine / LinqToTypeScript

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

Question about the need for ECMAScript 2022 #27

Closed ivanmem closed 1 month ago

ivanmem commented 1 year 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 11 months ago

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