{"library":"meteor-babel-helpers","title":"Meteor Babel Helpers","description":"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.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install meteor-babel-helpers"],"cli":null},"imports":["import 'meteor/meteor-babel-helpers'; const x = extends();","import 'meteor/meteor-babel-helpers'; const obj = objectSpread({}, {a:1});","import 'meteor/meteor-babel-helpers'; const type = typeof('x');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// This package is not meant to be used directly.\n// It is automatically installed by meteor-babel when needed.\n// In a Meteor app, you don't need to install or import it manually.\n\n// If you must verify it's present:\nimport 'meteor/meteor-babel-helpers';\n// The helpers are then available globally (e.g., __extends, __assign, etc.).\n\n// Example: using a helper (auto-injected by Babel)\nclass Child extends Parent {} // transpiled to use _inherits\n\n// To check the version number:\nconst pkg = require('meteor-babel-helpers/package.json');\nconsole.log(pkg.version); // 0.0.3","lang":"javascript","description":"Demonstrates that this package is not user-facing, only a runtime dependency.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}