Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie
2015-04-30 13:53:58 +01:00
4 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
function foo(l) {
return (
l
);
}

View File

@@ -0,0 +1,3 @@
function foo(l) {
return (
l);}

View File

@@ -0,0 +1,3 @@
{
"retainLines": true
}