forked from nodejs/TSC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: link strategic initiatives in core repo
Refs: nodejs/node#39394
- Loading branch information
Showing
2 changed files
with
2 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1 @@ | ||
# Strategic Initiatives | ||
|
||
At any one time the Node.js project has a number of strategic initiatives | ||
underway. The goal of the TSC is to have a champion for each of these | ||
initiatives and to support the initiatives in order to enable their | ||
success. | ||
|
||
A review of the initiatives will be a standing item on the TSC agenda (even | ||
if the update is 'nothing new') as a way to ensure they are active | ||
and have the support needed. | ||
|
||
## Current Initiatives | ||
|
||
| Initiative | Champion | Links | | ||
|---------------------------|-----------------------------|------------------------------------------------------------------------------------------| | ||
| Core Promise APIs | [Matteo Collina][mcollina] | | | ||
| V8 Currency | [Michaël Zasso][targos] | | | ||
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> | | ||
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563> | | ||
| Build resources | [Michael Dawson][mhdawson] | <https://github.com/nodejs/build/issues/1154#issuecomment-448418977> | | ||
| Future of Build Toolchain | [Mary Marchini][mmarchini] | <https://github.com/nodejs/TSC/issues/901>, <https://github.com/nodejs/build-toolchain-next> | | ||
|
||
## Need volunteers for | ||
|
||
| Initiative | Champion | Links | | ||
|------------------|----------|---------------------------------------------------------------------------| | ||
| Async Hooks | ? | <https://github.com/nodejs/diagnostics/issues/124> | | ||
| New Streams APIs | ? | <https://github.com/Fishrock123/bob>, <https://github.com/Fishrock123/socket> | | ||
|
||
## Completed | ||
|
||
| Initiative | Champion | Links | | ||
|--------------------|---------------------------|-------------------------------------------------| | ||
| CVE Management | Michael Dawson | <https://github.com/nodejs/security-wg/issues/33> | | ||
| Moderation Team | Rich Trott | <https://github.com/nodejs/TSC/issues/329> | | ||
| VM module fix | Franziska Hinkelmann | <https://github.com/nodejs/node/issues/6283> | | ||
| npm Integration | Myles Borins | <https://github.com/nodejs/node/pull/21594> | | ||
| OpenSSL Evolution | Rod Vagg | <https://github.com/nodejs/TSC/issues/677> | | ||
| Governance | Myles Borins | | | ||
| Workers | Anna Henningsen | <https://github.com/nodejs/worker> | | ||
| N-API | Michael Dawson | <https://github.com/nodejs/abi-stable-node> | | ||
| Open Web Standards | Myles Borins Joyee Cheung | <https://github.com/nodejs/open-standards> | | ||
| Modules | Myles Borins | <https://github.com/nodejs/modules> | | ||
|
||
[joyeecheung]: https://github.com/joyeecheung | ||
[mhdawson]: https://github.com/mhdawson | ||
[targos]: https://github.com/targos | ||
[mcollina]: https://github.com/mcollina | ||
[jasnell]: https://github.com/jasnell | ||
[mmarchini]: https://github.com/mmarchini | ||
This document has been moved to <https://github.com/nodejs/node/blob/HEAD/doc/guides/strategic-initiatives.md>. |