{{ message }}
lib_dev
Directory actions
More options
Directory actions
More options
lib_dev
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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.