An esbuild plugin (v0.2.0, stable but low activity) that enables glob patterns in import statements to bundle multiple files as a single module. Differentiates from alternatives like esbuild-plugin-import-glob by supporting `entryPoint` and `camelCase` options for organizing imports into nested objects keyed by directory structure. Built on fast-glob for performance.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM only; CommonJS require will fail as there is no default export for CJS.
Options interface is only available as a type import; bundling throws error if used at runtime.
The default export is a function; named import is not available.
Sets up the plugin with esbuild, enabling glob imports that organize files by directory, with camelCase keys and entry point filtering.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.