UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

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