Skip to content

Commit 1df61cb

Browse files
Update LKG.
1 parent 4ae023e commit 1df61cb

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

lib/tsc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ and limitations under the License.
1414
***************************************************************************** */
1515

1616

17-
"use strict";"use strict";
17+
"use strict";
18+
"use strict";
1819
var __assign = (this && this.__assign) || function () {
1920
__assign = Object.assign || function(t) {
2021
for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -60,7 +61,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6061
var ts;
6162
(function (ts) {
6263
ts.versionMajorMinor = "3.2";
63-
ts.version = ts.versionMajorMinor + ".0-dev";
64+
ts.version = ts.versionMajorMinor + ".0-rc";
6465
})(ts || (ts = {}));
6566
(function (ts) {
6667
ts.emptyArray = [];

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.2";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0-dev";
91+
ts.version = ts.versionMajorMinor + ".0-rc";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var ts;
8484
// If changing the text in this section, be sure to test `configureNightly` too.
8585
ts.versionMajorMinor = "3.2";
8686
/** The version of the TypeScript compiler release */
87-
ts.version = ts.versionMajorMinor + ".0-dev";
87+
ts.version = ts.versionMajorMinor + ".0-rc";
8888
})(ts || (ts = {}));
8989
(function (ts) {
9090
/* @internal */

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var ts;
7575
// If changing the text in this section, be sure to test `configureNightly` too.
7676
ts.versionMajorMinor = "3.2";
7777
/** The version of the TypeScript compiler release */
78-
ts.version = ts.versionMajorMinor + ".0-dev";
78+
ts.version = ts.versionMajorMinor + ".0-rc";
7979
})(ts || (ts = {}));
8080
(function (ts) {
8181
/* @internal */

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var ts;
7575
// If changing the text in this section, be sure to test `configureNightly` too.
7676
ts.versionMajorMinor = "3.2";
7777
/** The version of the TypeScript compiler release */
78-
ts.version = ts.versionMajorMinor + ".0-dev";
78+
ts.version = ts.versionMajorMinor + ".0-rc";
7979
})(ts || (ts = {}));
8080
(function (ts) {
8181
/* @internal */

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.2";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0-dev";
91+
ts.version = ts.versionMajorMinor + ".0-rc";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

0 commit comments

Comments
 (0)