A collection of shared utility functions used internally by Facebook for building Babel 7 transforms. Version 0.13.1 is the latest stable release, but the package is not intended for public consumption and has no explicit release cadence. It is tightly coupled with Facebook's internal toolchain and the `fbt` (Facebook Translation) ecosystem. Unlike general-purpose Babel utility libraries (e.g., `@babel/helper-plugin-utils`), this package provides internal helpers specific to Facebook's transform infrastructure. It is not recommended for external use.
npm install fb-babel-plugin-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing the default export and using a utility to check JSX element type.
Do not depend on this package for public projects; consider using @babel/helper-plugin-utils instead.
Monitor Babel compatibility updates; migrate to standard helpers if needed.
Pin to a specific version and test thoroughly after upgrades.
Run npm install fb-babel-plugin-utils --save-dev
Check the available exports by inspecting the package's index.js or TypeScript definitions.
Use t.jsxElement(...) or t.jSXElement(...) depending on the version.