Update baselines

This commit is contained in:
Andrew Branch
2020-04-08 16:31:35 -07:00
parent 926810b704
commit aca7df39d4
504 changed files with 1296 additions and 729 deletions
@@ -20,7 +20,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();(function () {
})();
(function () {
var A = /** @class */ (function () {
function A() {}
return A;
@@ -20,7 +20,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();(function () {
})();
(function () {
var A = /** @class */ (function () {
function A() {}
return A;
@@ -84,7 +84,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var AbstractClass = /** @class */ (function () {
})();
var AbstractClass = /** @class */ (function () {
function AbstractClass(str, other) {
var _this = this;
this.other = this.prop;
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Point = /** @class */ (function () {
})();
var Point = /** @class */ (function () {
function Point(x, y) {
this.x = x;
this.y = y;
@@ -20,7 +20,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
Object.defineProperty(this, "p", {
enumerable: true,
@@ -37,7 +37,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -21,7 +21,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -30,7 +30,8 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
};function f0() {
};
function f0() {
var a = [1, 2, 3];
var a1 = __spreadArrays(a);
var a2 = __spreadArrays([1], a);
@@ -43,7 +43,8 @@ var __read = (this && this.__read) || function (o, n) {
var __spread = (this && this.__spread) || function () {
for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
return ar;
};function f0() {
};
function f0() {
var a = [1, 2, 3];
var a1 = __spread(a);
var a2 = __spread([1], a);
@@ -64,7 +64,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Action = /** @class */ (function () {
})();
var Action = /** @class */ (function () {
function Action() {
}
return Action;
@@ -38,7 +38,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var List = /** @class */ (function () {
})();
var List = /** @class */ (function () {
function List() {
}
return List;
@@ -32,7 +32,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
+2 -1
View File
@@ -15,7 +15,8 @@ as(Foo); // should emit
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};var Foo = /** @class */ (function () {
};
var Foo = /** @class */ (function () {
function Foo() {}
return Foo;
}());
@@ -84,7 +84,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function fAsync() {
};
function fAsync() {
return __awaiter(this, void 0, void 0, function* () {
// Without explicit type annotation, this is just an array.
return [1, true];
@@ -60,7 +60,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
};function test1() {
};
function test1() {
return __awaiter(this, void 0, void 0, function () {
var i, limit;
return __generator(this, function (_a) {
+2 -1
View File
@@ -18,7 +18,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function f1() {
};
function f1() {
(() => __awaiter(this, void 0, void 0, function* () {
yield 10;
throw new Error();
@@ -42,7 +42,8 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar
function fulfill(value) { resume("next", value); }
function reject(value) { resume("throw", value); }
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
};function foo() {
};
function foo() {
return __asyncGenerator(this, arguments, function foo_1() {
return __generator(this, function (_a) {
switch (_a.label) {
@@ -41,7 +41,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
};function f() {
};
function f() {
return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) {
return [2 /*return*/];
}); });
@@ -14,7 +14,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function f() {
};
function f() {
return __awaiter(this, void 0, void 0, function* () { });
}
//// [b.js]
@@ -24,7 +24,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function bar() {
};
function bar() {
return __awaiter(this, void 0, void 0, function* () {
!(yield 42); // OK
});
@@ -28,7 +28,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function bar() {
};
function bar() {
return __awaiter(this, void 0, void 0, function* () {
!(yield 42); // OK
});
@@ -20,7 +20,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function bar1() {
};
function bar1() {
return __awaiter(this, void 0, void 0, function* () {
delete (yield 42);
});
@@ -26,7 +26,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function bar1() {
};
function bar1() {
return __awaiter(this, void 0, void 0, function* () {
++;yield 42; // Error
});
+2 -1
View File
@@ -42,7 +42,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function () {
})();
var C = /** @class */ (function () {
function C(x, y) {}
return C;
}());
@@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {
}
Base.prototype.fn = function () {
@@ -37,7 +37,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {}
return Base;
}());
@@ -49,7 +49,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var someVariable;
})();
var someVariable;
@@ -40,7 +40,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var CBaseBase = /** @class */ (function () {
})();
var CBaseBase = /** @class */ (function () {
function CBaseBase(x) {}
return CBaseBase;
}());
@@ -44,7 +44,8 @@ var __values = (this && this.__values) || function(o) {
}
};
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
};function a() {
};
function a() {
var _loop_1, _a, _b, i, e_1_1;
var e_1, _c;
return __generator(this, function (_d) {
@@ -24,7 +24,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A(f) {
}
A.prototype.blah = function () { return ""; };
@@ -21,7 +21,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A(p) {}
return A;
}());
+2 -1
View File
@@ -17,7 +17,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};function f() {
};
function f() {
return __awaiter(this, void 0, void 0, function* () {
yield 0;
typeof (yield 0);
+2 -1
View File
@@ -33,7 +33,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
};function f() {
};
function f() {
return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4 /*yield*/, 0];
@@ -35,7 +35,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -32,7 +32,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Chain = /** @class */ (function () {
})();
var Chain = /** @class */ (function () {
function Chain(value) {
this.value = value;
}
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Based = /** @class */ (function () {
})();
var Based = /** @class */ (function () {
function Based() {}
return Based;
}());
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Based = /** @class */ (function () {
})();
var Based = /** @class */ (function () {
function Based() {}
return Based;
}());
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Based = /** @class */ (function () {
})();
var Based = /** @class */ (function () {
function Based() {}
return Based;
}());
@@ -32,7 +32,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Based = /** @class */ (function () {
})();
var Based = /** @class */ (function () {
function Based() {}
return Based;
}());
@@ -20,7 +20,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Based = /** @class */ (function () {
})();
var Based = /** @class */ (function () {
function Based() {var arg = [];
for (var _i = 0; _i < arguments.length; _i++) {
arg[_i] = arguments[_i];
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {var arg = [];
for (var _i = 0; _i < arguments.length; _i++) {
arg[_i] = arguments[_i];
@@ -22,7 +22,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base(func) {
}
return Base;
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {var arg = [];
for (var _i = 0; _i < arguments.length; _i++) {
arg[_i] = arguments[_i];
@@ -26,7 +26,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var foo = /** @class */ (function () {
})();
var foo = /** @class */ (function () {
function foo() {
}
return foo;
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
A.prototype.foo = function () { };
@@ -29,7 +29,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -38,7 +38,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -34,7 +34,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -64,7 +64,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -36,7 +36,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
A.prototype.foo = function () { };
@@ -39,7 +39,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
A.prototype.foo = function () { return 1; };
@@ -30,7 +30,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -40,7 +40,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -58,7 +58,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var BaseA = /** @class */ (function () {
})();
var BaseA = /** @class */ (function () {
function BaseA(x) {
this.x = x;
}
@@ -42,7 +42,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
A.prototype.method = function () {
@@ -24,7 +24,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {}
return Base;
}());
@@ -39,7 +39,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C1 = /** @class */ (function () {
})();
var C1 = /** @class */ (function () {
function C1(x) {
this.x = x;
}
@@ -39,7 +39,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C1 = /** @class */ (function () {
})();
var C1 = /** @class */ (function () {
function C1(x) {
this.x = x;
}
@@ -26,7 +26,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base(p) {
this.p = p;
}
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var D = /** @class */ (function () {
})();
var D = /** @class */ (function () {
function D() {}
return D;
}());
@@ -19,7 +19,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(class_1, _super);
function class_1() {
var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -21,7 +21,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -7,7 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};var v = ;
};
var v = ;
var C = /** @class */ (function () {
function C() {}
C.p = 1;
@@ -24,7 +24,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C1 = /** @class */ (function (_super) {
})();
var C1 = /** @class */ (function (_super) {
__extends(C1, _super);
function C1() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -44,7 +44,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function () {
})();
var C = /** @class */ (function () {
function C() {
}
C.prototype.thing = function () { };
@@ -27,7 +27,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var x;
})();
var x;
function foo() {
this.x = 1;
@@ -17,7 +17,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C1 = /** @class */ (function (_super) {
})();
var C1 = /** @class */ (function (_super) {
__extends(C1, _super);
function C1() {}
return C1;
@@ -26,7 +26,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
return A;
@@ -19,7 +19,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -16,7 +16,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C2 = /** @class */ (function (_super) {
})();
var C2 = /** @class */ (function (_super) {
__extends(C2, _super);
function C2() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -18,7 +18,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -24,7 +24,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -35,7 +35,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -51,7 +52,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var D = /** @class */ (function (_super) {
})();
var D = /** @class */ (function (_super) {
__extends(D, _super);
function D() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -71,7 +73,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var E = /** @class */ (function (_super) {
})();
var E = /** @class */ (function (_super) {
__extends(E, _super);
function E() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -91,7 +94,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C2 = /** @class */ (function (_super) {
})();
var C2 = /** @class */ (function (_super) {
__extends(C2, _super);
function C2() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -111,7 +115,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var D2 = /** @class */ (function (_super) {
})();
var D2 = /** @class */ (function (_super) {
__extends(D2, _super);
function D2() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -131,7 +136,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var E2 = /** @class */ (function (_super) {
})();
var E2 = /** @class */ (function (_super) {
__extends(E2, _super);
function E2() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -16,7 +16,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -25,7 +25,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function (_super) {
})();
var C = /** @class */ (function (_super) {
__extends(C, _super);
function C() {
_this = _super.call(this) || this;
@@ -21,7 +21,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function () {
})();
var C = /** @class */ (function () {
function C() {}
return C;
}());
@@ -21,7 +21,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
return A;
}());
@@ -16,7 +16,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function () {
})();
var C = /** @class */ (function () {
function C() {}
return C;
}());
@@ -26,7 +26,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
A.prototype.foo = function () { return 1; };
return A;
@@ -27,7 +27,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {}
A.prototype.foo = function () { return 1; };
return A;
@@ -29,7 +29,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
this.x = 1;
}
@@ -30,7 +30,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
this.x = 1;
}
@@ -34,7 +34,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
A.bar = function () {
+2 -1
View File
@@ -23,7 +23,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C123 = /** @class */ (function () {
})();
var C123 = /** @class */ (function () {
function C123() {
}
return C123;
@@ -15,7 +15,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var B = /** @class */ (function (_super) {
})();
var B = /** @class */ (function (_super) {
__extends(B, _super);
function B() {
return _super !== null && _super.apply(this, arguments) || this;
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base() {
}
return Base;
+2 -1
View File
@@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function (_super) {
})();
var A = /** @class */ (function (_super) {
__extends(A, _super);
function A() {
return _super !== null && _super.apply(this, arguments) || this;
+2 -1
View File
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var bar = /** @class */ (function () {
})();
var bar = /** @class */ (function () {
function bar() {
this.baz = new foo();
}
@@ -28,7 +28,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A() {
}
A.bar = function () {
@@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var A = /** @class */ (function () {
})();
var A = /** @class */ (function () {
function A(x) {
this.x = x;
}
@@ -52,7 +52,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Test = /** @class */ (function () {
})();
var Test = /** @class */ (function () {
function Test() {
var _a, _b, _c;
var _this = this;
@@ -53,7 +53,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Base = /** @class */ (function () {
})();
var Base = /** @class */ (function () {
function Base(x) {}
return Base;
}());
@@ -32,7 +32,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var C = /** @class */ (function () {
})();
var C = /** @class */ (function () {
function C(a, b) {
this.a = a;
this.b = b;
+2 -1
View File
@@ -106,7 +106,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var a = /** @class */ (function () {
})();
var a = /** @class */ (function () {
function a(ns) {
}
@@ -24,7 +24,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var ServiceBase = /** @class */ (function () {
})();
var ServiceBase = /** @class */ (function () {
function ServiceBase() {
}
return ServiceBase;
@@ -35,7 +35,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var Shape = /** @class */ (function () {
})();
var Shape = /** @class */ (function () {
function Shape() {
}
return Shape;
@@ -45,7 +45,8 @@ var __extends = (this && this.__extends) || (function () {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();var _super = 10; // No Error
})();
var _super = 10; // No Error
var Foo = /** @class */ (function () {
function Foo() {
}

Some files were not shown because too many files have changed in this diff Show More