Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.34.0
Choose a base ref
...
head repository: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 47 files changed
  • 2 contributors

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    d03e74c View commit details
    Browse the repository at this point in the history
  2. BridgeJS: Namespace enum implementation, refactor to parse enums usin…

    …g default SwiftSyntax methods
    krodak committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    46c64db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6333085 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    5935315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a9c1b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. BridgeJS: Add property support

    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 committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    8cedac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #417 from swiftwasm/yt/support-class-property

    BridgeJS: Add property support
    kateinoigakukun authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    3c8726e View commit details
    Browse the repository at this point in the history
Loading