tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4
Other
634 stars 109 forks source link

Is there any way to downlevel the dts files? #499

Closed Danieladu closed 8 months ago

Danieladu commented 3 years ago

This library applied typescript 4.0 in the latest version. But for the Typescript does not comply with Semantic Version Policy, it would break in some “low-level” versions which < 3.6.

So, is there any way to apply this library in some low-level typescript versions? (3.3, 3.4, 3.5. etc.)

Maybe downlevel-dts is an option?