A Babel preset that transforms Taskcluster ES6+ code into backwards-compatible JavaScript for Node.js environments. The current stable version is 3.0.0. This package is part of the Taskcluster ecosystem and provides a standardized Babel configuration for Taskcluster projects. It is designed to target older Node.js versions (including Node 4) and includes common transforms like ES6 module syntax, arrow functions, and other modern JavaScript features. It is maintenance-focused and not actively updated for newer Babel versions or Node.js releases.
npm install babel-preset-taskclusterVerified import paths — ran on the pinned version, not inferred.
How to configure Babel to use the Taskcluster preset in a project.
Switch to @babel/preset-env with target 'node: current' or specific Node versions.
Evaluate if Taskcluster-specific transforms are needed for your project.
Use core-js or @babel/polyfill (deprecated) in conjunction with this preset.
Run npm install --save-dev babel-preset-taskcluster.
Use the preset name as a string, e.g., presets: ['babel-preset-taskcluster'].
No dependency data recorded yet.