Skip to content

Commit 4c6473b

Browse files
committed
Documentation improvements
1 parent e0d584d commit 4c6473b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Sources/JavaScriptKit/Documentation.docc/Articles/BridgeJS/Unsupported-Features.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ extension LibPoint {
2727
}
2828
```
2929

30-
### From another Swift package
30+
### Exporting Swift: non-`@JS` types from another Swift module
31+
32+
While using `@JS` types from another Swift module is supported, it is not possible to use non-`@JS` types defined in other modules: this will fail at type lookup.
33+
34+
### Exporting Swift: types from another Swift package
3135

3236
Types defined in a separate Swift package cannot yet be referenced from `@JS` declarations in your package.

0 commit comments

Comments
 (0)