Closed bcoe closed 4 years ago
Source map support was recently added to Node.js core, let's discuss the work that remains, and how folks can chip in.
process.argv
is a hassle for making complex command line programs, should we add an argument parser to core?
People attempt to implement sleep
in many different ways in Node.js. There are also several packages that implement this functionality. Should we implement a native sleep
method in Node.js core?
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
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: https://github.com/nodejs/tooling/issues/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.