src/shims Directory

Description

Directory holding runtime equivalents of Bun bundler build-time features, introduced during rebuild because the original bun-based build config was not leaked. Contains bun-bundle.ts (feature flag runtime), macro.ts (MACRO global installer), preload.ts (bootstrap that imports both before any app code), and typically minimal fallback stubs for Bun-specific APIs (e.g. Bun.hash, Bun.file) so esbuild+node can run the CLI.

Key claims

Relations

Sources

src-20260420-33991f80c88d src-20260420-5444205c5d32