Merge branch 'master' of github.com:babel/babel
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function foo(l) {
|
||||
return (
|
||||
l
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
function foo(l) {
|
||||
return (
|
||||
l);}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"retainLines": true
|
||||
}
|
||||
Reference in New Issue
Block a user