Merge branch 'master' of github.com:babel/babel
This commit is contained in:
@@ -16,11 +16,11 @@ function render() {
|
||||
type: "foo",
|
||||
ref: null,
|
||||
props: {
|
||||
children: [text]
|
||||
children: text
|
||||
},
|
||||
key: null
|
||||
};
|
||||
return function () {
|
||||
return _ref2;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
type: "div",
|
||||
ref: null,
|
||||
props: {
|
||||
children: [bar],
|
||||
children: bar,
|
||||
className: "foo"
|
||||
},
|
||||
key: null
|
||||
|
||||
Reference in New Issue
Block a user