Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb4ca75

Browse files
committedMar 13, 2023
2 parents f198605 + 4373139 commit bb4ca75

File tree

1,306 files changed

+20041
-20231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,306 files changed

+20041
-20231
lines changed
 

‎.github/CODEOWNERS

+14
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,22 @@
2727

2828
# net
2929

30+
/deps/ada @nodejs/url
3031
/deps/cares @nodejs/net
3132
/doc/api/dns.md @nodejs/net
3233
/doc/api/dgram.md @nodejs/net
3334
/doc/api/net.md @nodejs/net
3435
/lib/dgram.js @nodejs/net
3536
/lib/dns.js @nodejs/net
3637
/lib/net.js @nodejs/net
38+
/lib/url.js @nodejs/url
3739
/lib/internal/dgram.js @nodejs/net
3840
/lib/internal/dns/* @nodejs/net
3941
/lib/internal/net.js @nodejs/net
4042
/lib/internal/socket_list.js @nodejs/net
4143
/lib/internal/js_stream_socket.js @nodejs/net
44+
/lib/internal/url.js @nodejs/url
45+
/src/node_url.* @nodejs/url
4246
/src/cares_wrap.cc @nodejs/net
4347
/src/connect_wrap.* @nodejs/net
4448
/src/connection_wrap.* @nodejs/net
@@ -136,3 +140,13 @@
136140
/lib/test.js @nodejs/test_runner
137141
/lib/internal/main/test_runner.js @nodejs/test_runner
138142
/lib/internal/test_runner/* @nodejs/test_runner
143+
144+
# Single Executable Applications
145+
/deps/postject @nodejs/single-executable
146+
/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
149+
/src/node_sea* @nodejs/single-executable
150+
/test/fixtures/postject-copy @nodejs/single-executable
151+
/test/parallel/test-single-executable-* @nodejs/single-executable
152+
/tools/dep_updaters/update-postject.sh @nodejs/single-executable

‎.github/label-pr-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ subSystemLabels:
3333
/^src\/node_worker/: c++, worker
3434
/^src\/quic\/*/: c++, quic, dont-land-on-v14.x
3535
/^src\/node_bob*/: c++, quic, dont-land-on-v14.x
36+
/^src\/node_sea/: single-executable
3637

3738
# don't label python files as c++
3839
/^src\/.+\.py$/: python, needs-ci

0 commit comments

Comments
 (0)
Please sign in to comment.