Skip to content

Directory actions

More options

Directory actions

More options

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.