A Babel plugin (v1.1.8) specific to the Zova framework that transforms bean usage in JavaScript/TypeScript projects. It enables the '@beanUse' decorator pattern to inject dependencies or services. This plugin targets a niche Zova ecosystem and has low release cadence. It is not suitable outside Zova. Other IOC or DI Babel plugins like babel-plugin-transform-decorators may serve broader needs.
npm install babel-plugin-zova-bean-useNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to add the plugin to Babel config for transforming the @beanUse decorator in classes.
Ensure your project is a Zova application.
Upgrade to Babel 7+.
Contact Zova maintainers for current approach.
Use `require('babel-plugin-zova-bean-use')` instead of `import`.Run `npm install --save-dev babel-plugin-zova-bean-use` and use full name in plugins.
Add '@babel/plugin-proposal-decorators' before this plugin.