developer-ecosystem/rescript-ecosystem/rescript/lib_dev at main · hyperpolymath/developer-ecosystem · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Libraries for development

This is a place for development purposes libraries.

You can use modules here by #dev/*

e.g. in scripts or tests:

import { setup } from '#dev/process';

const { execBuild } = setup(import.meta.url);

// Execute ReScript in the current file location.
await execBuild({ stdio: "inherit" });

Important

DO NOT USE this modules in the compiler artifacts.