-
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
repl: SyntaxError thrown when entering bigint literal inside multi-line input #31919
Comments
Looks like #27400 would need to be backported? |
@mscdex can I take up this? |
does this still need work? |
Is this issue still valid? |
I wanna work on this. can anyone guide me for my first time contribution? |
Maybe @BridgeAR ? |
@HassanRazaMuhammadTufail please feel free to reach out to me through my twitter account or email. I'm happy to have a short video session to help you get this backported. |
Does this issue still need input? I'm happy to get involved |
@BridgeAR I have emailed you. kindly help me out in contributing. |
Anyone still working on this issue? |
This only affects Node.js v10.x. I'm closing the issue because v10 is now in maintenance LTS mode and will only get critical fixes. |
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Reproduces all the time.
What is the expected behavior?
Should not cause an exception.
What do you see instead?
An exception.
Additional information
Works on master. Works when run from a script instead of the repl.
The text was updated successfully, but these errors were encountered: