0.1.13 • Published 4 years ago

@leeor/rescript-ppx-let v0.1.13

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

Motivation

Way before the ReScript compiler moved to OCaml 4.06.1, I liked the richness and interface provided by Jane Street's ppx_let, but I haven't had the chance to target native. It was time to give it a try in JavaScript-land.

Installing

In your terminal, run:

yarn add --dev @leeor/rescript-ppx-let

Edit bsconfig.json:

  "ppx-flags": [
    ["@leeor/rescript-ppx-let/ppx.exe", "-as-ppx"]
  ]

The specifics of using this PPX are very well documented in the original README.

0.1.13

4 years ago

0.1.12

4 years ago