Skip to content

[BridgeJS] Nested swift types don't work #667

@Amzd

Description

@Amzd
@JSClass struct User {
    @JSGetter var stats: Stats
    @JSClass struct Stats { // ❌ Can't be nested inside User
        @JSGetter var health: Int
    } 
}

Feel free to close this issue if this is an intended limitation rather than a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions