@@ -832,7 +832,6 @@ LTS working group and the Release team.
832832| Subsystem | Maintainers |
833833| --- | --- |
834834| ` benchmark/* ` | @nodejs/benchmarking , @mscdex |
835- | ` bootstrap_node.js ` | @nodejs/process |
836835| ` doc/* ` , ` *.md ` | @nodejs/documentation |
837836| ` lib/assert ` | @nodejs/testing |
838837| ` lib/async_hooks ` | @nodejs/async \_ hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
@@ -845,20 +844,21 @@ LTS working group and the Release team.
845844| ` lib/fs ` , ` src/{fs,file} ` | @nodejs/fs |
846845| ` lib/{_}http{*} ` | @nodejs/http |
847846| ` lib/inspector.js ` , ` src/inspector_* ` | @nodejs/V8-inspector |
847+ | ` lib/internal/bootstrap/* ` | @nodejs/process |
848848| ` lib/internal/url ` , ` src/node_url ` | @nodejs/url |
849849| ` lib/net ` | @bnoordhuis , @indutny , @nodejs/streams |
850850| ` lib/repl ` | @nodejs/repl |
851851| ` lib/{_}stream{*} ` | @nodejs/streams |
852852| ` lib/timers ` | @nodejs/timers |
853853| ` lib/util ` | @nodejs/util |
854854| ` lib/zlib ` | @nodejs/zlib |
855- | ` src/async-wrap .* ` | @nodejs/async \_ hooks |
855+ | ` src/async_wrap .* ` | @nodejs/async \_ hooks |
856856| ` src/node_api.* ` | @nodejs/n-api |
857857| ` src/node_crypto.* ` | @nodejs/crypto |
858858| ` test/* ` | @nodejs/testing |
859859| ` tools/node_modules/eslint ` , ` .eslintrc ` | @nodejs/linting |
860860| build | @nodejs/build |
861- | ` src/module_wrap.* ` , ` lib/internal/loader /* ` , ` lib/internal/vm/Module .js ` | @nodejs/modules |
861+ | ` src/module_wrap.* ` , ` lib/internal/modules /* ` , ` lib/internal/vm/module .js ` | @nodejs/modules |
862862| GYP | @nodejs/gyp |
863863| performance | @nodejs/performance |
864864| platform specific | @nodejs/platform- {aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
0 commit comments