mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
25 lines
706 B
JavaScript
25 lines
706 B
JavaScript
|
var Obj1, Obj2, Obj3, attributes, Obj4;
|
||
|
function _extends() {
|
||
|
return (_extends = Object.assign || function(target) {
|
||
|
for(var i = 1; i < arguments.length; i++){
|
||
|
var source = arguments[i];
|
||
|
for(var key in source)Object.prototype.hasOwnProperty.call(source, key) && (target[key] = source[key]);
|
||
|
}
|
||
|
return target;
|
||
|
}).apply(this, arguments);
|
||
|
}
|
||
|
React.createElement(Obj1, {
|
||
|
x: 10
|
||
|
}), React.createElement(Obj2, {
|
||
|
x: 10
|
||
|
}), React.createElement(Obj3, {
|
||
|
x: 10
|
||
|
}), React.createElement(Obj3, _extends({
|
||
|
}, attributes)), React.createElement(Obj3, _extends({
|
||
|
}, {
|
||
|
})), React.createElement(Obj4, {
|
||
|
x: 10
|
||
|
}), React.createElement(Obj4, {
|
||
|
x: "10"
|
||
|
});
|