-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Describe the bug
I found that generated @throws document section of @std/async.deadline is missing }:
Throws
DOMException & { name: "TimeoutError"
DOMException & { name: "AbortError"
AbortSignal["reason"]
If the optional signal is aborted with a custom reason before resolving or timing out.
Steps to Reproduce
https://jsr.io/@std/async@1.0.11/doc/deadline/~/deadline#throws
Expected behavior
-DOMException & { name: "TimeoutError"
-DOMException & { name: "AbortError"
+DOMException & { name: "TimeoutError" }
+DOMException & { name: "AbortError" }This may not be the reason for @std/async. Since I'm not familiar with the architecture behind it, I'm only submitting it here.
Environment
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels