Skip to content

Commit

Permalink
Add the matrix room link (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored Jun 10, 2024
1 parent d0e079e commit 1fd6726
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Champions:
- Chengzhong Wu ([@legendecas](https://github.com/legendecas))
- Justin Ridgewell ([@jridgewell](https://github.com/jridgewell))

Discuss with the group and join the bi-weekly via [#tc39-async-context][]
matrix room ([Matrix Guide][]).

# Motivation

When writing synchronous JavaScript code, a reasonable expectation from
Expand Down Expand Up @@ -626,11 +629,13 @@ Error: Call stack
at businessLogic (example.js)
```

[async stack traces]: https://v8.dev/docs/stack-trace-api#async-stack-traces
[`asyncresource.runinasyncscope`]:
https://nodejs.org/dist/latest-v14.x/docs/api/async_hooks.html#async_hooks_asyncresource_runinasyncscope_fn_thisarg_args
[#tc39-async-context]: https://matrix.to/#/#tc39-async-context:matrix.org
[Matrix Guide]: https://github.com/tc39/how-we-work/blob/main/matrix-guide.md
[async stack traces]: https://v8.dev/docs/stack-trace-api#async-stack-traces
[async stack tagging api]:
https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces
[domain module postmortem]: https://nodejs.org/en/docs/guides/domain-postmortem/
[solution.md]: ./SOLUTION.md
[scoping.md]: ./SCOPING.md
[async stack tagging api]:
https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces

0 comments on commit 1fd6726

Please sign in to comment.