Open
Description
Currently, all code is converted to the appropriate casing, e.g. functions in JavaScript are converted to camel case, while they are snake case in Python.
However, this is sometimes not what you want. For example, not all programming languages are fully consistent. Some Python packages do have camel case or e.g. toJSON
in JavaScript.
We should have a way of indicating that some functions do not need to be converted.