From ae46b85e2b54802b324e45347616b3e7dcad3dd5 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 to mention new modules team --- 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} |