Update LKG

This commit is contained in:
TypeScript Bot 2021-03-31 23:20:25 +00:00
parent 72344577cd
commit 618b518e4d
10 changed files with 1324 additions and 1870 deletions

4
lib/lib.es5.d.ts vendored
View file

@ -1093,7 +1093,7 @@ interface ReadonlyArray<T> {
*/
toString(): string;
/**
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
*/
toLocaleString(): string;
/**
@ -1227,7 +1227,7 @@ interface Array<T> {
*/
toString(): string;
/**
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
*/
toLocaleString(): string;
/**

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ and limitations under the License.
declare namespace ts {
const versionMajorMinor = "4.3";
/** The version of the TypeScript compiler release */
const version = "4.3.0-beta";
const version: string;
/**
* Type of objects whose values are all of the same type.
* The `in` and `for-in` operators can *not* be safely used,

File diff suppressed because it is too large Load diff

2
lib/typescript.d.ts vendored
View file

@ -16,7 +16,7 @@ and limitations under the License.
declare namespace ts {
const versionMajorMinor = "4.3";
/** The version of the TypeScript compiler release */
const version = "4.3.0-beta";
const version: string;
/**
* Type of objects whose values are all of the same type.
* The `in` and `for-in` operators can *not* be safely used,

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ and limitations under the License.
declare namespace ts {
const versionMajorMinor = "4.3";
/** The version of the TypeScript compiler release */
const version = "4.3.0-beta";
const version: string;
/**
* Type of objects whose values are all of the same type.
* The `in` and `for-in` operators can *not* be safely used,

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff