-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(es/decorators): Retry stage 3 decorators #10725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
CodSpeed Performance ReportMerging #10725 will not alter performanceComparing Summary
|
- Fixed parameter order for _apply_decs_2311 helper - Added proper variable declaration handling for class declarations in block statements - Fixed accessor descriptor format (no getter/setter for public accessors in 2023-11) - Improved handling of field initializer expressions with proper scoping - Fixed constructor generation and parameter handling Tests passing: 51/146 (up from 42/146) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Fixed auto accessor descriptor generation to include getter/setter functions - Added proper get/set variables to init_vars for destructuring - Simplified getter/setter function generation for public accessors - Descriptor now matches Babel format: [decorator, kind, name, getter, setter] - Reduced test failures from 415 to 79 by fixing multiple decorator issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Description:
Related issue (if exists):