Gleam v1.18.0 Brings Major Language Server and Performance Upgrades
A field day for Gleam's language server – Gleam v1.18.0 release

I am thrilled to announce Gleam v1.18.0, featuring a significantly enhanced language server with full record field support, type variable renaming, and automated import updates. We have also introduced optimizations for JavaScript performance using data singletons and deprecated ambiguous pipe syntax to improve code clarity. Additionally, the release includes better Git dependency path handling, improved Hex API interactions, and new code actions for integer base conversion and documentation formatting.
The pipeline one |> two(three) is visually ambiguous, and one cannot tell exactly how it compiles without knowing about the function being called.