coz-bud-compiler is a plugin for the coz build system that compiles coz bud definitions into rendering instructions. Version 3.0.4 is the latest stable release, supporting Node >=8 and npm >=5. It provides a compiler object that processes bud configurations and returns compiled buds. Compared to other build tools, it specializes in the coz ecosystem and relies on external template resolvers and engine resolvers. The package is relatively niche and has a limited maintenance history.
npm install coz-bud-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating a compiler with resolvers and compiling a bud.
Ensure Node >=8 and use async/await or promises with compile
Use the async compile method or promise chain
Ensure these callbacks are synchronous or return a Promise if needed
Use correct import: import cozBudCompiler from 'coz-bud-compiler'
Install the required engine package or provide correct path
Ensure bud.tmpl is defined