| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a494d5 commit 73f784f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -144,7 +144,7 @@ For information on reporting security vulnerabilities in Node.js, see | |||
| 144 | 144 | ||
| 145 | 145 | * [Contributing to the project][] | |
| 146 | 146 | * [Working Groups][] | |
| 147 | - * [Strategic Initiatives][] | ||
| 147 | + * [Strategic initiatives][] | ||
| 148 | 148 | * [Technical values and prioritization][] | |
| 149 | 149 | ||
| 150 | 150 | ## Current project team members | |
@@ -704,6 +704,6 @@ license text. | |||
| 704 | 704 | [Contributing to the project]: CONTRIBUTING.md | |
| 705 | 705 | [Node.js Website]: https://nodejs.org/ | |
| 706 | 706 | [OpenJS Foundation]: https://openjsf.org/ | |
| 707 | - [Strategic Initiatives]: https://github.com/nodejs/TSC/blob/HEAD/Strategic-Initiatives.md | ||
| 707 | + [Strategic initiatives]: doc/guides/strategic-initiatives.md | ||
| 708 | 708 | [Technical values and prioritization]: doc/guides/technical-values.md | |
| 709 | 709 | [Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,40 @@ | |||
| 1 | + # Strategic initiatives | ||
| 2 | + | ||
| 3 | + The Node.js project has several strategic initiatives underway. The goal of the | ||
| 4 | + TSC is to have a champion for each of these initiatives and enable their | ||
| 5 | + success. | ||
| 6 | + | ||
| 7 | + A review of the initiatives is a standing item on the TSC agenda to ensure they | ||
| 8 | + are active and have the support needed. | ||
| 9 | + | ||
| 10 | + ## Current initiatives | ||
| 11 | + | ||
| 12 | + | Initiative | Champion | Links | | ||
| 13 | + |---------------------------|-----------------------------|------------------------------------------------------------------------------------------| | ||
| 14 | + | Core Promise APIs | [Matteo Collina][mcollina] | | | ||
| 15 | + | Future of Build Toolchain | [Mary Marchini][mmarchini] | <https://github.com/nodejs/TSC/issues/901>, <https://github.com/nodejs/build-toolchain-next> | | ||
| 16 | + | QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> | | ||
| 17 | + | Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563> | | ||
| 18 | + | V8 Currency | [Michaël Zasso][targos] | | | ||
| 19 | + | ||
| 20 | + ## Completed | ||
| 21 | + | ||
| 22 | + | Initiative | Champion | Links | | ||
| 23 | + |--------------------|----------------------------|--------------------------------------------------| | ||
| 24 | + | Build resources | Michael Dawson | <https://github.com/nodejs/build/issues/1154#issuecomment-448418977> | | ||
| 25 | + | CVE Management | Michael Dawson | <https://github.com/nodejs/security-wg/issues/33> | | ||
| 26 | + | Governance | Myles Borins | | | ||
| 27 | + | Moderation Team | Rich Trott | <https://github.com/nodejs/TSC/issues/329> | | ||
| 28 | + | Modules | Myles Borins | <https://github.com/nodejs/modules> | | ||
| 29 | + | N-API | Michael Dawson | <https://github.com/nodejs/abi-stable-node> | | ||
| 30 | + | npm Integration | Myles Borins | <https://github.com/nodejs/node/pull/21594> | | ||
| 31 | + | OpenSSL Evolution | Rod Vagg | <https://github.com/nodejs/TSC/issues/677> | | ||
| 32 | + | Open Web Standards | Myles Borins, Joyee Cheung | <https://github.com/nodejs/open-standards> | | ||
| 33 | + | VM module fix | Franziska Hinkelmann | <https://github.com/nodejs/node/issues/6283> | | ||
| 34 | + | Workers | Anna Henningsen | <https://github.com/nodejs/worker> | | ||
| 35 | + | ||
| 36 | + [jasnell]: https://github.com/jasnell | ||
| 37 | + [joyeecheung]: https://github.com/joyeecheung | ||
| 38 | + [mcollina]: https://github.com/mcollina | ||
| 39 | + [mmarchini]: https://github.com/mmarchini | ||
| 40 | + [targos]: https://github.com/targos | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments