beyond
Version:
The Full Stack Universal Typescript Framework
42 lines (33 loc) • 1.06 kB
JavaScript
const DynamicProcessor = global.utils.DynamicProcessor();
const {crc32, equal} = global.utils;
module.exports = class extends DynamicProcessor {
get dp() {
return 'bees.instances.config.item';
}
get key() {
return this.
}
get id() {
return this.
}
get value() {
return this.
}
async _begin() {
const {engine, path, pkg, distribution} = this.
const project = {path, pkg, id: crc32(this.
const id = this.
let ports = typeof this.
ports = {bundles: ports.bundles, http: ports.http, inspect: ports.inspect};
this.
}
constructor(config) {
super();
this.
this.
}
}