@@ -45,7 +45,7 @@ var A = /** @class */ (function () {
4545} ( ) ) ;
4646exports . A = A ;
4747var B = /** @class */ ( function ( _super ) {
48- ( 0 , tslib_1 . __extends ) ( B , _super ) ;
48+ tslib_1 . __extends ( B , _super ) ;
4949 function B ( ) {
5050 return _super !== null && _super . apply ( this , arguments ) || this ;
5151 }
@@ -57,13 +57,13 @@ var C = /** @class */ (function () {
5757 }
5858 C . prototype . method = function ( x ) {
5959 } ;
60- ( 0 , tslib_1 . __decorate ) ( [
61- ( 0 , tslib_1 . __param ) ( 0 , dec ) ,
62- ( 0 , tslib_1 . __metadata ) ( "design:type" , Function ) ,
63- ( 0 , tslib_1 . __metadata ) ( "design:paramtypes" , [ Number ] ) ,
64- ( 0 , tslib_1 . __metadata ) ( "design:returntype" , void 0 )
60+ tslib_1 . __decorate ( [
61+ tslib_1 . __param ( 0 , dec ) ,
62+ tslib_1 . __metadata ( "design:type" , Function ) ,
63+ tslib_1 . __metadata ( "design:paramtypes" , [ Number ] ) ,
64+ tslib_1 . __metadata ( "design:returntype" , void 0 )
6565 ] , C . prototype , "method" , null ) ;
66- C = ( 0 , tslib_1 . __decorate ) ( [
66+ C = tslib_1 . __decorate ( [
6767 dec
6868 ] , C ) ;
6969 return C ;
@@ -76,7 +76,7 @@ var A = /** @class */ (function () {
7676 return A ;
7777} ( ) ) ;
7878var B = /** @class */ ( function ( _super ) {
79- ( 0 , tslib_1 . __extends ) ( B , _super ) ;
79+ tslib_1 . __extends ( B , _super ) ;
8080 function B ( ) {
8181 return _super !== null && _super . apply ( this , arguments ) || this ;
8282 }
@@ -87,13 +87,13 @@ var C = /** @class */ (function () {
8787 }
8888 C . prototype . method = function ( x ) {
8989 } ;
90- ( 0 , tslib_1 . __decorate ) ( [
91- ( 0 , tslib_1 . __param ) ( 0 , dec ) ,
92- ( 0 , tslib_1 . __metadata ) ( "design:type" , Function ) ,
93- ( 0 , tslib_1 . __metadata ) ( "design:paramtypes" , [ Number ] ) ,
94- ( 0 , tslib_1 . __metadata ) ( "design:returntype" , void 0 )
90+ tslib_1 . __decorate ( [
91+ tslib_1 . __param ( 0 , dec ) ,
92+ tslib_1 . __metadata ( "design:type" , Function ) ,
93+ tslib_1 . __metadata ( "design:paramtypes" , [ Number ] ) ,
94+ tslib_1 . __metadata ( "design:returntype" , void 0 )
9595 ] , C . prototype , "method" , null ) ;
96- C = ( 0 , tslib_1 . __decorate ) ( [
96+ C = tslib_1 . __decorate ( [
9797 dec
9898 ] , C ) ;
9999 return C ;
0 commit comments