-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Today, any of the following cases are supported.
@JSFunction func c1() throws -> ([Int]) -> Void
@JSFunction func c2(_ f: JSTypedClosure<([String]) -> Void>) throws -> Void
@JS func c3() -> JSTypedClosure<() -> [Int]>
@JS func c4(_ f: () -> [String]) -> VoidI think we need to unify closure glue codegen part with the rest of import/export codegen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels