Towerism / trino-sql-parser

Trino SQL parser for javascript built with antlr4
0 stars 0 forks source link

antlr4 version needs to be frozen #1

Open Towerism opened 1 year ago

Towerism commented 1 year ago

See this issue:

https://github.com/antlr/antlr4/issues/4139

The antlr4 runtime must have the same exact version as the antl4 version that generated the parser.

npmccauslin commented 1 year ago

so is there anything that needs to be done here to make this package usable again?

Towerism commented 1 year ago

Need to remove the carat from this line I think https://github.com/Towerism/trino-sql-parser/blob/7860afe322ba9722c356b53c870a13328692fe4f/package.json#L33