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 should probably formulate a strategy on NODE_OPTIONS vis-a-vis V8 options because there are tons of them. Adding them haphazardly is, let's say, suboptimal.
Right now what we do is simply adding no-op options for these to our own option parser with kAllowedInEnvvar and pass them down to V8 to make them available to NODE_OPTIONS. We might want a different approach for that.