Skip to content
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

Closed
bcoe opened this issue Dec 10, 2019 · 6 comments
Closed

Help us pick topics for working group meeting at collaborator summit #52

bcoe opened this issue Dec 10, 2019 · 6 comments

Comments

@bcoe
Copy link

bcoe commented Dec 10, 2019

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.

@bcoe
Copy link
Author

bcoe commented Dec 10, 2019

Source Maps in Node.js Core

Source map support was recently added to Node.js core, let's discuss the work that remains, and how folks can chip in.

@bcoe
Copy link
Author

bcoe commented Dec 11, 2019

A Better Argument Parser in Node.js Core

process.argv is a hassle for making complex command line programs, should we add an argument parser to core?

@iansu
Copy link
Contributor

iansu commented Dec 11, 2019

A sleep command in Node.js 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?

@boneskull
Copy link
Collaborator

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.

@boneskull
Copy link
Collaborator

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

@iansu
Copy link
Contributor

iansu commented Dec 11, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants