Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Fix missing parenthesis for returning object #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions additional-feature-ts.md
Expand Up @@ -241,7 +241,7 @@ value
|> f
|> {
try |> JSON.parse;
catch |> { message: #.message };
catch |> ({ message: #.message });
}
|> g(#, 1);
```
Expand Down Expand Up @@ -496,4 +496,4 @@ g (_1, 1);
[WHATWG-stream piping]: https://streams.spec.whatwg.org/#pipe-chains
[Wikipedia: term rewriting]: https://en.wikipedia.org/wiki/Term_rewriting
[zero runtime cost]: ./goals.md#zero-runtime-cost