tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to downlevel the dts files?

Danieladu opened this issue · comments

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?