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 087f41f commit 71e8aa3Copy full SHA for 71e8aa3
Sources/SwiftTSGo/BuildInMemory.swift
@@ -328,7 +328,7 @@ public func buildInMemory(
328
/// - Returns: Build result with compilation status and diagnostics
329
public func build(
330
config: TSConfig? = nil,
331
- resolver: @escaping (String) async throws -> FileResolver?
+ resolver: @escaping @Sendable (String) async throws -> FileResolver?
332
) async throws -> InMemoryBuildResult {
333
let projectPath = "/project"
334
0 commit comments