Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

feat: do not use wrapper for python function executions and properly output console

Open Killusions opened this issue 2 years ago • 0 comments

When we are executing a python function, it does not make sense to wrap the arguments in the JsObjectWrapper, we should instead force cast them to a list or a dict.

Currently, numbers, booleans, null and undefined are wrapped in an incorrect string when output (console.log).

Killusions avatar Nov 26 '23 00:11 Killusions