Skip to content

Commit 618b518

Browse files
Update LKG
1 parent 7234457 commit 618b518

10 files changed

+1324
-1870
lines changed

lib/lib.es5.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ interface ReadonlyArray<T> {
10931093
*/
10941094
toString(): string;
10951095
/**
1096-
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
1096+
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
10971097
*/
10981098
toLocaleString(): string;
10991099
/**
@@ -1227,7 +1227,7 @@ interface Array<T> {
12271227
*/
12281228
toString(): string;
12291229
/**
1230-
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
1230+
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
12311231
*/
12321232
toLocaleString(): string;
12331233
/**

lib/tsc.js

Lines changed: 157 additions & 257 deletions
Large diffs are not rendered by default.

lib/tsserver.js

Lines changed: 245 additions & 333 deletions
Large diffs are not rendered by default.

lib/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and limitations under the License.
1616
declare namespace ts {
1717
const versionMajorMinor = "4.3";
1818
/** The version of the TypeScript compiler release */
19-
const version = "4.3.0-beta";
19+
const version: string;
2020
/**
2121
* Type of objects whose values are all of the same type.
2222
* The `in` and `for-in` operators can *not* be safely used,

lib/tsserverlibrary.js

Lines changed: 245 additions & 333 deletions
Large diffs are not rendered by default.

lib/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and limitations under the License.
1616
declare namespace ts {
1717
const versionMajorMinor = "4.3";
1818
/** The version of the TypeScript compiler release */
19-
const version = "4.3.0-beta";
19+
const version: string;
2020
/**
2121
* Type of objects whose values are all of the same type.
2222
* The `in` and `for-in` operators can *not* be safely used,

lib/typescript.js

Lines changed: 244 additions & 331 deletions
Large diffs are not rendered by default.

lib/typescriptServices.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and limitations under the License.
1616
declare namespace ts {
1717
const versionMajorMinor = "4.3";
1818
/** The version of the TypeScript compiler release */
19-
const version = "4.3.0-beta";
19+
const version: string;
2020
/**
2121
* Type of objects whose values are all of the same type.
2222
* The `in` and `for-in` operators can *not* be safely used,

lib/typescriptServices.js

Lines changed: 244 additions & 331 deletions
Large diffs are not rendered by default.

lib/typingsInstaller.js

Lines changed: 184 additions & 280 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)