tc39 / eshost

A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli
Other
142 stars 36 forks source link

GraalJS corrections #101

Closed SergiyIvan closed 4 years ago

SergiyIvan commented 4 years ago

Moved flags from evalScript() to GraalJSAgent's constructor to prevent multiple flag additions to the args array. Added flags --js.ecmascript-version=2020 and --js.intl-402=true to extend GraalJS' functionality.

rwaldron commented 4 years ago

Resolved and landed