From e5574534482a34328a983f36712d0113815ad8c1 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Thu, 5 Feb 2026 14:20:59 +0900 Subject: [PATCH] Used skill bridgejs-development for BridgeJS generator change. - Updated hint string to remove the space: now suggests `throws(JSException)` in `Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift`. - No tests run (small message-only change). If needed, run `make unittest SWIFT_SDK_ID=DEVELOPMENT-SNAPSHOT-2025-11-03-a-wasm32-unknown-wasip1`. --- Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift b/Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift index 39e3090c..3de74f74 100644 --- a/Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift +++ b/Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift @@ -2017,7 +2017,7 @@ private final class ImportSwiftMacrosAPICollector: SyntaxAnyVisitor { DiagnosticError( node: node, message: "@\(attributeName) declarations must be throws.", - hint: "Declare the function as 'throws (JSException)'." + hint: "Declare the function as 'throws(JSException)'." ) ) return nil