escodegen
escodegen copied to clipboard
Fix #365
Fix broken parens on return statements with leading comments
👍 for this PR - I just ran into the same problem (code structure like return /**@class*/function()
) and using this change fixed it.
👍 for this. the only deflating thing is I have to fork and fix myself.