Skip to content

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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

feat(es/decorators): Retry stage 3 decorators #10725

wants to merge 14 commits into from

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Jun 27, 2025

Description:

Related issue (if exists):

@kdy1 kdy1 added this to the Planned milestone Jun 27, 2025
@kdy1 kdy1 self-assigned this Jun 27, 2025
Copy link

changeset-bot bot commented Jun 27, 2025

⚠️ No Changeset found

Latest commit: 61d9269

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codspeed-hq bot commented Jun 27, 2025

CodSpeed Performance Report

Merging #10725 will not alter performance

Comparing kdy1/decorator (61d9269) with main (a7d8a0a)

Summary

✅ 140 untouched benchmarks

kdy1 and others added 3 commits June 30, 2025 15:07
- 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]>
kdy1 and others added 5 commits July 2, 2025 15:22
- 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]>
@kdy1 kdy1 removed this from the Planned milestone Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant