mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #26605 from minestarks/release-3.0.3
Update version to 3.0.3 and update LKG
This commit is contained in:
+3
-2
@@ -60,7 +60,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.versionMajorMinor = "3.0";
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
function createDictionaryObject() {
|
||||
@@ -69622,7 +69622,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
|
||||
+5
-2
@@ -88,7 +88,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -49604,6 +49604,7 @@ var ts;
|
||||
var decl = _a[_i];
|
||||
var declaration = decl;
|
||||
if (declaration.parameters.length === 1 && declaration.parameters[0].type) {
|
||||
// tslint:disable-next-line
|
||||
switch (declaration.parameters[0].type.kind) {
|
||||
case 137 /* StringKeyword */:
|
||||
if (!seenStringIndexer) {
|
||||
@@ -85642,7 +85643,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
@@ -96594,6 +96596,7 @@ var ts;
|
||||
var varStatement = commentOwner;
|
||||
var varDeclarations = varStatement.declarationList.declarations;
|
||||
var parameters_1 = varDeclarations.length === 1 && varDeclarations[0].initializer
|
||||
// tslint:disable-next-line
|
||||
? getParametersFromRightHandSideOfAssignment(varDeclarations[0].initializer)
|
||||
: undefined;
|
||||
return { commentOwner: commentOwner, parameters: parameters_1 };
|
||||
|
||||
@@ -75,7 +75,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -49591,6 +49591,7 @@ var ts;
|
||||
var decl = _a[_i];
|
||||
var declaration = decl;
|
||||
if (declaration.parameters.length === 1 && declaration.parameters[0].type) {
|
||||
// tslint:disable-next-line
|
||||
switch (declaration.parameters[0].type.kind) {
|
||||
case 137 /* StringKeyword */:
|
||||
if (!seenStringIndexer) {
|
||||
@@ -85629,7 +85630,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
@@ -96963,6 +96965,7 @@ var ts;
|
||||
var varStatement = commentOwner;
|
||||
var varDeclarations = varStatement.declarationList.declarations;
|
||||
var parameters_1 = varDeclarations.length === 1 && varDeclarations[0].initializer
|
||||
// tslint:disable-next-line
|
||||
? getParametersFromRightHandSideOfAssignment(varDeclarations[0].initializer)
|
||||
: undefined;
|
||||
return { commentOwner: commentOwner, parameters: parameters_1 };
|
||||
|
||||
+5
-2
@@ -75,7 +75,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -49591,6 +49591,7 @@ var ts;
|
||||
var decl = _a[_i];
|
||||
var declaration = decl;
|
||||
if (declaration.parameters.length === 1 && declaration.parameters[0].type) {
|
||||
// tslint:disable-next-line
|
||||
switch (declaration.parameters[0].type.kind) {
|
||||
case 137 /* StringKeyword */:
|
||||
if (!seenStringIndexer) {
|
||||
@@ -85629,7 +85630,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
@@ -96963,6 +96965,7 @@ var ts;
|
||||
var varStatement = commentOwner;
|
||||
var varDeclarations = varStatement.declarationList.declarations;
|
||||
var parameters_1 = varDeclarations.length === 1 && varDeclarations[0].initializer
|
||||
// tslint:disable-next-line
|
||||
? getParametersFromRightHandSideOfAssignment(varDeclarations[0].initializer)
|
||||
: undefined;
|
||||
return { commentOwner: commentOwner, parameters: parameters_1 };
|
||||
|
||||
@@ -75,7 +75,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -49591,6 +49591,7 @@ var ts;
|
||||
var decl = _a[_i];
|
||||
var declaration = decl;
|
||||
if (declaration.parameters.length === 1 && declaration.parameters[0].type) {
|
||||
// tslint:disable-next-line
|
||||
switch (declaration.parameters[0].type.kind) {
|
||||
case 137 /* StringKeyword */:
|
||||
if (!seenStringIndexer) {
|
||||
@@ -85629,7 +85630,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
@@ -96963,6 +96965,7 @@ var ts;
|
||||
var varStatement = commentOwner;
|
||||
var varDeclarations = varStatement.declarationList.declarations;
|
||||
var parameters_1 = varDeclarations.length === 1 && varDeclarations[0].initializer
|
||||
// tslint:disable-next-line
|
||||
? getParametersFromRightHandSideOfAssignment(varDeclarations[0].initializer)
|
||||
: undefined;
|
||||
return { commentOwner: commentOwner, parameters: parameters_1 };
|
||||
|
||||
@@ -88,7 +88,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".2";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -49604,6 +49604,7 @@ var ts;
|
||||
var decl = _a[_i];
|
||||
var declaration = decl;
|
||||
if (declaration.parameters.length === 1 && declaration.parameters[0].type) {
|
||||
// tslint:disable-next-line
|
||||
switch (declaration.parameters[0].type.kind) {
|
||||
case 137 /* StringKeyword */:
|
||||
if (!seenStringIndexer) {
|
||||
@@ -85642,7 +85643,8 @@ var ts;
|
||||
resolution.refCount = undefined;
|
||||
}
|
||||
function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions, name) {
|
||||
var updateResolution = resolutionHost.getCurrentProgram().getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
var program = resolutionHost.getCurrentProgram();
|
||||
var updateResolution = program && program.getTypeChecker().tryFindAmbientModuleWithoutAugmentations(name) ?
|
||||
setRefCountToUndefined : watchFailedLookupLocationOfResolution;
|
||||
resolutions.forEach(updateResolution);
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typescript",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "typescript",
|
||||
"author": "Microsoft Corp.",
|
||||
"homepage": "http://typescriptlang.org/",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"license": "Apache-2.0",
|
||||
"description": "TypeScript is a language for application scale JavaScript development",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
namespace ts {
|
||||
namespace ts {
|
||||
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
export const versionMajorMinor = "3.0";
|
||||
/** The version of the TypeScript compiler release */
|
||||
export const version = `${versionMajorMinor}.2`;
|
||||
export const version = `${versionMajorMinor}.3`;
|
||||
}
|
||||
|
||||
namespace ts {
|
||||
|
||||
Reference in New Issue
Block a user