We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ba678a + 7b37918 commit 5ab2fecCopy full SHA for 5ab2fec
src/compiler/transformers/ts.ts
@@ -1353,13 +1353,13 @@ namespace ts {
1353
// __metadata("design:type", Function),
1354
// __metadata("design:paramtypes", [Object]),
1355
// __metadata("design:returntype", void 0)
1356
- // ], C.prototype, "method", undefined);
+ // ], C.prototype, "method", null);
1357
//
1358
// The emit for an accessor is:
1359
1360
// __decorate([
1361
// dec
1362
- // ], C.prototype, "accessor", undefined);
+ // ], C.prototype, "accessor", null);
1363
1364
// The emit for a property is:
1365
0 commit comments