This package provides runtime helper functions used by meteor-babel to transpile JavaScript and TypeScript code within the Meteor framework. Version 0.0.3 is current and tied to Meteor's Babel integration. The package is a fork/subset of @babel/runtime helpers and is published automatically as part of the Meteor Babel toolchain. It is not intended for standalone use; it ships as a dependency of meteor-babel and is bundled into Meteor apps. There have been no updates since 2021, though Babel upstream has released newer versions. Key differentiator: it is the exact set of helpers used by Meteor's build system.
npm install meteor-babel-helpersVerified import paths — ran on the pinned version, not inferred.
Demonstrates that this package is not user-facing, only a runtime dependency.
Do not install or import this package manually. Let Meteor's build system manage it.
Wait for a newer Meteor release that updates this package, or use Meteor 2.x which may pin helpers.
Remove manual installation. Ensure you are in a Meteor project and run 'meteor update' to get the correct helper package.
Run 'meteor npm install --save meteor-babel-helpers' (if using npm) but prefer 'meteor add meteor-babel-helpers' if available. Typically Meteor adds it automatically.
No dependency data recorded yet.