-
Notifications
You must be signed in to change notification settings - Fork 945
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
Add results for Hermes 0.8.1 to 0.11.0 #1808
base: gh-pages
Are you sure you want to change the base?
Conversation
@@ -4936,7 +4936,74 @@ | |||
"test_suites": [ | |||
"es5", | |||
"es6", | |||
"es2016plus" | |||
"es2016plus", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to add the test_suites
field if all the test suites are enabled, this is the default.
"short": "Hermes 0.8.1", | ||
"platformtype": "engine", | ||
"release": "2021-07-12", | ||
"obsolete": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these versions are receiving active support? The retired versions should be "obsolete": false
, the versions that are not in use anymore should be "obsolete": "very"
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers, just waiting for some feedback from Hermes on that.
Any updates? |
Adds results for Hermes versions:
0.7.0 (already mostly present)
0.8.0
0.9.0
0.10.0
0.11.0
I'm part of the React Native team at Meta, and we're looking to give more visibility to Hermes feature support as we move towards Hermes as default for React Native. Thanks for providing this platform!
(NB: In practice, because Hermes is focused on bytecode performance over syntax support, JS support in React Native is heavily augmented by Babel - I'm planning to follow up this PR with the addition of "React Native" as a runtime from RN 0.68 - effectively this will be Hermes + RN's bundled Babel preset)
Preview: https://robhogan.github.io/compat-table/es6/#hermes0_11_0
CC @neildhar
(Currently in draft to give the Hermes team a chance to review footnotes, etc.)