UNPKG

ember-legacy-class-transform

Version:
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()); });