Babelize is a Babel transpiler integration for Packagizer, providing automatic JavaScript transpilation using Babel. This package is at version 0.0.1, indicating an early-stage or experimental release with no clear release cadence. It differentiates by being specifically tailored for Packagizer workflows, potentially offering simplified configuration compared to standalone Babel setups. The package lacks documentation and appears to be a minimal wrapper for Babel transpilation within the Packagizer ecosystem. It is not suitable for production use at this version.
npm install babelizeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile modern JavaScript using Babel via babelize default function or transform method.
Refer to source code or avoid using in production.
Pin to exact version and test thoroughly.
Ensure @babel/core version compatibility.
Use only within Packagizer environment.
npm install @babel/core
Use import babelize from 'babelize'
Switch to ESM: import babelize from 'babelize'