The npm package babel-plugin-transform-es2015-function-name was actively released from October 2015 to April 2017, with the highest frequency in November 2015. After April 2017, releases became very infrequent, with no releases since. The package appears to be dormant.
Babel-plugin-transform-es2015-function-name's downloads peaked in Nov 2024 (10.5M) and July 2025 (10.8M). From March 2024 to August 2025 downloads remained relatively stable, around 6 million, although a large spike in downloads happened in November and July. September 2025 downloads are incomplete.
babel-plugin-transform-es2015-function-name automatically infers and sets function names for anonymous functions and class methods in ES2015 code during Babel transpilation. This enhances debugging and profiling by providing meaningful names in stack traces, making code easier to understand and maintain. It applies names based on context, improving code clarity without altering functionality or behavior. This small plugin is crucial for modern JavaScript development workflows.