Skip to content

Commit 7635ff9

Browse files
docs: gh issue links
1 parent 0266fa0 commit 7635ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ try {
217217
}
218218
```
219219
220+
A detailed discussion about this topic is available at [GitHub Issue #54](https://github.com/arthurfiorette/proposal-try-statements/issues/54) for those interested.
221+
220222
### Never throws
221223
222224
The `try` operator ensures that no error escapes its scope:
@@ -250,6 +252,8 @@ This behavior mirrors how JavaScript differentiates blocks and object literals:
250252
({ a: 1 }) // object with a key `a` and a number `1`
251253
```
252254
255+
A detailed discussion about this topic is available at [GitHub Issue #55](https://github.com/arthurfiorette/proposal-try-statements/issues/55) for those interested.
256+
253257
### Result Can Be Safely Ignored for Void Operations
254258
255259
In scenarios where the successful result of a operation is not needed, it can be safely ignored:

0 commit comments

Comments
 (0)