Manu Sridharan
Manu Sridharan
Thanks for the report @el-nino2020! Could you submit a pull request with your fix? That would be great.
@kitty-1998 I'm really sorry for my slow response here. If this is still an issue for you, can you confirm that with your same driver code you are able to...
@hyllee most features introduced in ECMAScript 2015 and after are not support by Jalangi. Can you run your code through [Babel](https://babeljs.io) first and then run the result through Jalangi?
In `0.2.6` I updated some dependencies (like the acorn parser) from extremely old versions. It's possible that's what caused the problem. I agree it would be great if Jalangi at...
Wow, this is pretty surprising (at least I haven't seen it before)! Unfortunately, we do not have a way to configure the variable name used by Jalangi. Such support could...
Thanks for reporting this bug. I am not too sure how easy it would be to fix. @ksen007 do you have any thoughts or ideas here?
Thanks for the explanation! Yes, it seems the issue here is that Jalangi is moving function statements into a nested scope from the top-level scope. I think your idea for...
Now that I think about it, wrapping the top-level script body in an anonymous function is not a good idea, since on the web, variables declared at the top level...
Are you running into this problem at the top level of many scripts? I would expect this problem to come up quite rarely.
Can you link to the problematic code?