Tzvetan Mikov
Tzvetan Mikov
Looking at the link, this is [top level await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await) from ES2022. Hermes does not support that yet.
@wcandillon, unfortunately, the situation is more complex than it appears. Top-level await is not just a syntactic feature; it fundamentally alters how the module system operates. It tightly integrates with...
Hi, thanks for the bug report! Unfortunately we are unable to investigate bug reports that require installing dependencies or building and running an entire RN app. Can you minimize the...
Thanks! When I run your repro with Hermes, v8 and JSC, I get similar results. What is the expected behavior? ```sh $ hermes t.js [Case with numeric string keys] Error:...
@ichiki1023 Thank you, I was able to reproduce it with your example!
We are aware of the problem but haven't been able to work on it yet. Proxy is forbidden in React Native at Meta, because it is extremely slow, which makes...
Hi, can you reproduce this with the CLI? I just ran this in the Hermes CLI and it worked as expected: ``` $ cat date.js const testDate = new Date(0)...
I am sorry, I understand that you are having a problem, but your description is referring to libraries and tools that are not part of Hermes. For example, I don't...
Yes, we definitely intend to merge it. We have been preoccupied with other stuff :-(
Please, provide actual text of the error instead of a screenshot. Thanks.