A full version history of the @babel/plugin-proposal-export-default-from package with size, number of distributed files and dependency evolution.
The @babel/plugin-proposal-export-default-from package facilitates the compilation of export default from syntax to standard ES2015. Its version history reflects the evolution of Babel and JavaScript standards. Initial versions, like 7.0.0, focused on core functionality with basic dependencies like @babel/helper-plugin-utils and @babel/plugin-syntax-export-default-from.
Subsequent releases introduced incremental improvements to dependency versions and bug fixes. As Babel evolved, newer versions such as 7.10.x, 7.12.x, and 7.16.x mirrored corresponding updates in Babel's core, helper utilities, and syntax plugins, ensuring compatibility and enhanced features. Later versions, dependencies were more dynamically updated, reflecting ongoing refinements and alignment with language specifications with the newest version 7.27.1. Notably, the package has maintained a consistent peerDependencies requirement of @babel/core version ^7.0.0-0 throughout its history, highlighting its fundamental reliance on the Babel core for proper operation.
The consistent MIT license and repository location at the Babel GitHub repository underscore the project's open-source nature and community-driven development.