A Babel plugin that transpiles Knockout components from Standard Component Module format to Transition Component Module format. Current stable version is 0.0.4, with no recent releases or active maintenance visible. It is designed specifically for Knockout.js projects that follow the component module pattern. Differentiators: narrowly focused on Knockout component syntax transformation, but limited documentation and low community adoption.
npm install babel-plugin-ko-componentNo 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 configuration (e.g., .babelrc or babel.config.js).
Consider migrating to a modern framework or updating manually.
Ensure Babel config file exists and plugin is listed.
Verify your component syntax matches expected format.
Run 'npm install --save-dev babel-plugin-ko-component'.
Ensure Babel version 6.x is used; this plugin may not work with Babel 7+.
No dependency data recorded yet.