salsita / spicy-hooks

7 stars 0 forks source link

Remove labeled tuples for improved compatibility with older TS versions #20

Closed goce-cz closed 4 years ago

goce-cz commented 4 years ago

While labeled tuples is a neat feature it unfortunately breaks older TS parsers (even when found only in d.ts)

To ensure the highest possible compatibility, we're avoiding labeled tuples for now.