From cf212d237fdd6a950ff939dbe3434b87be09a78b Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Sat, 29 Jun 2024 05:45:26 +0900 Subject: [PATCH] Add arai to the component-experts table --- component-experts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/component-experts.md b/component-experts.md index 966ff37..15a6299 100644 --- a/component-experts.md +++ b/component-experts.md @@ -11,15 +11,15 @@ This is a non-exhaustive list of people involved in SpiderMonkey who have volunt | Component | Short Description | Point of Contact | | --- | --- | --- | | ctypes | -| Debugger API | API for the JS Debugger | [Bryan Thrall](https://matrix.to/#/@bthrall:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=bthrall%40mozilla.com)) | +| Debugger API | API for the JS Debugger | [Bryan Thrall](https://matrix.to/#/@bthrall:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=bthrall%40mozilla.com)), [arai](https://matrix.to/#/@arai:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=arai.unmht%40gmail.com)) | | JavaScript specification and language | ECMAScript and TC39 dealings | [Matt Gaudet](https://matrix.to/#/@bthrall:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=mgaudet%40mozilla.com)) -| Frontend | Parser, Stencil, and Bytecode generation | [Matt Gaudet](https://matrix.to/#/@bthrall:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=mgaudet%40mozilla.com)) +| Frontend | Parser, Stencil, and Bytecode generation | [Matt Gaudet](https://matrix.to/#/@bthrall:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=mgaudet%40mozilla.com)), [arai](https://matrix.to/#/@arai:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=arai.unmht%40gmail.com)) | GC | Rooting & Marking & Sweeping | [Steve Fink](https://matrix.to/#/@sfink:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=sphink%40gmail.com)) | JS JIT Compilers | Warp and Ion, the optimizing Just-In-Time Compilers | [Iain Ireland](https://matrix.to/#/@iain:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=iireland%40mozilla.com)), [Jan de Mooij](https://matrix.to/#/@jandem:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=jdemooij%40mozilla.com)) | Internationalization support | Internationalization support, Ecma 402 | -| Promises | +| Promises | Promises, async functions, and the job queue | [arai](https://matrix.to/#/@arai:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=arai.unmht%40gmail.com)) | | Proxies, Wrappers | CCW, ES proxies | [Jan de Mooij](https://matrix.to/#/@jandem:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=jdemooij%40mozilla.com)) | | Regular Expression Engine | Our import of V8's RegExp JIT | [Iain Ireland](https://matrix.to/#/@iain:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=iireland%40mozilla.com)) | | Test suites | | WebAssembly | -| WebIDL | \ No newline at end of file +| WebIDL | WebIDL bindings | [arai](https://matrix.to/#/@arai:mozilla.org) ([bugzilla](https://bugzilla.mozilla.org/user_profile?login=arai.unmht%40gmail.com)) |