Skip to content

Commit

Permalink
Update LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Mar 31, 2021
1 parent 7234457 commit 618b518
Show file tree
Hide file tree
Showing 10 changed files with 1,324 additions and 1,870 deletions.
4 changes: 2 additions & 2 deletions lib/lib.es5.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down Expand Up @@ -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;
/**
Expand Down
414 changes: 157 additions & 257 deletions lib/tsc.js

Large diffs are not rendered by default.

578 changes: 245 additions & 333 deletions lib/tsserver.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
578 changes: 245 additions & 333 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/typescript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
575 changes: 244 additions & 331 deletions lib/typescript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/typescriptServices.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
575 changes: 244 additions & 331 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

464 changes: 184 additions & 280 deletions lib/typingsInstaller.js

Large diffs are not rendered by default.

0 comments on commit 618b518

Please sign in to comment.