diff --git a/lib/tsc.js b/lib/tsc.js index f11a650f5cd..4dd101b2897 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook var ts; (function (ts) { ts.versionMajorMinor = "3.7"; - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { function tryGetNativeMap() { diff --git a/lib/tsserver.js b/lib/tsserver.js index a586de9540d..0218f166d01 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -94,7 +94,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { /* @internal */ diff --git a/lib/tsserverlibrary.d.ts b/lib/tsserverlibrary.d.ts index d5111cf8777..b02074e75ef 100644 --- a/lib/tsserverlibrary.d.ts +++ b/lib/tsserverlibrary.d.ts @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ -declare namespace ts { - interface Map { - } - function createMapShim(): new () => Map; -} -//# sourceMappingURL=shims.d.ts.map declare namespace ts { const versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index 2265d268040..83f88def124 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -244,7 +244,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { /* @internal */ diff --git a/lib/typescript.d.ts b/lib/typescript.d.ts index adc1703eae2..7361ccb6768 100644 --- a/lib/typescript.d.ts +++ b/lib/typescript.d.ts @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ -declare namespace ts { - interface Map { - } - function createMapShim(): new () => Map; -} -//# sourceMappingURL=shims.d.ts.map declare namespace ts { const versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ diff --git a/lib/typescript.js b/lib/typescript.js index 2a675f9c927..55558dd6d30 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -233,7 +233,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { /* @internal */ diff --git a/lib/typescriptServices.d.ts b/lib/typescriptServices.d.ts index 6c8954496f3..af00dd381f5 100644 --- a/lib/typescriptServices.d.ts +++ b/lib/typescriptServices.d.ts @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ -declare namespace ts { - interface Map { - } - function createMapShim(): new () => Map; -} -//# sourceMappingURL=shims.d.ts.map declare namespace ts { const versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 08a9fa3df44..2a6ac5d878a 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -233,7 +233,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { /* @internal */ diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js index 041ffd366ac..f0ba999b991 100644 --- a/lib/typingsInstaller.js +++ b/lib/typingsInstaller.js @@ -83,7 +83,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "3.7"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; })(ts || (ts = {})); (function (ts) { /* @internal */