Skip to content

Commit e557453

Browse files
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`.
1 parent 0ea3733 commit e557453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/BridgeJS/Sources/BridgeJSCore/SwiftToSkeleton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ private final class ImportSwiftMacrosAPICollector: SyntaxAnyVisitor {
20172017
DiagnosticError(
20182018
node: node,
20192019
message: "@\(attributeName) declarations must be throws.",
2020-
hint: "Declare the function as 'throws (JSException)'."
2020+
hint: "Declare the function as 'throws(JSException)'."
20212021
)
20222022
)
20232023
return nil

0 commit comments

Comments
 (0)