Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀 Try it online:

Results 140 Js2Py issues
Sort by recently updated
recently updated
newest added

It looks like the statement `import js2py` will cause an (empty) directory to be created in `/tmp/`, which will not be removed after the process has exited. I had a...

Recently users reported errors on windows machines regarding the error: "AssertionError: Could not link required node_modules" Even with the @alex-pancho fix on it on 2018, idk why it happened again...

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

straight forword features

Another small PR but small PR's get merged quicker :) This one prints _all_ arguments passed to `console.log` and also makes `__unicode__` work as expected in py3. `repr` still used...

fix a case of infinite self-call in JsObjectWrapper.__repr__

ability use module in windows : fix check and install of node modules in windows

String should not be wrapped by quotes. __repr__ of PyJsObject has been overwritten.