{"id":25020,"library":"broccoli-esnext","title":"Broccoli-ESNext","description":"This package is deprecated and no longer maintained. It was a Broccoli plugin for transpiling ES2015+ code using Babel. The latest version (0.5.2) is extremely outdated. Users should migrate to broccoli-babel-transpiler, which is actively maintained and supports modern Babel versions and features. The package has negligible usage and no recent releases.","status":"deprecated","version":"0.5.2","language":"javascript","source_language":"en","source_url":"https://github.com/babel/broccoli-babel-transpiler","tags":["javascript"],"install":[{"cmd":"npm install broccoli-esnext","lang":"bash","label":"npm"},{"cmd":"yarn add broccoli-esnext","lang":"bash","label":"yarn"},{"cmd":"pnpm add broccoli-esnext","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package is deprecated; use broccoli-babel-transpiler instead.","wrong":"const broccoliESNext = require('broccoli-esnext')","symbol":"default export","correct":"import broccoliESNext from 'broccoli-esnext'"}],"quickstart":{"code":"// This package is deprecated. Use broccoli-babel-transpiler.\nimport Babel from 'broccoli-babel-transpiler';\nimport { readFileSync, writeFileSync } from 'fs';\nimport { join } from 'path';\nimport { SourceMapConsumer, SourceMapGenerator } from 'source-map';\n\nlet tree = './src';\ntree = Babel(tree, {\n  presets: ['@babel/preset-env'],\n  sourceMaps: 'inline',\n});\nconsole.log('Transpiling with broccoli-babel-transpiler...');\n// Output the result\nimport { Builder } from 'broccoli';\nconst builder = new Builder(tree);\nbuilder.build().then(() => {\n  console.log('Build succeeded.');\n}).catch(err => {\n  console.error('Build failed:', err);\n});","lang":"javascript","description":"Shows how to use broccoli-babel-transpiler as a replacement for broccoli-esnext."},"warnings":[{"fix":"Migrate to broccoli-babel-transpiler.","message":"This package is deprecated and no longer maintained.","severity":"deprecated","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Install broccoli-babel-transpiler instead: npm install --save-dev broccoli-babel-transpiler","cause":"Package is deprecated and may have been removed from npm or not installed.","error":"Cannot find module 'broccoli-esnext'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}