A yakumo plugin that adds YAML file support to the esbuild compiler. Version 0.3.1. This plugin integrates with yakumo and its esbuild plugin to allow importing .yaml/.yml files as JavaScript objects. Unlike generic yaml loaders for esbuild, this one is specifically designed for the yakumo build system and respects its plugin pipeline. It is a thin wrapper providing a yakumo-specific interface. Releases are periodic, following yakumo ecosystem updates. Ships TypeScript declarations.
npm install yakumo-esbuild-yamlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the default export of yakumo-esbuild-yaml in a yakumo configuration file.
Update to 0.3.1 and adjust usage: default export no longer requires arguments.
Use separate plugins for other formats.
Install peer dependencies: npm install yakumo yakumo-esbuild
Update imports to use the correct package name.
npm install yakumo-esbuild-yaml
Use yaml() without arguments (as a factory) or check version compatibility.