//! `bun_bunfig` — bunfig.toml parser and `Arguments::loadConfig` entrypoints.
//!
//! that `bun_install::PackageManager::init` can call
//! `bun.cli.Arguments.loadConfig(_, cli.config, ctx, .InstallCommand)`
//! (PackageManager.zig:801) without a tier-6 dependency or fn-pointer hook.
//! Every dependency of this crate was already a transitive dependency of
//! `bun_install` (via `bun_transpiler` → `bun_bundler`), so no cycle is
//! introduced; this only makes the existing edge direct.
pub use ;
pub use Bunfig;