Fix JsLIGO preparser issue with colons.
type:fixed
Fixes an issue where the following code was not handled properly.
let compute_points = (acc : nat) : map<nat,nat> => {
}
type:fixed
Fixes an issue where the following code was not handled properly.
let compute_points = (acc : nat) : map<nat,nat> => {
}