jsref icon indicating copy to clipboard operation
jsref copied to clipboard

Avoid running "extract return argument" when argument is single variable

Open slonoed opened this issue 4 years ago • 0 comments

This code

function() {
  const a = 1
  return a
}

should not trigger refactoring

slonoed avatar May 04 '21 14:05 slonoed