UNPKG

ember-legacy-class-transform

Version:
11 lines 257 B
export class CompiledStaticTemplate { constructor(handle) { this.handle = handle; } } export class CompiledDynamicTemplate { constructor(handle, symbolTable) { this.handle = handle; this.symbolTable = symbolTable; } }