Open thangngoc89 opened 5 years ago
@thangngoc89 currently bucklescript is throwing error in below. what do you mean by directly
type internalError = {
.
"js_error_msg": string,
"row": int,
"column": int,
"endRow": int,
"endColumn": int,
"text": string,
};
@kiranps It's throwing error for the Ocaml version, not the original ReasonML code
How to make Bucklescript spits out ReasonML errors directly: https://github.com/chenglou/bucklescript/commits/play