millermedeiros / esformatter

ECMAScript code beautifier/formatter
MIT License
970 stars 91 forks source link

noop support for ArrowFunctionExpression #488

Closed langdonx closed 7 years ago

langdonx commented 7 years ago

487

langdonx commented 7 years ago

@millermedeiros I know you're busy -- any chance of getting this pulled and released? It should be relatively low risk and makes ArrowFunctionExpression consistent with FunctionExpression.

Would I be better off authoring a plugin?

millermedeiros commented 7 years ago

thanks! consistency is good.

langdonx commented 7 years ago

Thanks @millermedeiros any chance for an npm publish after bumping the version?