Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 521 Bytes

File metadata and controls

11 lines (8 loc) · 521 Bytes

Experiment: Monorepo for ReScript standard libraries

See rescript-lang/rescript#6826.

This repo contains an npm workspace with the ReScript 12 standard libraries:

  • runtime: runtime modules (where the .cm* files + JS output files need to be shipped with the compiler)
  • primitives: primitives (where only the JS output files need to be shipped with the compiler)
  • core: the ReScript Core standard library
  • belt: Belt library (immutable collections etc.)
  • js: legacy Js modules