-
Notifications
You must be signed in to change notification settings - Fork 15
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
Help us pick topics for working group meeting at collaborator summit #52
Comments
Source Maps in Node.js CoreSource map support was recently added to Node.js core, let's discuss the work that remains, and how folks can chip in. |
A Better Argument Parser in Node.js Core
|
A sleep command in Node.js CorePeople attempt to implement |
distributing node apps as self-contained binaries this would enable an app to be installed and run by a user without having to install a separate node runtime. |
execvp support this a “process replacement” api. tools may find this useful, but no such system api exists on windows (to my knowledge). might need a libuv implementation? cc @ruyadorno |
ES module replacement (Hot Module Reloading)The current ESM loader in Node.js does not allow for loaded modules to be replaced at run time. This prevents implementing things like watch mode in build and test tools. Reference: #51 |
We will be running a meeting at the OpenJS Collaborator's Summit.
Help us pick some of the topics for the conversation, by adding an emoji to the comments in this thread.
👍= we should discuss this topic.
👎 = I'm not interested in this topic.
Add a new comment to this thread to suggest a topic.
The text was updated successfully, but these errors were encountered: