Babel plugins used by the Fable compiler, an F# to JavaScript/TypeScript/Python/Dart/Rust/Beam transpiler. The package is part of the Fable ecosystem. As of v5.0.0, Fable supports multiple compilation targets. The fable-babel-plugins package is typically not installed directly but pulled in as a dependency of the Fable compiler. Its release cadence follows Fable's. Key differentiators: these plugins handle F# specific transformations in the Babel pipeline. Note: The package has been largely superseded by Fable's integrated plugin system.
npm install fable-babel-pluginsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of the default export as a Babel plugin.
Use Fable's own plugin infrastructure; do not install this package directly.
Use import syntax instead of require().
Check Fable documentation for plugin options per version.
Run npm install fable-babel-plugins@2.3.0 (or the version matching your Fable setup).
Use import plugin from 'fable-babel-plugins'.