We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a1007e + c3ec456 commit 935c5d9Copy full SHA for 935c5d9
Runtime/src/index.ts
@@ -749,4 +749,4 @@ export class SwiftRuntime {
749
/// This error is thrown to unwind the call stack of the Swift program and return the control to
750
/// the JavaScript side. Otherwise, the `swift_task_asyncMainDrainQueue` ends up with `abort()`
751
/// because the event loop expects `exit()` call before the end of the event loop.
752
-class UnsafeEventLoopYield extends Error {}
+export class UnsafeEventLoopYield extends Error {}
0 commit comments