Skip to content

Commit cefa5f4

Browse files
author
TypeScript Bot
committed
Bump version to 3.9.1-rc and LKG
1 parent b07ed33 commit cefa5f4

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

lib/tsc.js

Lines changed: 5 additions & 5 deletions
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.9";
70-
ts.version = ts.versionMajorMinor + ".0-beta";
70+
ts.version = "3.9.1-rc";
7171
function tryGetNativeMap() {
7272
return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined;
7373
}
@@ -30323,8 +30323,8 @@ var ts;
3032330323
}
3032430324
}
3032530325
function getExternalModuleMember(node, specifier, dontResolveAlias) {
30326-
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3032730326
var _a;
30327+
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3032830328
var moduleSymbol = resolveExternalModuleName(node, node.moduleSpecifier);
3032930329
var name = specifier.propertyName || specifier.name;
3033030330
var suppressInteropError = name.escapedText === "default" && !!(compilerOptions.allowSyntheticDefaultImports || compilerOptions.esModuleInterop);
@@ -82814,11 +82814,11 @@ var ts;
8281482814
return getMergedProgramDiagnostics(sourceFile, fileProcessingDiagnosticsInFile, programDiagnosticsInFile);
8281582815
}
8281682816
function getMergedProgramDiagnostics(sourceFile) {
82817+
var _a;
8281782818
var allDiagnostics = [];
8281882819
for (var _i = 1; _i < arguments.length; _i++) {
8281982820
allDiagnostics[_i - 1] = arguments[_i];
8282082821
}
82821-
var _a;
8282282822
var flatDiagnostics = ts.flatten(allDiagnostics);
8282382823
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
8282482824
return flatDiagnostics;
@@ -82878,11 +82878,11 @@ var ts;
8287882878
});
8287982879
}
8288082880
function getMergedBindAndCheckDiagnostics(sourceFile) {
82881+
var _a;
8288182882
var allDiagnostics = [];
8288282883
for (var _i = 1; _i < arguments.length; _i++) {
8288382884
allDiagnostics[_i - 1] = arguments[_i];
8288482885
}
82885-
var _a;
8288682886
var flatDiagnostics = ts.flatten(allDiagnostics);
8288782887
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
8288882888
return flatDiagnostics;
@@ -85710,8 +85710,8 @@ var ts;
8571085710
return primaryResult;
8571185711
}
8571285712
function resolveNamesWithLocalCache(_a) {
85713-
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
8571485713
var _b;
85714+
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
8571585715
var path = resolutionHost.toPath(containingFile);
8571685716
var resolutionsInFile = cache.get(path) || cache.set(path, ts.createMap()).get(path);
8571785717
var dirPath = ts.getDirectoryPath(path);

lib/tsserver.js

Lines changed: 5 additions & 5 deletions
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 `configurePrerelease` too.
9595
ts.versionMajorMinor = "3.9";
9696
/** The version of the TypeScript compiler release */
97-
ts.version = ts.versionMajorMinor + ".0-beta";
97+
ts.version = "3.9.1-rc";
9898
/**
9999
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
100100
*/
@@ -36982,8 +36982,8 @@ var ts;
3698236982
}
3698336983
}
3698436984
function getExternalModuleMember(node, specifier, dontResolveAlias) {
36985-
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3698636985
var _a;
36986+
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3698736987
var moduleSymbol = resolveExternalModuleName(node, node.moduleSpecifier); // TODO: GH#18217
3698836988
var name = specifier.propertyName || specifier.name;
3698936989
var suppressInteropError = name.escapedText === "default" /* Default */ && !!(compilerOptions.allowSyntheticDefaultImports || compilerOptions.esModuleInterop);
@@ -100628,11 +100628,11 @@ var ts;
100628100628
return getMergedProgramDiagnostics(sourceFile, fileProcessingDiagnosticsInFile, programDiagnosticsInFile);
100629100629
}
100630100630
function getMergedProgramDiagnostics(sourceFile) {
100631+
var _a;
100631100632
var allDiagnostics = [];
100632100633
for (var _i = 1; _i < arguments.length; _i++) {
100633100634
allDiagnostics[_i - 1] = arguments[_i];
100634100635
}
100635-
var _a;
100636100636
var flatDiagnostics = ts.flatten(allDiagnostics);
100637100637
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100638100638
return flatDiagnostics;
@@ -100705,11 +100705,11 @@ var ts;
100705100705
});
100706100706
}
100707100707
function getMergedBindAndCheckDiagnostics(sourceFile) {
100708+
var _a;
100708100709
var allDiagnostics = [];
100709100710
for (var _i = 1; _i < arguments.length; _i++) {
100710100711
allDiagnostics[_i - 1] = arguments[_i];
100711100712
}
100712-
var _a;
100713100713
var flatDiagnostics = ts.flatten(allDiagnostics);
100714100714
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100715100715
return flatDiagnostics;
@@ -104021,8 +104021,8 @@ var ts;
104021104021
return primaryResult;
104022104022
}
104023104023
function resolveNamesWithLocalCache(_a) {
104024-
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104025104024
var _b;
104025+
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104026104026
var path = resolutionHost.toPath(containingFile);
104027104027
var resolutionsInFile = cache.get(path) || cache.set(path, ts.createMap()).get(path);
104028104028
var dirPath = ts.getDirectoryPath(path);

lib/tsserverlibrary.js

Lines changed: 5 additions & 5 deletions
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 `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.9";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = "3.9.1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/
@@ -37132,8 +37132,8 @@ var ts;
3713237132
}
3713337133
}
3713437134
function getExternalModuleMember(node, specifier, dontResolveAlias) {
37135-
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713637135
var _a;
37136+
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713737137
var moduleSymbol = resolveExternalModuleName(node, node.moduleSpecifier); // TODO: GH#18217
3713837138
var name = specifier.propertyName || specifier.name;
3713937139
var suppressInteropError = name.escapedText === "default" /* Default */ && !!(compilerOptions.allowSyntheticDefaultImports || compilerOptions.esModuleInterop);
@@ -100778,11 +100778,11 @@ var ts;
100778100778
return getMergedProgramDiagnostics(sourceFile, fileProcessingDiagnosticsInFile, programDiagnosticsInFile);
100779100779
}
100780100780
function getMergedProgramDiagnostics(sourceFile) {
100781+
var _a;
100781100782
var allDiagnostics = [];
100782100783
for (var _i = 1; _i < arguments.length; _i++) {
100783100784
allDiagnostics[_i - 1] = arguments[_i];
100784100785
}
100785-
var _a;
100786100786
var flatDiagnostics = ts.flatten(allDiagnostics);
100787100787
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100788100788
return flatDiagnostics;
@@ -100855,11 +100855,11 @@ var ts;
100855100855
});
100856100856
}
100857100857
function getMergedBindAndCheckDiagnostics(sourceFile) {
100858+
var _a;
100858100859
var allDiagnostics = [];
100859100860
for (var _i = 1; _i < arguments.length; _i++) {
100860100861
allDiagnostics[_i - 1] = arguments[_i];
100861100862
}
100862-
var _a;
100863100863
var flatDiagnostics = ts.flatten(allDiagnostics);
100864100864
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100865100865
return flatDiagnostics;
@@ -104171,8 +104171,8 @@ var ts;
104171104171
return primaryResult;
104172104172
}
104173104173
function resolveNamesWithLocalCache(_a) {
104174-
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104175104174
var _b;
104175+
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104176104176
var path = resolutionHost.toPath(containingFile);
104177104177
var resolutionsInFile = cache.get(path) || cache.set(path, ts.createMap()).get(path);
104178104178
var dirPath = ts.getDirectoryPath(path);

lib/typescript.js

Lines changed: 5 additions & 5 deletions
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 `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.9";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = "3.9.1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/
@@ -37132,8 +37132,8 @@ var ts;
3713237132
}
3713337133
}
3713437134
function getExternalModuleMember(node, specifier, dontResolveAlias) {
37135-
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713637135
var _a;
37136+
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713737137
var moduleSymbol = resolveExternalModuleName(node, node.moduleSpecifier); // TODO: GH#18217
3713837138
var name = specifier.propertyName || specifier.name;
3713937139
var suppressInteropError = name.escapedText === "default" /* Default */ && !!(compilerOptions.allowSyntheticDefaultImports || compilerOptions.esModuleInterop);
@@ -100778,11 +100778,11 @@ var ts;
100778100778
return getMergedProgramDiagnostics(sourceFile, fileProcessingDiagnosticsInFile, programDiagnosticsInFile);
100779100779
}
100780100780
function getMergedProgramDiagnostics(sourceFile) {
100781+
var _a;
100781100782
var allDiagnostics = [];
100782100783
for (var _i = 1; _i < arguments.length; _i++) {
100783100784
allDiagnostics[_i - 1] = arguments[_i];
100784100785
}
100785-
var _a;
100786100786
var flatDiagnostics = ts.flatten(allDiagnostics);
100787100787
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100788100788
return flatDiagnostics;
@@ -100855,11 +100855,11 @@ var ts;
100855100855
});
100856100856
}
100857100857
function getMergedBindAndCheckDiagnostics(sourceFile) {
100858+
var _a;
100858100859
var allDiagnostics = [];
100859100860
for (var _i = 1; _i < arguments.length; _i++) {
100860100861
allDiagnostics[_i - 1] = arguments[_i];
100861100862
}
100862-
var _a;
100863100863
var flatDiagnostics = ts.flatten(allDiagnostics);
100864100864
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100865100865
return flatDiagnostics;
@@ -104171,8 +104171,8 @@ var ts;
104171104171
return primaryResult;
104172104172
}
104173104173
function resolveNamesWithLocalCache(_a) {
104174-
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104175104174
var _b;
104175+
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104176104176
var path = resolutionHost.toPath(containingFile);
104177104177
var resolutionsInFile = cache.get(path) || cache.set(path, ts.createMap()).get(path);
104178104178
var dirPath = ts.getDirectoryPath(path);

lib/typescriptServices.js

Lines changed: 5 additions & 5 deletions
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 `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.9";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = "3.9.1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/
@@ -37132,8 +37132,8 @@ var ts;
3713237132
}
3713337133
}
3713437134
function getExternalModuleMember(node, specifier, dontResolveAlias) {
37135-
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713637135
var _a;
37136+
if (dontResolveAlias === void 0) { dontResolveAlias = false; }
3713737137
var moduleSymbol = resolveExternalModuleName(node, node.moduleSpecifier); // TODO: GH#18217
3713837138
var name = specifier.propertyName || specifier.name;
3713937139
var suppressInteropError = name.escapedText === "default" /* Default */ && !!(compilerOptions.allowSyntheticDefaultImports || compilerOptions.esModuleInterop);
@@ -100778,11 +100778,11 @@ var ts;
100778100778
return getMergedProgramDiagnostics(sourceFile, fileProcessingDiagnosticsInFile, programDiagnosticsInFile);
100779100779
}
100780100780
function getMergedProgramDiagnostics(sourceFile) {
100781+
var _a;
100781100782
var allDiagnostics = [];
100782100783
for (var _i = 1; _i < arguments.length; _i++) {
100783100784
allDiagnostics[_i - 1] = arguments[_i];
100784100785
}
100785-
var _a;
100786100786
var flatDiagnostics = ts.flatten(allDiagnostics);
100787100787
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100788100788
return flatDiagnostics;
@@ -100855,11 +100855,11 @@ var ts;
100855100855
});
100856100856
}
100857100857
function getMergedBindAndCheckDiagnostics(sourceFile) {
100858+
var _a;
100858100859
var allDiagnostics = [];
100859100860
for (var _i = 1; _i < arguments.length; _i++) {
100860100861
allDiagnostics[_i - 1] = arguments[_i];
100861100862
}
100862-
var _a;
100863100863
var flatDiagnostics = ts.flatten(allDiagnostics);
100864100864
if (!((_a = sourceFile.commentDirectives) === null || _a === void 0 ? void 0 : _a.length)) {
100865100865
return flatDiagnostics;
@@ -104171,8 +104171,8 @@ var ts;
104171104171
return primaryResult;
104172104172
}
104173104173
function resolveNamesWithLocalCache(_a) {
104174-
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104175104174
var _b;
104175+
var names = _a.names, containingFile = _a.containingFile, redirectedReference = _a.redirectedReference, cache = _a.cache, perDirectoryCacheWithRedirects = _a.perDirectoryCacheWithRedirects, loader = _a.loader, getResolutionWithResolvedFileName = _a.getResolutionWithResolvedFileName, shouldRetryResolution = _a.shouldRetryResolution, reusedNames = _a.reusedNames, logChanges = _a.logChanges;
104176104176
var path = resolutionHost.toPath(containingFile);
104177104177
var resolutionsInFile = cache.get(path) || cache.set(path, ts.createMap()).get(path);
104178104178
var dirPath = ts.getDirectoryPath(path);

0 commit comments

Comments
 (0)