// Stub for bun:bundle — feature() is compile-time in Bun; replaced by build script export function feature(_flag: string): boolean { return false }