Tzvetan Mikov
Tzvetan Mikov
Thank you for reporting this! We are looking into it.
That is a good catch. I don't think the parser has a way of understanding the script/module distinction. This might require changing the API.
@ThomsonTong13 if you are detecting a timeout, does that mean that you want to obtain the stack **asynchronously**, while the JS is still running?
The following can be executed locally without the need of a RN app: ``` print("gen..."); const randInt = (end, start = 0) => Math.floor(Math.random() * (end - start) + start);...
It is interesting that this is reproducible both on MacOS and Android, since on Android localeCompare forwards to a Java implementation, while on MacOS it uses CoreFoundation. It appears that...
@mandrade2 It's difficult to gauge exactly how new-contributor friendly it is. It requires good C++, understanding of Unicode, regular expressions in general, and the Hermes regex implementation. It is not...
I was able to repro this with the file at the link.
@hakansaglam29 I just tried your example and it parses with Hermes without an error.
@sebholl sorry, we have been very busy and these PRs require proper review. The matter is complicated because this is supposed to be a frozen branch, so we must review...
Thanks for doing this @vmoroz!!!