Tzvetan Mikov
Tzvetan Mikov
@robik thanks for this PR! We discussed it at length in our daily meeting today. Adding such fundamental functionality is very challenging and we love to see in-depth PRs like...
> > [...breaks with block scoping...] > > Oh, I missed that. Thanks for the heads up! I think I have few ideas how to tackle this. Are there any...
Here is the documentation: https://github.com/facebook/hermes/blob/static_h/doc/LazyEvalCompilation.md
@cortinico the submitter indicates that the problem is in React Native, not Hermes - does it make sense to transfer it to Hermes? It is very difficult for us to...
@cortinico I suspect that we need to work together on this. As it is today, Hermes promises are just a polyfill, so they are not terribly efficient (cough cough), and...
I am afraid there are no updates. In the spirit of transparency: the Hermes team has to focus on internal priorities (we don't have complete freedom to choose what to...
Confirmed, the bug still exists.
You are trying to sort an empty object where all the indexed properties belong to the parent. As far as I can tell, our implementation follows ES2020, which treats this...
Hi, the Android build relies on a build for the host system, which must already exists. This is necessary because part of the runtime is written in JavaScript and it...
I don't know the details of the Android build, but I think the steps here should work: https://github.com/facebook/hermes/blob/main/.github/workflows/build.yml