babel / babel-brunch

Brunch plugin for Babel
ISC License
68 stars 38 forks source link

Add trailing new line to compiled output #6

Closed alexgb closed 9 years ago

alexgb commented 9 years ago

Brunch was getting confused for me because 6to5 will move comments to the last line of a file when their position is lost in the AST.

es128 commented 9 years ago

Sorry, didn't get a notification when this was updated.

Just to confirm before merging - does the problem with the comments still occur using the latest babel version?

@alexgb

endel commented 9 years ago

Please merge. It's happening with the last version too.

I've tried this patch and it solves the issue I've created recently: https://github.com/babel/babel-brunch/issues/10

@es128