Don't rename constructor method when exporting.
Handle the renaming in UI. This way we can more easily check for which method is the constructor as we can just check if name equals "constructor". This also fixes the bug of inherited constructors not having "new" in front of them.
Loading
Please register or sign in to comment