| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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.
| Back | FazBrowse Home | New Git URL |