Skip to content

Commit a52ccff

Browse files
author
Kanchalai Tanglertsampan
committed
Update baseline adding of "__esModule"
1 parent e5cfe5c commit a52ccff

33 files changed

+33
-0
lines changed

tests/baselines/reference/contextuallyTypedStringLiteralsInJsxAttributes02.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" |
4141
//// [file.jsx]
4242
define(["require", "exports", "react"], function (require, exports, React) {
4343
"use strict";
44+
exports.__esModule = true;
4445
function MainButton(props) {
4546
var linkProps = props;
4647
if (linkProps.goTo) {

tests/baselines/reference/tsxAttributeResolution15.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var __extends = (this && this.__extends) || (function () {
2929
};
3030
})();
3131
var _this = this;
32+
exports.__esModule = true;
3233
var React = require("react");
3334
var BigGreeter = (function (_super) {
3435
__extends(BigGreeter, _super);

tests/baselines/reference/tsxDefaultAttributesResolution1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var __extends = (this && this.__extends) || (function () {
2626
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2727
};
2828
})();
29+
exports.__esModule = true;
2930
var React = require("react");
3031
var Poisoned = (function (_super) {
3132
__extends(Poisoned, _super);

tests/baselines/reference/tsxDefaultAttributesResolution2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var __extends = (this && this.__extends) || (function () {
2626
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2727
};
2828
})();
29+
exports.__esModule = true;
2930
var React = require("react");
3031
var Poisoned = (function (_super) {
3132
__extends(Poisoned, _super);

tests/baselines/reference/tsxDefaultAttributesResolution3.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var __extends = (this && this.__extends) || (function () {
2626
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2727
};
2828
})();
29+
exports.__esModule = true;
2930
var React = require("react");
3031
var Poisoned = (function (_super) {
3132
__extends(Poisoned, _super);

tests/baselines/reference/tsxSpreadAttributesResolution1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var __extends = (this && this.__extends) || (function () {
2626
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2727
};
2828
})();
29+
exports.__esModule = true;
2930
var React = require("react");
3031
var Poisoned = (function (_super) {
3132
__extends(Poisoned, _super);

tests/baselines/reference/tsxSpreadAttributesResolution10.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ var __extends = (this && this.__extends) || (function () {
3636
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3737
};
3838
})();
39+
exports.__esModule = true;
3940
var React = require("react");
4041
var Opt = (function (_super) {
4142
__extends(Opt, _super);

tests/baselines/reference/tsxSpreadAttributesResolution11.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var __extends = (this && this.__extends) || (function () {
4444
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
4545
};
4646
})();
47+
exports.__esModule = true;
4748
var React = require("react");
4849
var obj = {};
4950
var obj1 = {

tests/baselines/reference/tsxSpreadAttributesResolution12.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var __extends = (this && this.__extends) || (function () {
4343
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
4444
};
4545
})();
46+
exports.__esModule = true;
4647
var React = require("react");
4748
var obj = {};
4849
var obj1 = {

tests/baselines/reference/tsxSpreadAttributesResolution2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var __extends = (this && this.__extends) || (function () {
3232
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3333
};
3434
})();
35+
exports.__esModule = true;
3536
var React = require("react");
3637
var Poisoned = (function (_super) {
3738
__extends(Poisoned, _super);

0 commit comments

Comments
 (0)