mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 10:00:13 -06:00
Updated appropriate baselines.
This commit is contained in:
parent
92068dbe6b
commit
361c661cd9
@ -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 }));
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user