Updated appropriate baselines.

This commit is contained in:
Daniel Rosenwasser 2016-04-19 13:40:43 -07:00
parent 92068dbe6b
commit 361c661cd9
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {
}
return t;
};
myReactLib.createElement("foo", {data: true});
myReactLib.createElement(Bar, {x: x});
myReactLib.createElement("foo", { data: true });
myReactLib.createElement(Bar, { x: x });
myReactLib.createElement("x-component", null);
myReactLib.createElement(Bar, __assign({}, x));
myReactLib.createElement(Bar, __assign({}, x, { y: 2 }));

View File

@ -27,7 +27,7 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {
}
return t;
};
var mod_1 = require('mod');
var mod_1 = require("mod");
// Should see mod_1['default'] in emit here
React.createElement(Foo, { handler: mod_1["default"] });
// Should see mod_1['default'] in emit here