File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ and limitations under the License.
14
14
***************************************************************************** */
15
15
16
16
17
- "use strict";"use strict";
17
+ "use strict";
18
+ "use strict";
18
19
var __assign = (this && this.__assign) || function () {
19
20
__assign = Object.assign || function(t) {
20
21
for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -60,7 +61,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
60
61
var ts;
61
62
(function (ts) {
62
63
ts.versionMajorMinor = "3.2";
63
- ts.version = ts.versionMajorMinor + ".0-dev ";
64
+ ts.version = ts.versionMajorMinor + ".0-rc ";
64
65
})(ts || (ts = {}));
65
66
(function (ts) {
66
67
ts.emptyArray = [];
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ var ts;
88
88
// If changing the text in this section, be sure to test `configureNightly` too.
89
89
ts.versionMajorMinor = "3.2";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0-dev ";
91
+ ts.version = ts.versionMajorMinor + ".0-rc ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ var ts;
84
84
// If changing the text in this section, be sure to test `configureNightly` too.
85
85
ts.versionMajorMinor = "3.2";
86
86
/** The version of the TypeScript compiler release */
87
- ts.version = ts.versionMajorMinor + ".0-dev ";
87
+ ts.version = ts.versionMajorMinor + ".0-rc ";
88
88
})(ts || (ts = {}));
89
89
(function (ts) {
90
90
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.2";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".0-dev ";
78
+ ts.version = ts.versionMajorMinor + ".0-rc ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.2";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".0-dev ";
78
+ ts.version = ts.versionMajorMinor + ".0-rc ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @internal */
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ var ts;
88
88
// If changing the text in this section, be sure to test `configureNightly` too.
89
89
ts.versionMajorMinor = "3.2";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0-dev ";
91
+ ts.version = ts.versionMajorMinor + ".0-rc ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
You can’t perform that action at this time.
0 commit comments