Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

fix bug when variable name equals Js

Open mie00 opened this issue 4 years ago • 1 comments

To reproduce

eval_js('(function(Js){1}(5))')

mie00 avatar Sep 24 '21 10:09 mie00

Thanks a lot, nice catch :) I like your solution.

There will still be an issue with Scope and PyJs.* names. Could you make them invalid as well, please?

PiotrDabkowski avatar Sep 25 '21 21:09 PiotrDabkowski