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.
1 parent 0070ea4 commit 2962edeCopy full SHA for 2962ede
packages/angular_devkit/build_optimizer/src/transforms/scrub-file_spec.ts
@@ -341,6 +341,13 @@ describe('scrub-file', () => {
341
NotInput(),
342
__metadata("design:type", Object)
343
], Clazz.prototype, "other", void 0);
344
+ Clazz.prototype.myMethod = function () { return 'bar'; };
345
+ __decorate([
346
+ myDecorator(),
347
+ __metadata("design:type", Function),
348
+ __metadata("design:paramtypes", []),
349
+ __metadata("design:returntype", void 0)
350
+ ], MyClass.prototype, "myMethod", null);
351
return Clazz;
352
}());
353
`;
@@ -357,6 +364,13 @@ describe('scrub-file', () => {
357
364
358
365
359
366
367
368
369
370
371
372
373
360
374
361
375
362
376
0 commit comments