-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
--use_strong produces SyntaxError at the node wrapper level #4197
Comments
Node.js does not support running under an enforced |
I'm fairly sure we can't support @gajus Consider using |
Wouldn't it make sense to remove the flag from the command line interface? There is no reason to expose and option that is not working. |
It's a V8 flag and we have a policy of not touching those. If you're using them, it's assumed you know what you're doing. |
Given that node supports
let
in strict mode, this should be already possible.The text was updated successfully, but these errors were encountered: