@@ -40,20 +40,20 @@ class A {
40
40
baz ( n ) { return n ; }
41
41
}
42
42
__decorate ( [
43
- decorator ,
44
- __metadata ( ' design:type' , Function ) ,
45
- __metadata ( ' design:paramtypes' , [ ] ) ,
46
- __metadata ( ' design:returntype' , Promise )
43
+ decorator ,
44
+ __metadata ( " design:type" , Function ) ,
45
+ __metadata ( " design:paramtypes" , [ ] ) ,
46
+ __metadata ( " design:returntype" , Promise )
47
47
] , A . prototype , "foo" , null ) ;
48
48
__decorate ( [
49
- decorator ,
50
- __metadata ( ' design:type' , Function ) ,
51
- __metadata ( ' design:paramtypes' , [ ] ) ,
52
- __metadata ( ' design:returntype' , Promise )
49
+ decorator ,
50
+ __metadata ( " design:type" , Function ) ,
51
+ __metadata ( " design:paramtypes" , [ ] ) ,
52
+ __metadata ( " design:returntype" , Promise )
53
53
] , A . prototype , "bar" , null ) ;
54
54
__decorate ( [
55
- decorator ,
56
- __metadata ( ' design:type' , Function ) ,
57
- __metadata ( ' design:paramtypes' , [ Promise ] ) ,
58
- __metadata ( ' design:returntype' , Promise )
55
+ decorator ,
56
+ __metadata ( " design:type" , Function ) ,
57
+ __metadata ( " design:paramtypes" , [ Promise ] ) ,
58
+ __metadata ( " design:returntype" , Promise )
59
59
] , A . prototype , "baz" , null ) ;
0 commit comments