mirror of https://github.com/nodejs/node.git
doc: add ES Modules entry to who-to-cc
Add ES Modules entry for who-to-cc. Resisted temptation to change it to "whom to CC". Did move async_hooks entry, though. PR-URL: https://github.com/nodejs/node/pull/17205 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>pull/17144/head^2
parent
ad80c21206
commit
73154c0341
|
@ -8,6 +8,7 @@
|
||||||
| `bootstrap_node.js` | @fishrock123 |
|
| `bootstrap_node.js` | @fishrock123 |
|
||||||
| `doc/*`, `*.md` | @nodejs/documentation |
|
| `doc/*`, `*.md` | @nodejs/documentation |
|
||||||
| `lib/assert` | @nodejs/testing |
|
| `lib/assert` | @nodejs/testing |
|
||||||
|
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
|
||||||
| `lib/buffer` | @nodejs/buffer |
|
| `lib/buffer` | @nodejs/buffer |
|
||||||
| `lib/child_process` | @bnoordhuis, @cjihrig |
|
| `lib/child_process` | @bnoordhuis, @cjihrig |
|
||||||
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
|
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
|
||||||
|
@ -29,8 +30,8 @@
|
||||||
| `src/node_crypto.*` | @nodejs/crypto |
|
| `src/node_crypto.*` | @nodejs/crypto |
|
||||||
| `test/*` | @nodejs/testing |
|
| `test/*` | @nodejs/testing |
|
||||||
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
|
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
|
||||||
| async\_hooks | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
|
|
||||||
| build | @nodejs/build |
|
| build | @nodejs/build |
|
||||||
|
| ES Modules | @bmeck, @Fishrock123, @guybedford, @MylesBorins, @targos |
|
||||||
| GYP | @nodejs/gyp |
|
| GYP | @nodejs/gyp |
|
||||||
| performance | @nodejs/performance |
|
| performance | @nodejs/performance |
|
||||||
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
|
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
|
||||||
|
|
Loading…
Reference in New Issue