Update GraalJS engine to latest version #1388
Labels
enhancement
New feature request or improvement of an existing feature
good first issue
Good for newcomers wanting to contribute
js
Related to JavaScript support
maestro cli
Related to the command-line Maestro tool
Is your feature request related to a problem? Please describe.
Currently the version used seems to be 22.0.0
Check:
maestro/gradle/libs.versions.toml
Line 29 in 5fcec04
As you can see here, a lot of cool stuff has been implemented: https://github.com/oracle/graaljs/blob/master/CHANGELOG.md
Take a look here too:
https://github.com/oracle/graaljs/blob/master/docs/user/JavaScriptCompatibility.md
If I try to run the following code with the current version it doesn't work, there are some things I would like to try, I don't even know if they work with the latest current version.
Describe the solution you'd like
Update the version to the latest.
The text was updated successfully, but these errors were encountered: