ricardofbarros / semistandard-format

converts your code into SemiStandard JavaScript Format
28 stars 4 forks source link

Missing semicolon on throw stmt #5

Closed eridal closed 8 years ago

eridal commented 9 years ago

input:

thisWorks()
this.works()
throw new Wont('-->')

output:

thisWorks();
this.works();
throw new Wont('-->')
eridal commented 9 years ago

is the project still maintained?

Flet commented 8 years ago

Looks like its falling behind a bit :(

I'll find some time to get things in sync with standard-format

Contributions are always welcome!

fabiosantoscode commented 8 years ago

Cannot reproduce this, do you still have this issue? Might have been fixed in the meantime.

eridal commented 8 years ago

Yes, I will go ahead and close this issue.