mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Update LKG.
This commit is contained in:
parent
2fce0f409a
commit
cda54b83dc
@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.versionMajorMinor = "3.6";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
ts.emptyArray = [];
|
||||
@ -30808,8 +30808,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
@ -94,7 +94,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.6";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@ -37329,8 +37329,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
@ -93,7 +93,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.6";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@ -37328,8 +37328,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.6";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@ -37317,8 +37317,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.6";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@ -37317,8 +37317,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
@ -83,7 +83,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.6";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
ts.version = ts.versionMajorMinor + ".5";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@ -37318,8 +37318,10 @@ var ts;
|
||||
}
|
||||
}
|
||||
else {
|
||||
ts.Debug.assert(!!getter, "there must existed getter as we are current checking either setter or getter in this function");
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
ts.Debug.assert(!!getter, "there must exist a getter as we are current checking either setter or getter in this function");
|
||||
if (!isPrivateWithinAmbient(getter)) {
|
||||
errorOrSuggestion(noImplicitAny, getter, ts.Diagnostics.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation, symbolToString(symbol));
|
||||
}
|
||||
}
|
||||
type = anyType;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user