This is one of the more exciting tooling things I've worked on recently. It just makes sense when you think about it, and I think it's going to be a huge boost in DX, especially for new comers.

There are more cool things around this coming soon too.

Shout out to @nojaf.com for the original idea!
Reposted from ReScript
In ReScript, pipes are normally used for chaining fn calls instead of method chaining with dots like in JS.

This is a common gotcha for JS/TS devs who come to ReScript. To ease the transition we're experimenting with letting the editor tooling complete pipes also via dots.

Comments