-
Notifications
You must be signed in to change notification settings - Fork 629
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
Refactor: Move internals file in node folder to /node/internal
#1707
Comments
@getspooky Thank you for creating this issue! Right. We should keep the file structure as close as possible to Node.js structure. The above change make sense to me. BTW |
Also Please carefully compare node.js |
@kt3k thanks for feedback, i will start working on it |
Also |
I updated the description, and crossed out some items ( |
@kt3k, I'll do |
@iuioiua I think there's no such issue. Do you think we should merge .mjs and .d.ts into .ts? |
Looks these are all done now. Thanks for your efforts! |
Move internals files like
_net.ts
,_errors
, etc tonode/internal
.Target:
_buffer.mjs
tonode/internal
#2643_util/_debuglog,ts
->internal/util/debuglog.ts
The text was updated successfully, but these errors were encountered: