mike-lischke / antlr4ng

Next Generation TypeScript runtime for ANTLR4
Other
66 stars 11 forks source link

Breaks with webpack minification #34

Closed roberthovsepyan closed 4 months ago

roberthovsepyan commented 4 months ago

When including this library in my project that uses webpack I get errors. Webpack minification (done through terser.js) breaks the code resulting in invalid syntax. Any plans to fix that?

Same with the other library - antlr4-c3.

mike-lischke commented 4 months ago

Sounds like it is related to bug #31.