-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream: export consumers and web in parent builtin #40197
base: main
Are you sure you want to change the base?
Conversation
f37c612
to
10f6fd1
Compare
10f6fd1
to
beedc80
Compare
cc @nodejs/repl |
c6bf3e1
to
080ecdd
Compare
080ecdd
to
dfc66e0
Compare
e240fbc
to
d35e7b3
Compare
d35e7b3
to
cfff2a3
Compare
@jasnell Is this what you are suggesting? By the way I added a test to make sure that all current and future modules export their "submodules" if there are any. |
It seems to break a few tests. |
This is because node/lib/internal/bootstrap/loaders.js Line 294 in 43e1278
ExperimentalWarning of stream/web .
I don't really know what to do in this case. |
cfff2a3
to
7e24afa
Compare
Updated to export only stable submodules in their parent builtin. |
This needs a rebase. |
6b4f5ed
to
48ffa4b
Compare
48ffa4b
to
00c95b4
Compare
There are some linter error that needs fixing |
No description provided.