Exports selected utilities from prettierX for use by prettier-plugin-x and similar formatting plugins. Version 0.0.2 is very early; no release cadence established. Key differentiator: provides a controlled subset of prettierX internals to support plugin development without exposing full internals. Currently limited to a single export of `availableParsers`.
npm install x-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using the availableParsers export from x-formatter in an ESM context.
Pin to exact version and test each update.
Check source or upstream for additional exports.
Run: npm install x-formatter
Use: import { availableParsers } from 'x-formatter'