Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

[ANN] ReScript 12 beta release / call for testing

$
0
0

Yes, these as well as “go to definition”. For instance if I have this syntax error where (customSort) doesn’t have a complete definition, syntax highlighting and basically all language server help stops working.

  let customSort = (items, selected) =>

  @react.component
  let make = (
    ~className="",
  ) => {
    <div className />
  }

Viewing all articles
Browse latest Browse all 2592

Trending Articles