Skip to content

Commit 07c1ef7

Browse files
BridgeJS: Clean up protocol definitions and documentation
Remove unused _BridgedSwiftTypeLoweredIntoWasmCoreType protocol and fix incomplete documentation comment for the remaining protocol.
1 parent 5f65738 commit 07c1ef7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/JavaScriptKit/BridgeJSInstrincics.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@ import _CJavaScriptKit
7979
//
8080
// See JSGlueGen.swift in BridgeJSLink for JS-side lowering/lifting implementation.
8181

82-
/// A protocol that Swift types that can be lowered into a single Wasm core type.
83-
public protocol _BridgedSwiftTypeLoweredIntoWasmCoreType {
84-
associatedtype WasmCoreType
85-
}
86-
8782
/// A protocol that Swift types that can appear as parameters or return values on
88-
/// The conformance is automatically synthesized by the BridgeJS code generator.
8983
public protocol _BridgedSwiftTypeLoweredIntoSingleWasmCoreType {
9084
associatedtype WasmCoreType
9185
// MARK: ImportTS

0 commit comments

Comments
 (0)