summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-11-21 17:01:31 -0800
committerRich Trott <rtrott@gmail.com>2017-11-24 22:21:55 -0500
commit73154c0341145985ac7e9b61841a58805d82f533 (patch)
treed9f1ce6340e364d9e9fea7999e120aa408e53d68 /doc/onboarding-extras.md
parentad80c2120672975018f5d93dad5e5cb9cf900de2 (diff)
downloadandroid-node-v8-73154c0341145985ac7e9b61841a58805d82f533.tar.gz
android-node-v8-73154c0341145985ac7e9b61841a58805d82f533.tar.bz2
android-node-v8-73154c0341145985ac7e9b61841a58805d82f533.zip
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>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index bd6350ebfe..0da3b1b525 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -8,6 +8,7 @@
| `bootstrap_node.js` | @fishrock123 |
| `doc/*`, `*.md` | @nodejs/documentation |
| `lib/assert` | @nodejs/testing |
+| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
| `lib/buffer` | @nodejs/buffer |
| `lib/child_process` | @bnoordhuis, @cjihrig |
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
@@ -29,8 +30,8 @@
| `src/node_crypto.*` | @nodejs/crypto |
| `test/*` | @nodejs/testing |
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
-| async\_hooks | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
| build | @nodejs/build |
+| ES Modules | @bmeck, @Fishrock123, @guybedford, @MylesBorins, @targos |
| GYP | @nodejs/gyp |
| performance | @nodejs/performance |
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |