mirror of https://github.com/nodejs/node.git
meta: fix linter error
PR-URL: https://github.com/nodejs/node/pull/49755 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>pull/49761/head
parent
853f57239c
commit
9718a9465c
|
@ -6,17 +6,17 @@ agenda to ensure they are active and have the support they need.
|
|||
|
||||
## Current initiatives
|
||||
|
||||
| Initiative | Champion | Links |
|
||||
| ---------------------- | ------------------------------- | ------------------------------------------------- |
|
||||
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
|
||||
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
|
||||
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
|
||||
| Startup Snapshot | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
|
||||
| V8 Currency | [Michaël Zasso][targos] | |
|
||||
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
|
||||
| Single executable apps | [Darshan Sen][RaisinTen] | <https://github.com/nodejs/node/issues/43432> |
|
||||
| Performance | | <https://github.com/nodejs/performance> |
|
||||
| Primordials | [Benjamin Gruenbaum][benjamingr]| <https://github.com/nodejs/primordials-use-cases> |
|
||||
| Initiative | Champion | Links |
|
||||
| ---------------------- | -------------------------------- | ------------------------------------------------- |
|
||||
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
|
||||
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
|
||||
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
|
||||
| Startup Snapshot | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
|
||||
| V8 Currency | [Michaël Zasso][targos] | |
|
||||
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
|
||||
| Single executable apps | [Darshan Sen][RaisinTen] | <https://github.com/nodejs/node/issues/43432> |
|
||||
| Performance | | <https://github.com/nodejs/performance> |
|
||||
| Primordials | [Benjamin Gruenbaum][benjamingr] | <https://github.com/nodejs/primordials-use-cases> |
|
||||
|
||||
<details>
|
||||
<summary>List of completed initiatives</summary>
|
||||
|
@ -41,9 +41,9 @@ agenda to ensure they are active and have the support they need.
|
|||
|
||||
[RaisinTen]: https://github.com/RaisinTen
|
||||
[aduh95]: https://github.com/aduh95
|
||||
[benjamingr]: https://github.com/benjamingr
|
||||
[jasnell]: https://github.com/jasnell
|
||||
[joyeecheung]: https://github.com/joyeecheung
|
||||
[legendecas]: https://github.com/legendecas
|
||||
[mhdawson]: https://github.com/mhdawson
|
||||
[targos]: https://github.com/targos
|
||||
[benjamingr]: https://github.com/benjamingr
|
||||
|
|
Loading…
Reference in New Issue