Open stroiman opened 6 years ago
Given this file contents:
json |> Js.Json.decodeObject >>= doc => doc |> Json.getString("email")
If my cursor is on the first line, and I press J for Join, the result becomes
J
Join
json |> Js.Json.decodeObject = doc => doc |> Json.getString("email")
It should have been: (the >> was removed)
>>
Changing the filetype to text before the join does not give any problems, which makes me believe that the problem lies with the reason plugin.
Given this file contents:
If my cursor is on the first line, and I press
J
forJoin
, the result becomesIt should have been: (the
>>
was removed)Changing the filetype to text before the join does not give any problems, which makes me believe that the problem lies with the reason plugin.