Files
babel/packages/babel-plugin-proposal-pipeline-operator/test/fixtures/smart/if/input.js
2019-02-04 21:58:46 +01:00

5 lines
54 B
JavaScript

if (v |> e |> f)
g() |> h(#, #+1) |> i;
else
j();