An esbuild plugin to load TOML files during bundling. Version 0.0.1 is the initial and only release, with no updates since 2021. The package is lightweight and depends on esbuild's plugin API, providing a simple setup. Compared to alternatives like @toml-tools/loader, it is minimal but lacks customization options (e.g., no support for custom parsing or multiple file patterns). It is designed for basic TOML loading use cases.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package does not export a named function; default import is correct in ESM.
CommonJS require returns the plugin function directly, not as named export.
Default import is the plugin function; no named exports.
Shows how to set up esbuild with the TOML plugin and import a TOML file in JavaScript.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.