jsref
jsref copied to clipboard
Avoid running "extract return argument" when argument is single variable
This code
function() {
const a = 1
return a
}
should not trigger refactoring