Sketch-sh / playground

MIT License
0 stars 0 forks source link

Random links and ideas for a better Bucklescript #1

Open thangngoc89 opened 5 years ago

thangngoc89 commented 5 years ago

How to make Bucklescript spits out ReasonML errors directly: https://github.com/chenglou/bucklescript/commits/play

kiranps commented 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,
  };
thangngoc89 commented 5 years ago

@kiranps It's throwing error for the Ocaml version, not the original ReasonML code