Open
Description
I'd love an option to render functions in modern ES6 and standardJS syntax.
Eg. instead of
const echo = function (arg) { return arg; }
I'd want
const echo = arg => arg
standardJS is about small details like single vs double quotes, no semicolons, etc.
Metadata
Metadata
Assignees
Labels
No labels