Skip to content

Commit 4b09fd7

Browse files
Update LKG.
1 parent 0d53d2f commit 4b09fd7

9 files changed

+6
-24
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6767
var ts;
6868
(function (ts) {
6969
ts.versionMajorMinor = "3.7";
70-
ts.version = ts.versionMajorMinor + ".0-beta";
70+
ts.version = ts.versionMajorMinor + ".1-rc";
7171
})(ts || (ts = {}));
7272
(function (ts) {
7373
function tryGetNativeMap() {

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var ts;
9494
// If changing the text in this section, be sure to test `configureNightly` too.
9595
ts.versionMajorMinor = "3.7";
9696
/** The version of the TypeScript compiler release */
97-
ts.version = ts.versionMajorMinor + ".0-beta";
97+
ts.version = ts.versionMajorMinor + ".1-rc";
9898
})(ts || (ts = {}));
9999
(function (ts) {
100100
/* @internal */

lib/tsserverlibrary.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
1313
and limitations under the License.
1414
***************************************************************************** */
1515

16-
declare namespace ts {
17-
interface Map<T> {
18-
}
19-
function createMapShim(): new <T>() => Map<T>;
20-
}
21-
//# sourceMappingURL=shims.d.ts.map
2216
declare namespace ts {
2317
const versionMajorMinor = "3.7";
2418
/** The version of the TypeScript compiler release */

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var ts;
244244
// If changing the text in this section, be sure to test `configureNightly` too.
245245
ts.versionMajorMinor = "3.7";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = ts.versionMajorMinor + ".1-rc";
248248
})(ts || (ts = {}));
249249
(function (ts) {
250250
/* @internal */

lib/typescript.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
1313
and limitations under the License.
1414
***************************************************************************** */
1515

16-
declare namespace ts {
17-
interface Map<T> {
18-
}
19-
function createMapShim(): new <T>() => Map<T>;
20-
}
21-
//# sourceMappingURL=shims.d.ts.map
2216
declare namespace ts {
2317
const versionMajorMinor = "3.7";
2418
/** The version of the TypeScript compiler release */

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ var ts;
233233
// If changing the text in this section, be sure to test `configureNightly` too.
234234
ts.versionMajorMinor = "3.7";
235235
/** The version of the TypeScript compiler release */
236-
ts.version = ts.versionMajorMinor + ".0-beta";
236+
ts.version = ts.versionMajorMinor + ".1-rc";
237237
})(ts || (ts = {}));
238238
(function (ts) {
239239
/* @internal */

lib/typescriptServices.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
1313
and limitations under the License.
1414
***************************************************************************** */
1515

16-
declare namespace ts {
17-
interface Map<T> {
18-
}
19-
function createMapShim(): new <T>() => Map<T>;
20-
}
21-
//# sourceMappingURL=shims.d.ts.map
2216
declare namespace ts {
2317
const versionMajorMinor = "3.7";
2418
/** The version of the TypeScript compiler release */

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ var ts;
233233
// If changing the text in this section, be sure to test `configureNightly` too.
234234
ts.versionMajorMinor = "3.7";
235235
/** The version of the TypeScript compiler release */
236-
ts.version = ts.versionMajorMinor + ".0-beta";
236+
ts.version = ts.versionMajorMinor + ".1-rc";
237237
})(ts || (ts = {}));
238238
(function (ts) {
239239
/* @internal */

lib/typingsInstaller.js

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

0 commit comments

Comments
 (0)