@@ -832,7 +832,6 @@ LTS working group and the Release team.
832
832
| Subsystem | Maintainers |
833
833
| --- | --- |
834
834
| ` benchmark/* ` | @nodejs/benchmarking , @mscdex |
835
- | ` bootstrap_node.js ` | @nodejs/process |
836
835
| ` doc/* ` , ` *.md ` | @nodejs/documentation |
837
836
| ` lib/assert ` | @nodejs/testing |
838
837
| ` lib/async_hooks ` | @nodejs/async \_ hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
@@ -845,20 +844,21 @@ LTS working group and the Release team.
845
844
| ` lib/fs ` , ` src/{fs,file} ` | @nodejs/fs |
846
845
| ` lib/{_}http{*} ` | @nodejs/http |
847
846
| ` lib/inspector.js ` , ` src/inspector_* ` | @nodejs/V8-inspector |
847
+ | ` lib/internal/bootstrap/* ` | @nodejs/process |
848
848
| ` lib/internal/url ` , ` src/node_url ` | @nodejs/url |
849
849
| ` lib/net ` | @bnoordhuis , @indutny , @nodejs/streams |
850
850
| ` lib/repl ` | @nodejs/repl |
851
851
| ` lib/{_}stream{*} ` | @nodejs/streams |
852
852
| ` lib/timers ` | @nodejs/timers |
853
853
| ` lib/util ` | @nodejs/util |
854
854
| ` lib/zlib ` | @nodejs/zlib |
855
- | ` src/async-wrap .* ` | @nodejs/async \_ hooks |
855
+ | ` src/async_wrap .* ` | @nodejs/async \_ hooks |
856
856
| ` src/node_api.* ` | @nodejs/n-api |
857
857
| ` src/node_crypto.* ` | @nodejs/crypto |
858
858
| ` test/* ` | @nodejs/testing |
859
859
| ` tools/node_modules/eslint ` , ` .eslintrc ` | @nodejs/linting |
860
860
| 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 |
862
862
| GYP | @nodejs/gyp |
863
863
| performance | @nodejs/performance |
864
864
| platform specific | @nodejs/platform- {aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
0 commit comments