adelsz / pgtyped

pgTyped - Typesafe SQL in TypeScript
https://pgtyped.dev
MIT License
2.91k stars 94 forks source link

Consider switching to `antlr4` from `antlr4ts` #585

Open joleeee opened 1 month ago

joleeee commented 1 month ago

Is your feature request related to a problem? Please describe. See issue https://github.com/tunnelvisionlabs/antlr4ts/issues/542, I'm getting this all of a sudden.

image

Describe the solution you'd like Switching to antlr4 as this is more well maintained (last commit 5 days ago vs 4 years ago)

Additional context antlr4 should support typescript now.

joleeee commented 1 month ago

See also https://github.com/tunnelvisionlabs/antlr4ts/issues/549 https://github.com/tunnelvisionlabs/antlr4ts/issues/546