Update LKG
This commit is contained in:
Родитель
2cd404038e
Коммит
cdafc9dca1
|
@ -260,6 +260,9 @@ interface Function {
|
|||
*/
|
||||
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
||||
|
||||
/** Returns a string representation of a function. */
|
||||
toString(): string;
|
||||
|
||||
prototype: any;
|
||||
readonly length: number;
|
||||
|
||||
|
|
|
@ -260,6 +260,9 @@ interface Function {
|
|||
*/
|
||||
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
||||
|
||||
/** Returns a string representation of a function. */
|
||||
toString(): string;
|
||||
|
||||
prototype: any;
|
||||
readonly length: number;
|
||||
|
||||
|
|
|
@ -260,6 +260,9 @@ interface Function {
|
|||
*/
|
||||
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
||||
|
||||
/** Returns a string representation of a function. */
|
||||
toString(): string;
|
||||
|
||||
prototype: any;
|
||||
readonly length: number;
|
||||
|
||||
|
|
|
@ -67,7 +67,6 @@ var ts;
|
|||
(function (ts) {
|
||||
ts.timestamp = typeof performance !== "undefined" && performance.now ? function () { return performance.now(); } : Date.now ? Date.now : function () { return +(new Date()); };
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
var performance;
|
||||
(function (performance) {
|
||||
|
@ -7937,7 +7936,6 @@ var ts;
|
|||
}
|
||||
ts.isWatchSet = isWatchSet;
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
function getDefaultLibFileName(options) {
|
||||
return options.target === 2 ? "lib.es6.d.ts" : "lib.d.ts";
|
||||
|
|
Загрузка…
Ссылка в новой задаче