time-to-botec/squiggle/node_modules/@rescript/std
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
COPYING feat: add the node modules 2022-12-03 12:44:49 +00:00
COPYING.LESSER feat: add the node modules 2022-12-03 12:44:49 +00:00
LICENSE feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

A light weight runtime for ReScript.

The motiviation of this repo is that when ReScript users want to share their library with JS users, the JS users don't need have ReScript toolchain installed, this makes sharing code with JS users easier (more details on that topic can be found in our External Stdlib Docs).

It shares the same version schema with ReScript compiler.

When you use this library, the config would be adding such things in bsconfig.json

"external-stdlib" : "@rescript/std"

Contributing

See the CONTRIBUTING.md.