summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2018-02-02 22:02:30 -0600
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-06 13:55:38 +0100
commit9686d876d1579f41f2fcfe6161499e7b2dc84799 (patch)
tree1fdd3a08b1ebe967fa4748eb7656c4236125533d /doc/onboarding-extras.md
parent766eea6ca48d5ca5cd2e9a1442a9dd6fc4932d9d (diff)
downloadandroid-node-v8-9686d876d1579f41f2fcfe6161499e7b2dc84799.tar.gz
android-node-v8-9686d876d1579f41f2fcfe6161499e7b2dc84799.tar.bz2
android-node-v8-9686d876d1579f41f2fcfe6161499e7b2dc84799.zip
doc: update onboarding-extras
Mention the new modules team. PR-URL: https://github.com/nodejs/node/pull/18545 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index 4d389376c9..30e0e7579f 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -31,7 +31,7 @@
| `test/*` | @nodejs/testing |
| `tools/node_modules/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
| build | @nodejs/build |
-| ES Modules | @bmeck, @Fishrock123, @guybedford, @MylesBorins, @targos |
+| `src/module_wrap.*`, `lib/internal/loader/*`, `lib/internal/vm/Module.js` | @nodejs/modules |
| GYP | @nodejs/gyp |
| performance | @nodejs/performance |
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |