https://github.com/rescript-lang/experimental-rescript-stdlib-build
https://github.com/rescript-lang/experimental-rescript-stdlib-build
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rescript-lang/experimental-rescript-stdlib-build
- Owner: rescript-lang
- License: other
- Archived: true
- Created: 2024-06-27T10:35:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T06:25:33.000Z (about 1 year ago)
- Last Synced: 2025-02-27T12:43:36.832Z (9 months ago)
- Language: ReScript
- Size: 562 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiment: Monorepo for ReScript standard libraries
See https://github.com/rescript-lang/rescript-compiler/issues/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