Skip to content

BridgeJS: Add property support #417

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

Merged
merged 1 commit into from
Aug 23, 2025
Merged

Conversation

kateinoigakukun
Copy link
Member

@kateinoigakukun kateinoigakukun commented Aug 21, 2025

Add support for Swift properties in BridgeJS with proper readonly detection.

  • Support stored, lazy, computed, and observed properties
  • Proper readonly property detection
  • Generate correct JavaScript property descriptors
  • Add comprehensive runtime and snapshot tests

@kateinoigakukun kateinoigakukun force-pushed the yt/support-class-property branch 2 times, most recently from 4bd3017 to 9ed4820 Compare August 21, 2025 09:53
@kateinoigakukun kateinoigakukun force-pushed the yt/support-class-property branch from 7cde59e to 59b5b25 Compare August 23, 2025 05:09
Add support for Swift properties in BridgeJS with proper readonly detection.

- Support stored, lazy, computed, and observed properties
- Proper readonly property detection
- Generate correct JavaScript property descriptors
- Add comprehensive runtime and snapshot tests
@kateinoigakukun kateinoigakukun force-pushed the yt/support-class-property branch from 59b5b25 to 8cedac7 Compare August 23, 2025 05:11
@kateinoigakukun kateinoigakukun merged commit 3c8726e into main Aug 23, 2025
9 checks passed
@kateinoigakukun kateinoigakukun deleted the yt/support-class-property branch August 23, 2025 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants