This commit is contained in:
proteriax
2021-07-22 15:17:02 -04:00
parent 84d72d2917
commit 615ee30620
4 changed files with 18 additions and 98 deletions

View File

@ -1,3 +0,0 @@
{
"presets": [["@babel/preset-env", { "targets": { "node": 14 } }]]
}

View File

@ -1,24 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.B = void 0;
var _tslib = require("tslib");
var _remote = /*#__PURE__*/new WeakMap();
exports.B = B = (0, _tslib.__decorate)([Service()], B);
class B {
constructor() {
_remote.set(this, {
writable: true,
value: void 0
});
}
}
exports.B = B;
import { __decorate } from "tslib";
let B = class B {
#remote: Service;
};
B = __decorate([Service()], B);
export { B };