Skip to content

re-utils/runtime-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runtime-compiler

A code generation system for JS.

Modes

  • default: Build & run.
  • build: Build only.
  • hydrate: Run only.
import { isHydrating, onlyBuild } from 'runtime-compiler/config';

// Whether the process is in `hydrate` mode
isHydrating;

// Whether the process is in `build` mode
onlyBuild;

About

A code generation system for JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published