Broccoli plugin for transpiling JavaScript/TypeScript code using ESBuild. Currently at version 1.0.0-alpha.0, this is an early-stage package with no stable release or documented usage. The author has not provided any README or usage instructions, making it risky for production use. It requires Node >=12.0.0 and depends on the Broccoli build tool ecosystem. Differentiators are unclear; it may offer fast ESBuild-based transpilation within Broccoli pipelines.
npm install broccoli-esbuild-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of broccoli-esbuild-transpiler to transpile files from 'input' directory with ESBuild options.
Avoid using in production; wait for stable release or use alternative like broccoli-babel-transpiler.
Check source code for usage if needed; consider alternative packages.
Run `npm install broccoli-esbuild-transpiler` and ensure version >=0.0.0.
Use `const BroccoliESBuildTranspiler = require('broccoli-esbuild-transpiler').default;` or `import BroccoliESBuildTranspiler from 'broccoli-esbuild-transpiler';`.