Skip to content

Commit 0969206

Browse files
Trottdanielleadams
authored andcommittedJul 6, 2023
tools: alphabetize CODEOWNERS
Keep each list in CODEOWNERS in alphabetical order so it is easier to find things in the longer lists. PR-URL: #48124 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 3fd4d35 commit 0969206

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
 

‎.github/CODEOWNERS

+23-23
Original file line numberDiff line numberDiff line change
@@ -11,53 +11,53 @@
1111
# tsc
1212

1313
/.github/CODEOWNERS @nodejs/tsc
14-
/GOVERNANCE.md @nodejs/tsc
15-
/onboarding.md @nodejs/tsc
1614
/CODE_OF_CONDUCT.md @nodejs/tsc
1715
/CONTRIBUTING.md @nodejs/tsc
18-
/LICENSE @nodejs/tsc
1916
/doc/contributing/*.md @nodejs/tsc
17+
/GOVERNANCE.md @nodejs/tsc
18+
/LICENSE @nodejs/tsc
19+
/onboarding.md @nodejs/tsc
2020

2121
# streams
2222

2323
/lib/_stream* @nodejs/streams
24+
/lib/internal/streams/* @nodejs/streams
2425
/lib/stream.js @nodejs/streams
2526
/lib/stream/* @nodejs/streams
26-
/lib/internal/streams/* @nodejs/streams
2727

2828
# net
2929

3030
/deps/ada @nodejs/url
3131
/deps/cares @nodejs/net
32-
/doc/api/dns.md @nodejs/net
3332
/doc/api/dgram.md @nodejs/net
33+
/doc/api/dns.md @nodejs/net
3434
/doc/api/net.md @nodejs/net
3535
/lib/dgram.js @nodejs/net
3636
/lib/dns.js @nodejs/net
37-
/lib/net.js @nodejs/net
38-
/lib/url.js @nodejs/url
3937
/lib/internal/dgram.js @nodejs/net
4038
/lib/internal/dns/* @nodejs/net
39+
/lib/internal/js_stream_socket.js @nodejs/net
4140
/lib/internal/net.js @nodejs/net
4241
/lib/internal/socket_list.js @nodejs/net
43-
/lib/internal/js_stream_socket.js @nodejs/net
4442
/lib/internal/url.js @nodejs/url
45-
/src/node_url.* @nodejs/url
43+
/lib/net.js @nodejs/net
44+
/lib/url.js @nodejs/url
4645
/src/cares_wrap.cc @nodejs/net
4746
/src/connect_wrap.* @nodejs/net
4847
/src/connection_wrap.* @nodejs/net
4948
/src/node_sockaddr* @nodejs/net
49+
/src/node_url.* @nodejs/url
5050
/src/tcp_wrap.* @nodejs/net
5151
/src/udp_wrap.* @nodejs/net
5252

5353
# tls/crypto
5454

55+
/lib/crypto.js @nodejs/crypto
5556
/lib/internal/crypto/* @nodejs/crypto
5657
/lib/internal/tls/* @nodejs/crypto @nodejs/net
57-
/lib/crypto.js @nodejs/crypto
5858
/lib/tls.js @nodejs/crypto @nodejs/net
59-
/src/node_crypto* @nodejs/crypto
6059
/src/crypto/* @nodejs/crypto
60+
/src/node_crypto* @nodejs/crypto
6161

6262
# http
6363

@@ -93,10 +93,10 @@
9393

9494
# Node-API
9595

96-
/src/node_api* @nodejs/node-api
97-
/src/js_native_api* @nodejs/node-api
98-
/doc/contributing/adding-new-napi-api.md @nodejs/node-api
9996
/doc/api/n-api.md @nodejs/node-api
97+
/doc/contributing/adding-new-napi-api.md @nodejs/node-api
98+
/src/js_native_api* @nodejs/node-api
99+
/src/node_api* @nodejs/node-api
100100

101101
# gyp
102102

@@ -110,19 +110,19 @@
110110
/doc/api/wasi.md @nodejs/wasi
111111
/lib/wasi.js @nodejs/wasi
112112
/src/node_wasi* @nodejs/wasi
113-
/test/wasi/ @nodejs/wasi
114113
/test/fixtures/wasi/ @nodejs/wasi
114+
/test/wasi/ @nodejs/wasi
115115

116116
# Startup
117117

118-
/test/parallel/test-snapshot-* @nodejs/startup
119-
/test/parallel/test-bootstrap-* @nodejs/startup
120118
/benchmark/misc/startup.js @nodejs/startup
121-
/src/node.cc @nodejs/startup
122-
/src/node_realm* @nodejs/startup @nodejs/realm
119+
/lib/internal/bootstrap/* @nodejs/startup
123120
/src/node_builtins* @nodejs/startup
121+
/src/node_realm* @nodejs/startup @nodejs/realm
124122
/src/node_snapshot* @nodejs/startup
125-
/lib/internal/bootstrap/* @nodejs/startup
123+
/src/node.cc @nodejs/startup
124+
/test/parallel/test-bootstrap-* @nodejs/startup
125+
/test/parallel/test-snapshot-* @nodejs/startup
126126
/tools/snapshot/* @nodejs/startup
127127

128128
# V8
@@ -137,11 +137,11 @@
137137

138138
# Test runner
139139

140-
/test/parallel/test-runner-* @nodejs/test_runner
141140
/doc/api/test.md @nodejs/test_runner
142-
/lib/test.js @nodejs/test_runner
143141
/lib/internal/main/test_runner.js @nodejs/test_runner
144142
/lib/internal/test_runner/* @nodejs/test_runner
143+
/lib/test.js @nodejs/test_runner
144+
/test/parallel/test-runner-* @nodejs/test_runner
145145

146146
# Single Executable Applications
147147
/deps/postject @nodejs/single-executable
@@ -153,9 +153,9 @@
153153
/tools/dep_updaters/update-postject.sh @nodejs/single-executable
154154

155155
# Permission Model
156-
/src/permission/* @nodejs/security-wg
157156
/doc/api/permissions.md @nodejs/security-wg
158157
/lib/internal/process/permission.js @nodejs/security-wg
158+
/src/permission/* @nodejs/security-wg
159159

160160
# Dependency Update Tools
161161

0 commit comments

Comments
 (0)