The npm package babel-plugin-transform-decorators saw frequent releases from October 2015 to March 2016, with occasional releases until April 2017 and a final release in August 2016. After April 2017, the package experienced a long period of inactivity, with no new versions published since, indicating it is possibly unmaintained as of September 9, 2025.
Babel-plugin-transform-decorators downloads show growth throughout 2024, peaking in November. 2025 started strong, but downloads fluctuated. July 2025 saw a spike, followed by a decline in August. September's numbers are incomplete, suggesting a downward trend from the prior month.
babel-plugin-transform-decorators enables the use of decorators in your JavaScript code through Babel. Decorators, denoted by the @ symbol, offer a concise and expressive way to modify or enhance classes, methods, properties, or parameters. This plugin bridges the gap between current JavaScript syntax and anticipated future standards, allowing developers to leverage decorator patterns for tasks such as dependency injection, logging, and aspect-oriented programming. Use this plugin to improve your app's readability while keeping up-to-date with modern JavaScript features.