Skip to content

Commit 5ab2fec

Browse files
authored
Merge pull request #12482 from wittydeveloper/fix-generateClassElementDecorationExpression-documentation
doc(compiler/ts): fix documentation typo in generateClassElementDecorationExpression()
2 parents 5ba678a + 7b37918 commit 5ab2fec

File tree

1 file changed

+2
-2
lines changed
  • src/compiler/transformers

1 file changed

+2
-2
lines changed

src/compiler/transformers/ts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,13 +1353,13 @@ namespace ts {
13531353
// __metadata("design:type", Function),
13541354
// __metadata("design:paramtypes", [Object]),
13551355
// __metadata("design:returntype", void 0)
1356-
// ], C.prototype, "method", undefined);
1356+
// ], C.prototype, "method", null);
13571357
//
13581358
// The emit for an accessor is:
13591359
//
13601360
// __decorate([
13611361
// dec
1362-
// ], C.prototype, "accessor", undefined);
1362+
// ], C.prototype, "accessor", null);
13631363
//
13641364
// The emit for a property is:
13651365
//

0 commit comments

Comments
 (0)