Files
tsc-decorators/test/snapshots/constructor/output.txt
proteriax 5257dc7ed2 Fix test
2021-07-22 14:35:29 -04:00

8 lines
164 B
Plaintext

import { __decorate } from "tslib";
let A = class A {
string: string;
};
__decorate([prop], A.prototype, "string", void 0);
A = __decorate([classDecorator], A);