mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
meta: add startup team in CODEOWNERS
PR-URL: https://github.com/nodejs/node/pull/35406 Fixes: https://github.com/nodejs/node/issues/35215 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
74accd38b7
commit
f826760be5
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
@ -107,3 +107,13 @@
|
||||
/src/node_wasi* @nodejs/wasi
|
||||
/test/wasi/ @nodejs/wasi
|
||||
/test/fixtures/wasi/ @nodejs/wasi
|
||||
|
||||
# Startup
|
||||
|
||||
/benchmark/misc/startup.js @nodejs/startup
|
||||
/src/node.cc @nodejs/startup
|
||||
/src/node_code_cache_stub.cc @nodejs/startup
|
||||
/src/node_native_module* @nodejs/startup
|
||||
/lib/internal/bootstrap/* @nodejs/startup
|
||||
/tools/code_cache/* @nodejs/startup
|
||||
/tools/snapshot/* @nodejs/startup
|
||||
|
Loading…
Reference in New Issue
Block a user