You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed this in a WinterCG call, and while I personally like the idea of reusing the names and rough semantics of existing APIs where it makes sense, it seems that process.argv is not one of these: Node doesn't strip off earlier command-line arguments that are targeting Node itself, and Deno's model of stripping these off is higher-level and preferred. So we should use a new name for this API.
I think we can close this as not being done with agreement from the WinterCG meeting this week. If someone thinks this should still be done instead, we can reopen.
Should we standardize Node's
process
global instead of making our own new standardized version?The text was updated successfully, but these errors were encountered: