Test complete
This commit is contained in:
22
test/snapshots/privateProperties/output.txt
Normal file
22
test/snapshots/privateProperties/output.txt
Normal file
@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true,
|
||||
});
|
||||
|
||||
exports.B = exports.B = void 0;
|
||||
|
||||
var _tslib = require("tslib");
|
||||
var _remote = /*#__PURE__*/ new WeakMap();
|
||||
|
||||
exports.B = exports.B = B = (0, _tslib.__decorate)([Service()], B);
|
||||
|
||||
class B {
|
||||
constructor() {
|
||||
_remote.set(this, {
|
||||
writable: true,
|
||||
value: void 0,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
exports.B = exports.B = B;
|
Reference in New Issue
Block a user