Skip to content

Commit 8ea1a22

Browse files
committed
Updated baselines
1 parent f0458f4 commit 8ea1a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/baselines/reference/decoratorMetadata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var Service = (function () {
2020
}
2121
return Service;
2222
})();
23+
Object.defineProperty(exports, "__esModule", { value: true });
2324
exports.default = Service;
2425
//// [component.js]
2526
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

0 commit comments

Comments
 (0)