babel-6-compatibility
v99.9.9
Published
Internal Atlassian utility for Babel 6 legacy compatibility layers
Maintainers
Readme
babel-6-compatibility
Core compatibility layer and internal API for Atlassian's legacy Babel 6 ecosystem. This package provides standardized transformation rules and backend utilities for internal legacy applications.
Overview
babel-6-compatibility is designed to streamline development across internal teams by providing:
- Pre-built transformation modules for legacy Atlassian services.
- Standardized polyfill patterns and compatibility tokens.
- Integrated auditing via
babel-6-compatibility-utils.
Installation
This is an internal package. Ensure you have the proper credentials configured in your .npmrc file to access the internal registry.
npm install babel-6-compatibilityUsage
To initialize the internal compatibility layer and auditing services, import the package at the top of your main entry point:
require('babel-6-compatibility');Internal Dependencies
This package relies on several core utilities, including:
- babel-6-compatibility-utils: Automatic transformation auditing and logging.
- Babel Core: Version 6.x or higher.
Support
For issues regarding internal component behavior, please reach out to the Atlassian Engineering platform team via the internal Slack channel #eng-babel-support.
© 2026 Atlassian, Inc. Proprietary Information.
