-
Notifications
You must be signed in to change notification settings - Fork 283
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
[IDEA] Upgrade rhino engine to version 1.7.13 #4600
Comments
The RHINO library included in Connect 3.11.0 is version 1.7.12 which should support language versions 1.8+. Are you saying that there's an issue with the version of the library where 1.8 isn't fully supported and version 1.7.13 fixes that? Also, do you have a specific test we could run locally to reproduce the issue to ensure we can fix the problem? |
I believe it's something fixed in 1.7.13, one of the listed item below: I do have a js bundle works in: Unfortunately, it's from the workplace I couldn't share. It's a quite big bundle and I couldn't narrow down the specific issue. here is the error I got when run it in 1.7.12:
|
Can you try replacing |
@pladesma , yes it works if I replace it with |
Is your feature request related to a problem? Please describe.
I have a js bundle only works when I set
rhino.languageversion=1.7
. It fails on 1.8 or es6. But I have tested it works with rhino-1.7.13 with the latest language version (es6 or 200).Describe the solution you'd like
Upgrade the rhino to 1.7.13
Describe alternatives you've considered
I have to set languageversion=1.7 as a workaround
The text was updated successfully, but these errors were encountered: