Completed
This commit is contained in:
9
test/snapshots/properties/output.txt
Normal file
9
test/snapshots/properties/output.txt
Normal file
@ -0,0 +1,9 @@
|
||||
import { __decorate } from "tslib"
|
||||
|
||||
class A {
|
||||
prop: string;
|
||||
prop2: string;
|
||||
}
|
||||
|
||||
__decorate([dec], A.prototype, "prop", void 0);
|
||||
__decorate([dec, dec2], A.prototype, "prop2", void 0);
|
Reference in New Issue
Block a user