We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
function f(a, b, c) { console.log(b) b = 1; c = 2 }
Should produce:
function f(a, b) { console.log(b) b = 1; var c = 2 }
I'll try to implement this myself c: