We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hermes has two experimental options that can potentially improve the results: --block-scoping and -Xes6-class. How difficult would it be to pass them?
--block-scoping
-Xes6-class
FWIW, it looks not exactly trivial. I think hermes is invoked from https://github.com/CanadaHonk/test262.fyi/blob/78cb8ddcf97cb42c3c40117d35bc6d484caf0437/.github/workflows/run.yml and I don't see an obvious way to pass special arguments there (but I know nothing about Git workflows). Perhaps an easier alternative would be to create a wrapper shell-script and invoke that?
The text was updated successfully, but these errors were encountered:
I'm somewhat hesitant to add arguments which are not on by default for most cases, are the options commonly used / why are they off by default?
Sorry, something went wrong.
No branches or pull requests
Hermes has two experimental options that can potentially improve the results:
--block-scoping
and-Xes6-class
. How difficult would it be to pass them?FWIW, it looks not exactly trivial. I think hermes is invoked from https://github.com/CanadaHonk/test262.fyi/blob/78cb8ddcf97cb42c3c40117d35bc6d484caf0437/.github/workflows/run.yml and I don't see an obvious way to pass special arguments there (but I know nothing about Git workflows). Perhaps an easier alternative would be to create a wrapper shell-script and invoke that?
The text was updated successfully, but these errors were encountered: