|
11 | 11 | # tsc
|
12 | 12 |
|
13 | 13 | /.github/CODEOWNERS @nodejs/tsc
|
14 |
| -/GOVERNANCE.md @nodejs/tsc |
15 |
| -/onboarding.md @nodejs/tsc |
16 | 14 | /CODE_OF_CONDUCT.md @nodejs/tsc
|
17 | 15 | /CONTRIBUTING.md @nodejs/tsc
|
18 |
| -/LICENSE @nodejs/tsc |
19 | 16 | /doc/contributing/*.md @nodejs/tsc
|
| 17 | +/GOVERNANCE.md @nodejs/tsc |
| 18 | +/LICENSE @nodejs/tsc |
| 19 | +/onboarding.md @nodejs/tsc |
| 20 | + |
| 21 | +# website |
| 22 | +/doc/api_assets @nodejs/website |
| 23 | +/doc/template.html @nodejs/website |
| 24 | +/tools/doc @nodejs/website |
20 | 25 |
|
21 | 26 | # streams
|
22 | 27 |
|
23 | 28 | /lib/_stream* @nodejs/streams
|
| 29 | +/lib/internal/streams/* @nodejs/streams |
24 | 30 | /lib/stream.js @nodejs/streams
|
25 | 31 | /lib/stream/* @nodejs/streams
|
26 |
| -/lib/internal/streams/* @nodejs/streams |
27 | 32 |
|
28 | 33 | # net
|
29 | 34 |
|
30 | 35 | /deps/ada @nodejs/url
|
31 | 36 | /deps/cares @nodejs/net
|
32 |
| -/doc/api/dns.md @nodejs/net |
33 | 37 | /doc/api/dgram.md @nodejs/net
|
| 38 | +/doc/api/dns.md @nodejs/net |
34 | 39 | /doc/api/net.md @nodejs/net
|
35 | 40 | /lib/dgram.js @nodejs/net
|
36 | 41 | /lib/dns.js @nodejs/net
|
37 |
| -/lib/net.js @nodejs/net |
38 |
| -/lib/url.js @nodejs/url |
39 | 42 | /lib/internal/dgram.js @nodejs/net
|
40 | 43 | /lib/internal/dns/* @nodejs/net
|
| 44 | +/lib/internal/js_stream_socket.js @nodejs/net |
41 | 45 | /lib/internal/net.js @nodejs/net
|
42 | 46 | /lib/internal/socket_list.js @nodejs/net
|
43 |
| -/lib/internal/js_stream_socket.js @nodejs/net |
44 | 47 | /lib/internal/url.js @nodejs/url
|
45 |
| -/src/node_url.* @nodejs/url |
| 48 | +/lib/net.js @nodejs/net |
| 49 | +/lib/url.js @nodejs/url |
46 | 50 | /src/cares_wrap.cc @nodejs/net
|
47 | 51 | /src/connect_wrap.* @nodejs/net
|
48 | 52 | /src/connection_wrap.* @nodejs/net
|
49 | 53 | /src/node_sockaddr* @nodejs/net
|
| 54 | +/src/node_url.* @nodejs/url |
50 | 55 | /src/tcp_wrap.* @nodejs/net
|
51 | 56 | /src/udp_wrap.* @nodejs/net
|
52 | 57 |
|
53 | 58 | # tls/crypto
|
54 | 59 |
|
| 60 | +/lib/crypto.js @nodejs/crypto |
55 | 61 | /lib/internal/crypto/* @nodejs/crypto
|
56 | 62 | /lib/internal/tls/* @nodejs/crypto @nodejs/net
|
57 |
| -/lib/crypto.js @nodejs/crypto |
58 | 63 | /lib/tls.js @nodejs/crypto @nodejs/net
|
59 |
| -/src/node_crypto* @nodejs/crypto |
60 | 64 | /src/crypto/* @nodejs/crypto
|
| 65 | +/src/node_crypto* @nodejs/crypto |
61 | 66 |
|
62 | 67 | # http
|
63 | 68 |
|
|
93 | 98 |
|
94 | 99 | # Node-API
|
95 | 100 |
|
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 |
99 | 101 | /doc/api/n-api.md @nodejs/node-api
|
| 102 | +/doc/contributing/adding-new-napi-api.md @nodejs/node-api |
| 103 | +/src/js_native_api* @nodejs/node-api |
| 104 | +/src/node_api* @nodejs/node-api |
100 | 105 |
|
101 | 106 | # gyp
|
102 | 107 |
|
|
110 | 115 | /doc/api/wasi.md @nodejs/wasi
|
111 | 116 | /lib/wasi.js @nodejs/wasi
|
112 | 117 | /src/node_wasi* @nodejs/wasi
|
113 |
| -/test/wasi/ @nodejs/wasi |
114 | 118 | /test/fixtures/wasi/ @nodejs/wasi
|
| 119 | +/test/wasi/ @nodejs/wasi |
115 | 120 |
|
116 | 121 | # Startup
|
117 | 122 |
|
118 | 123 | /benchmark/misc/startup.js @nodejs/startup
|
119 |
| -/src/node.cc @nodejs/startup |
120 |
| -/src/node_realm* @nodejs/startup @nodejs/realm |
| 124 | +/lib/internal/bootstrap/* @nodejs/startup |
121 | 125 | /src/node_builtins* @nodejs/startup
|
| 126 | +/src/node_realm* @nodejs/startup @nodejs/realm |
122 | 127 | /src/node_snapshot* @nodejs/startup
|
123 |
| -/lib/internal/bootstrap/* @nodejs/startup |
| 128 | +/src/node.cc @nodejs/startup |
| 129 | +/test/parallel/test-bootstrap-* @nodejs/startup |
| 130 | +/test/parallel/test-snapshot-* @nodejs/startup |
124 | 131 | /tools/snapshot/* @nodejs/startup
|
125 | 132 |
|
126 | 133 | # V8
|
|
135 | 142 |
|
136 | 143 | # Test runner
|
137 | 144 |
|
138 |
| -/test/parallel/test-runner-* @nodejs/test_runner |
139 | 145 | /doc/api/test.md @nodejs/test_runner
|
140 |
| -/lib/test.js @nodejs/test_runner |
141 | 146 | /lib/internal/main/test_runner.js @nodejs/test_runner
|
142 | 147 | /lib/internal/test_runner/* @nodejs/test_runner
|
| 148 | +/lib/test.js @nodejs/test_runner |
| 149 | +/test/parallel/test-runner-* @nodejs/test_runner |
143 | 150 |
|
144 | 151 | # Single Executable Applications
|
145 | 152 | /deps/postject @nodejs/single-executable
|
146 | 153 | /doc/api/single-executable-applications.md @nodejs/single-executable
|
147 |
| -/doc/contributing/maintaining-postject.md @nodejs/single-executable |
148 |
| -/doc/contributing/maintaining-single-executable-application-support.md @nodejs/single-executable |
| 154 | +/doc/contributing/maintaining/maintaining-single-executable-application-support.md @nodejs/single-executable |
149 | 155 | /src/node_sea* @nodejs/single-executable
|
150 | 156 | /test/fixtures/postject-copy @nodejs/single-executable
|
151 | 157 | /test/parallel/test-single-executable-* @nodejs/single-executable
|
| 158 | +/test/sequential/test-single-executable-* @nodejs/single-executable |
152 | 159 | /tools/dep_updaters/update-postject.sh @nodejs/single-executable
|
153 | 160 |
|
154 | 161 | # Permission Model
|
155 |
| -/src/permission/* @nodejs/security-wg |
156 | 162 | /doc/api/permissions.md @nodejs/security-wg
|
| 163 | +/lib/internal/process/permission.js @nodejs/security-wg |
| 164 | +/src/permission/* @nodejs/security-wg |
| 165 | + |
| 166 | +# Dependency Update Tools |
| 167 | + |
| 168 | +/.github/workflows/tools.yml @nodejs/security-wg |
| 169 | +/.github/workflows/update-openssl.yml @nodejs/security-wg |
| 170 | +/.github/workflows/update-v8.yml @nodejs/security-wg @nodejs/v8-update |
| 171 | +/tools/dep_updaters/* @nodejs/security-wg |
0 commit comments