millermedeiros / esformatter

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

Demonstrate a bug caused by a single-line-comment and new #439

Closed tmcw closed 8 years ago

tmcw commented 8 years ago

Upstream issue of https://github.com/maxogden/standard-format/issues/156 - this demonstrates a case where esformatter changes the behavior of a specifically-formatted bit of JavaScript.

millermedeiros commented 8 years ago

thanks a lot for the test case! I will fix it soon! (planning to do a new release this week fixing all the open bugs)