tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4
Other
624 stars 106 forks source link

TypeScript version upgrade blocked #460

Closed BurtHarris closed 4 years ago

BurtHarris commented 4 years ago

Strange error behavior if we upgrade to TypeScript version 3. The tsc command seems to hang or become very slow.

This is related to import statements, located outside the runtime's src directory, which use paths including `from "antlr4ts/src/"'... This causes some sort of recursive compilation behavior.

viceice commented 4 years ago

duplicate of #459

BurtHarris commented 4 years ago

closing duplicate