The minimal proposal requires parentheses around arrow functions and bans await from the pipeline.
2 lines
20 B
JavaScript
2 lines
20 B
JavaScript
10 |> (x => x + 1);
|