We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b1f40 commit 76cb92dCopy full SHA for 76cb92d
Examples/PlayBridgeJS/Sources/PlayBridgeJS/main.swift
@@ -17,7 +17,7 @@ import class Foundation.JSONDecoder
17
}
18
19
func _update(swiftSource: String, dtsSource: String) throws -> PlayBridgeJSOutput {
20
- let exportSwift = ExportSwift(progress: .silent)
+ let exportSwift = ExportSwift(progress: .silent, moduleName: "Playground")
21
let sourceFile = Parser.parse(source: swiftSource)
22
try exportSwift.addSourceFile(sourceFile, "Playground.swift")
23
let exportResult = try exportSwift.finalize()
0 commit comments