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 49b3993 commit d7fefedCopy full SHA for d7fefed
Sources/SwiftTSGo/ESBuildBuild.swift
@@ -1029,7 +1029,6 @@ public func esbuildBuild(
1029
// Handle all file loading
1030
build.onLoad(filter: ".*", namespace: namespace) { args in
1031
do {
1032
- print("resolver.onLoad", args.path)
1033
if let fileResolver = try await resolver(args.path) {
1034
if case let .file(content) = fileResolver {
1035
return ESBuildOnLoadResult(
0 commit comments