beyond
Version:
The Full Stack Universal Typescript Framework
31 lines (26 loc) • 813 B
JavaScript
module.exports = class extends global.ProcessorCompiledSource {
get scopeId() {
return this.
}
get template() {
return this.
}
get templateMap() {
return this.
}
constructor(processor, distribution, is, source, compiled) {
super(processor, distribution, is, source, compiled);
this.
this.
this.
}
hydrate(cached) {
super.hydrate(cached);
this.
this.
this.
}
}