An esbuild plugin that allows importing PureScript (.purs) files directly in JavaScript/TypeScript bundles. Version 1.1.1. It resolves PureScript modules by pointing esbuild to the compiled output directory (default: './output'). Does not run 'spago build' or tree-shake with zephyr; users must precompile PureScript separately. Minimal zero-config setup with source globs.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-only; CommonJS require will fail.
Named export is PascalCase; wrong casing (camelCase or lowercase) leads to undefined.
Use dynamic import in CommonJS to access default export.
Registers the plugin with esbuild, specifying PureScript output directory and source globs.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.