From 7a432c1af3b92464ab73da265e70bf87c7a0eafc Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Fri, 2 Feb 2018 22:02:30 -0600 Subject: [PATCH] doc: update onboarding-extras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention the new modules team. PR-URL: https://github.com/nodejs/node/pull/18545 Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Richard Lau Reviewed-By: Yuta Hiroto Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Michael Dawson Reviewed-By: Bradley Farias --- doc/onboarding-extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 4d389376c98d20..30e0e7579f36aa 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} |