Open L1nkus opened 1 year ago
Can you show an example of the actual Python code your were trying to transpile?
In general, the Python code has to be syntactically correct Python since it is processed by the Python AST module when being converted to JavaScript.
removing ... fixes