brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

Remove javascript parser #5099

Closed mattnibs closed 2 months ago

mattnibs commented 3 months ago

This commit removes the javascript parsers, a feature this is no longer necessary now that the Zui client uses the /compile endpoint to parse Zed queries.

This commit also updates the Go parser dependencies (pigeon and goimport) to latest versions.