UNPKG

ember-app-scheduler

Version:

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

6 lines 224 B
import { APPEND_OPCODES } from '../../opcodes'; APPEND_OPCODES.add(69 /* GetPartialTemplate */, vm => { let stack = vm.stack; let definition = stack.pop(); stack.push(definition.value().template.asPartial()); });